Edit Object find page
Object module page

Object program

This window is displayed when user click on Edit button on Object module window. If object was created, command window is empty. If Object program was created before and it is edit, program with commands will be display in the command window. Object module

Object program explanation



Insert line button

Click on this button display list of command which can be insert. Select some command and click OK
New command will be insert to the line next to cursor line.
If you click Cancel on select command window no command will be insert.

Edit line button

This button will active only on line where is command CONDITION or MATH
Click on this button display selected command window.

Copy line button

Click on this button copy block of commands to line next to cursor line

Delete line button

Click on this button delete line where is put cursor.

Update-Exit button

Click on this button close Object program window and display dialog where you can select if you want to Save changes or not.

Commands description

Command AND

This command do logical AND between CONDITION before AND command and CONDITION after AND command. If both condition is TRUE result of and command is TRUE , if at least one condition is FALSE result is FALSE

Command OR

This command do logical OR between CONDITION before OR command and CONDITION after OR command. If at least one condition is TRUE result of OR command is TRUE, if both condition is false result of OR command is FALSE.

Command ()

This command is bracket command. It insert two lines. One is start bracket and second is end of bracket. Insert commands between those two lines and those lines will be executing in bracket.It can be maximal 10 brackets in one program.

Command MATH

This command do mathematical operation between contours parameters or system variables or temporary variables or constant numbers Result of this command is store to the system variable or temporary variable and it can be used during next line calculation (CONDITION command or next MATH command)
MATH command

Command CONDITION

This command do logical operation between Parameter 1 and Parameter 2. Type of logical operation is select in Comparison option. Result of this comparison can be TRUE or FALSE
CONDITION  command

Parameters options: