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 error
    tagErrorBlockModeAlreadyStart
    occurs if the block mode cannot be started. In this case, we recommend that you not execute
    EndBlockMode
    to avoid unexpected results.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal