<< Click to Display Table of Contents >>
Manual > Server Creation Guide > Events > System Properties > System Properties List > Events >
Force an event to occur.
syntax
E01!Fire
○
Acquisition
setting
Property Value
Forces all events in a folder to occur.
When retrieved, it returns the number of times the forcible occurrence occurred. If it exceeds 10000, it will return to 0.
Type:
Numeric
1 (TRUE) - Force it to happen. 0 (FALSE) - Do nothing.
When forcing an action to occur using script Ver. 1
//Event/E01!Fire = 1;
When forcing an action to occur based on a tag value in script Ver. 1
//Event/E01!Fire = U01.F01.T01;