lock_point
lock_point — locks or unlocks points.
lock_point (symbol, locked)
This function locks or unlocks a point in a DataHub instance. The current security level must be greater than or equal to the security level on the point.
Gamma>init_ipc("locker","lq");tGamma>write_point(#a,5);tGamma>lock_point(#a,t);tGamma>write_point(#a,300);nilGamma>lock_point(#a,nil);tGamma>write_point(#a,300);tGamma>