F01!Enable

<< Click to Display Table of Contents >>

Manual > Server Creation Guide > Event Edition > System Properties > System Properties List > Folders >

F01!Enable


 

The enabled/disabled state of all events in the folder.

 


syntax

 F01!Enable

 


Acquisition


setting


Property Value

 

Switch between enabled and disabled. All events in a folder can be operated at once.

 

 

Type:

Boolean

 

TRUE - Enabled. FALSE - Disabled.

 


 

 

When switching to enable in script Ver1 action

 

//Event/F01!Enable = TRUE;

 

When switching to disabled in script Ver1 action

 

//Event/F01!Enable = FALSE;

 

When switching between enabled and disabled depending on the tag value in script Ver.1 action

 

//Event/F01!Enable = U01.F01.T01;