If an Enable (e.g. //Event/E01!Enable=1) is executed within the action executed when changing the enable state (Enable) of an event from disabled to enabled, the application will be locked. Therefore, please avoid such usage.
When switching to enable in script Ver1 action
//Event/E01!Enable = TRUE;
When switching to disabled in script Ver1 action
//Event/E01!Enable = FALSE;
When switching between enabled and disabled depending on the tag value in script Ver.1 action