GetPort (function)

Input terminal a point input

GetPort(<ioIdent>, <portNo>)

Parameters
<ioIdent>
Identification name(string) of I/O module
<portNo>
Port number

Return Value
Returns the value of the integer.
The content of the value is the bit data that is fetched.
0:Bit OFF
1:Bit ON

Description
Identification name(string) of I/O module that executes recieve processing is specified in argument<ioIdent>.
The content of operation depends on the specification of the I/O module.

Notes