EndBlockMode method
Stops the block mode for HMI tag operations.
Syntax
TagDB
.EndBlockMode
where
TagDB
is the global variable TagDB
. You can also use a variable you have defined as a TagDB object or an expression that evaluates to a TagDB object.
TIP:
If you are not using
FactoryTalk View SE
's VBA, the global variables will not be automatically created and you will have to define your own object variables.Remarks
- After the block mode is started, make sure to end it.
- Only one block mode is allowed at one time on an HMI server. The errortagErrorBlockModeAlreadyStartoccurs if the block mode cannot be started. In this case, we recommend that you not executeEndBlockModeto avoid unexpected results.
Provide Feedback