Omron SYSMAC FH Series User Manual page 669

Vision sensor vision system
Hide thumbs Also See for SYSMAC FH Series:
Table of Contents

Advertisement

RunOut
Sets the output state of the RUN signal.
Format
RunOut <ioIdent>, <state>
Parameter
Parameter
Data type
name
Character
<ioIdent>
string type
<state>
Integer type
Return value
None.
Description
Sets the RUN signal of the communication module specified in the <ioIdent> parameter to the output state
specified in the <state> parameter.
Normally "ParallelIo" or "EtherCAT" should be specified in the <ioIdent> parameter.
If an incorrect data type is specified for a parameter, a "Type mismatch" error will occur.
If an identification name that does not exist is specified in the <ioIdent> parameter, an "Illegal function call"
error will occur.
Even if an output status parameter value that does not exist (i.e., other than 0 and 1) is specified in the
<state> parameter, an error will not occur.
If the format is written incorrectly, such as writing the macro function name incorrectly, omitting a comma, or
omitting a half-width space, a "Syntax error" error will occur.
Usage Cautions
• None.
Example
In the communication command macro, sets the BUSY signal of parallel I/O to ON.
IOMODULE$ = "ParallelIo"
Rem Set the output state.
RunOut IOMODULE$, 1
Useable Modules
Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 3.50 or later
Vision System FH/FZ5 Series
User's Manual (Z340)
Identification name of the communication module to be used ("ParallelIo" or "EtherCAT")
(Reference:
List of I/O Modules (p.341))
Output state of terminal
0: Output OFF
1: Output ON
WWW.NNC.IR
Description
8
667
Macro Reference

Advertisement

Table of Contents
loading

Table of Contents