INDUSTRIAL INDEXING SYSTEMS, Inc. OPI OPERATOR INTERFACE
Step 4.
IB-11B024 INSTRUCTION MANUAL
Add 64 to the value calculated in step 3: let
Step 5.
x_y_sum=x_y_sum+64
Move this value into the third character of the string curs_pos defined above: let_byte
Step 6.
curs_pos
[2]=x_y_sum
Execute the instruction to move the cursor to the selected position within the display: print curs_pos
2.3.4
Backlight
The OPI-7X has an optional backlight, which, depending on the environment in which it is used may make it easier to read the display. The following example demonstrates how to turn this light ON and OFF. EXAMPLE: light_on light_off
MARCH 1999
text text
“<27>V” “<27>V”
print print
light_on light_off
turn backlight on turn backlight off
PAGE - 19