<< Click to Display Table of Contents >> Manual > Server Creation Guide > Event Edition > Function Explanation > Enabling/Disabling Events While Online |
Enabling and disabling events while online
By manipulating the system property "E01!Enable", you can enable or disable events even when the system is online.
This feature allows you to trigger events for a certain period of time or under certain conditions. For more information, see the "System Properties and Events" chapter.
▪Enable
//Event/E01!Enable = 1
▪Disable
//Event/E01!Enable = 0
You can see the current status of an event in the list as Enabled.
If multiple Tag events are registered, they will be processed sequentially. For example, if the first Tag event is taking a long time to process, the second Tag event will be waiting for the first Tag event to finish processing. Therefore, execution timing may be delayed. Please be careful when performing heavy processing that takes a long time.
|
To disable the initial state of the event, check "Disable" below.
|
You can also manually enable or disable an event from the FA-Server screen.
To enable or disable an event, right-click on the event (such as "E01") and select from the menu below.
|
If you check "Generate the event only once", the event will be generated only once and the event will be disabled. If you enable the event again, it will fire again, but only once.
|