WWW.NNC.IR
Macro Reference
543
8
Appendices
Vision System FH/FZ5 Series
User’s Manual (Z340)
Example
In the communication command macro, gets the input state of DI7 of parallel I/O.
Useable Modules
Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 3.50 or later
Related Items
IOMODULE$ = "ParallelIo"
Rem Get the input state.
STATE& = GetPort(IOMODULE$, 7)
BusyOut (Reference: X Details (p.419)) GetPort (Reference: X Details (p.542))
JudgeOut (Reference: X Details (p.585)) PutAll (Reference: X Details (p.643))
PutPort (Reference: X Details (p.645)) RunOut (Reference: X Details (p.667))