Racks

Racks are window elements created with Rack Designer software. You can place on rack many visual controls, used for input, output or just for visual design.
To open a rack in an Easy Control script use openrack() function.
To read or set values of the rack's controls in an Easy Control script simply refer to the name of the control, given at design time with Rack Designer. Say if we have a slider named voltage1, to read and write in log its value:
writelog(voltage1)
or
val=voltage1
writelog(val)
To set its value:
voltage1=231

Generated on Wed Dec 3 10:18:42 2003 for Easy Control