3
Configuring remote points ...................................................................................................................... 41
Connecting wireless devices ................................................................................................................... 43
Backup to disk ......................................................................................................................................... 44
Restore from disk .................................................................................................................................... 44
SMS alerts ............................................................................................................................................... 45
Configure from script (EZ-Script) ............................................................................................................ 46
File transfer ............................................................................................................................................. 47
Logic and the PLC .................................................................................................................................... 48
Logic instruction overview ...................................................................................................................... 49
Ladder (boolean) type instructions ......................................................................................................... 49
And instruction........................................................................................................................................ 49
Nand instruction (inverted And) ............................................................................................................. 49
Or instruction .......................................................................................................................................... 49
Nor instruction (inverted Or) .................................................................................................................. 49
Xor instruction (Exclusive Or) .................................................................................................................. 50
Nxor instruction (Also known as Xnor, inverted Exclusive Or) ............................................................... 50
Invert instruction (Also known as Not) ................................................................................................... 50
And/Or instruction (A∙B+C∙D) .................................................................................................................. 51
Or/And/Inv instruction (And/Or inverted) .............................................................................................. 51
Math type instructions ............................................................................................................................ 51
Min instruction (minimum) ..................................................................................................................... 51
Max instruction (maximum) ................................................................................................................... 52
Avg instruction (average) ........................................................................................................................ 52
“+” instruction (addition) ........................................................................................................................ 52
“-“ instruction (subtraction) .................................................................................................................... 52
“*” instruction (multiplication) ............................................................................................................... 53
“/” instruction (division) ......................................................................................................................... 53
Cmp (comparison) type instructions ....................................................................................................... 53
“>” instruction (greater than) ................................................................................................................. 53
“<” instruction (less than) ....................................................................................................................... 54
“=” instruction (equal) ............................................................................................................................ 54