Section 2 NS Series Functions 2-11 Multifunction Objects
2-164
NS Series Programming Manual
2-11-2 Execution Conditions for Multifunction Objects
The following table outlines the execution conditions, i.e., timing, for functions when an Multifunction
Object is used.
Timing Description
The set functions are executed when the Multifunction Object is pressed.
The timing for execution can also be specified to either Touch ON timing or Touch OFF timing.
Touch ON tim-
ing:
Executes the functions when the Multifunction Object is pressed.
When
pressing
Touch OFF
timing:
Executes the functions when the Multifunction Object is released.
The set functions are executed when the value at a specified address changes.
The communications address can set as a bit or word address, and the following execution
timings can be set.
When a bit address is specified:
Execute when ON/OFF:
Executes the functions when the communications address turns
ON or turns OFF.
Execute when ON:
Executes the functions when the communications address turns
ON.
Execute when OFF:
Executes the functions when the communications address turns
OFF.
When a word address is specified:
When
value
changed
When an address value changed
Set Value = Address Value
Set Value != Address Value
Set Value < Address Value
Set Value <= Address Value
Set Value > Address Value
Set Value >= Address Value
N
N
N
o
o
o
t
t
t
e
e
e
♦
Specify When pressing as the execution condition if using the Multifunction Object as a button.
Multifunction Objects can be used as lamps if When pressing is not specified.
♦
The operation for when the object is pressed and when the address value is changed can be set
separately. Both can also be used at the same time.