Chapter 16 XG-SIM
16-6
a. Select a channel of which current value is to be changed.
b. Move from a selected channel to a column of current value.
c. By double-clicking or pressing Enter key, display the dialog box of change channel value.
[Description of Dialogue Box]
a. Module name: displays a selected module’s name.
b. Channel name: displays a selected channel’s name.
c. Channel type: displays the data type of a selected channel
d. Bit value: selects ON/OFF in case of bit type
e. Input value: directly enters a value in case of other types
Notes
- If I/O direction is OUT, the current value of a channel may not be changed.
3.
End monitor
[Steps]
Select [Tools] – [End channel monitor] in Menu.
16.2.3 I/O Condition
I/O condition means the function to forcibly record a user-present value into a specific device when meeting conditions that are entered
by a user. For instance, in a statement, ‘if Device%IX0.0.0 is 1, set all the values of device %MX0 ~ %MX100 as 1’, ‘if Device%IX0.0.0
is 1’ constitutes the condition and ‘set all the values of device %MX0 ~ %MX100 as 1’is ‘recording the user-preset value forcibly.’
XG-SIM provides I/O condition function to eliminate discomfort that to test a user-created PLC program, a user should periodically
change device value by changing the monitor current value of XG5000 or should create another PLC program to test PLC program. In
addition, with I/O condition, it may advantageously reflect the data sending to a module or receiving from a module to a program.
1) Conditional statement
It describes conditional statement used in single input condition or continuous input condition. A conditional statement consists of one or