Sequence Detail Control property settings
The Sequence Detail Control has these properties that are configurable in the
Property Panel
of the control in the FactoryTalk View SE
application. Property name | Description | Read only | Value type |
---|---|---|---|
ActiveStepsCount | Contains the number of active steps in the currently loaded Equipment Sequence . | Yes | Integer |
AutoLoad | Determines if the sequence chart is loaded automatically after the FactoryTalk View SE application | No | Boolean |
AutoScroll | Specifies whether automatic scrolling to active steps is enabled or disabled. | No | Boolean |
CommandButtonLocation | Determines the location of the command buttons. | No | 0 – Bottom 1 – Right 2 – Top 3 – Left |
ConfirmedCommands | Specifies a command group that requires confirmation when any one of the command buttons in that group is selected. | No | 0 – All 1 – StopAndAbort 2 – None |
ControllerPath | The controller path. Example Path: AB_ETH-1\99.99.99.99\Backplane\0 | No | String |
ControllerShortcut | FactoryTalk Linx device shortcut to the controller. Example Shortcut: MY_CONTROLLER | No | String |
DataServerPath | The FactoryTalk View SE path to the FactoryTalk Linx Data Server.Example Path: MyProject/MyArea -or- RNA://$Local/MyProject/ | No | String |
FailedStepCount | Contains the number of steps with failures in the currently loaded Equipment Sequence . If no Equipment Sequence is loaded, the value is zero. | Yes | Integer |
IsEveryTagConnected | Displays whether every tag is connected to the ActiveX Control. Default value: True | Yes | Boolean |
IsLiveDataConnected | Displays whether the live data server is connected to the ActiveX Control. Default value: False | Yes | Boolean |
IsSeqMgrServerConnected | Displays whether the primary SequenceManager Server is connected to the ActiveX Control. Default value: False | Yes | Boolean |
IsSeqMgrServerConnectedBackup | Displays whether the backup SequenceManager Server is connected to the ActiveX Control. Default value: False | Yes | Boolean |
IsSeqMgrToControllerConnected | Displays whether the primary SequenceManager Server is connected to the controller. Default value: False | Yes | Boolean |
IsSeqMgrToControllerConnectedBackup | Displays whether the backup SequenceManager Server is connected to the controller. Default value: False | Yes | Boolean |
LoadChart | Initiates the loading of the Equipment Sequence chart using the current property values. | No | Boolean |
SelectedStepName | String containing the name of the currently selected step in the Equipment Sequence . The Sequence Detail Control stores the names of the currently selected steps here to be used as data by VBA scripts. | No | String |
SeqMgrServerAddress | The IP address of the workstation hosting the primary SequenceManager Server. | No | String |
SeqMgrServerAddressBackup | The IP address of the workstation hosting the backup SequenceManager Server. Default value: 2147483648 unknown state | No | String |
SeqMgrServerPortNumber | The port number of the workstation hosting the SequenceManager Server. Default value: 7452 | No | String |
SequenceName | Name of the Equipment Sequence that the chart loads if a load is initiated using the AutoLoad or LoadChart properties. | No | String |
SequenceState | Shows the state value of the displayed sequence. | Yes | Integer |
ShowCommandButtons | Determines if the command buttons are shown. | No | Boolean |
ShowStatusBar | Determines if the status icons are shown. | No | Boolean |
TouchPointerSize | Determines the size of the command buttons and the height of the fields in the header and footer areas. | No | 0 – AutoSelect 1 – Large 2 - Small |
Provide Feedback