WWW.NNC.IR
Macro Reference
714
Vision System FH/FZ5 Series
User’s Manual (Z340)
Example
Sets the communication command parameter received by the communication command macro in the
variable of the scene control macro, and executes the subroutine that applies this value in the appropriate
unit.
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 5.20 or later
Related Items
GetSceneData (Reference: X Details (p.544))
Rem Set the parameter received by the communication command in the variable of the scene control macro
SetSceneData "PARAM0&", ARGUMENTVALUE#(0)
SetSceneData "PARAM1&", ARGUMENTVALUE#(1)
Rem Execute the UPDATE_PARAM subroutine that has been defined in the scene control macro
SetSceneData "gosub", "*UPDATE_PARAM"