GE 90-30/20/Micro Universal Remote User Manual


 
4-32 Series 90-30/20/Micro Programmable Controllers Reference Manual September 1998 GFK-0467K
4
Valid Memory Types:
Parameter flow %I %Q %M %T %S %G %R %AI %AQ const none
enable
I1 o o o o o •†
I2 o o o o o •†
ok
Q o o o o o
Valid reference or place where power may flow through the function.
o Valid reference for INT data only; not valid for DINT.
Constants are limited to values between –32,768 and +32,767 for double precision signed integer operations.
Example:
In the following example, the remainder of the integer division of BOXES into PALLETS is placed
into NT_FULL whenever %I0001 is ON.
| _____
|%I0001 | |
|——| |———| MOD_|—
| | |
| | INT |
| | |
|PALLETS—|I1 Q|— NT_FULL
| | |
|—00017 | | -0005
| | |
| BOXES —|I2 |
| +00006 |_____|
|