Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Contents

...

Table of Contents
maxLevel3
indent16px
excludeIntroduction|Contents

...

External Trigger Example

Code Block
languagexml
<!--MsgId is the unique id of the message being sent -->
<!--TriggerId is the unique id of the external trigger to be enabled/disabled -->
<!--Enable sets desired state of the trigger -->
<?xml version="1.0" encoding="utf-8"?>
<ExternalTriggerCommand MsgTimeStamp="2019-02-01T12:14:01+00:00" MsgId="1" TriggerId="1" Enable="true" Timeout="10" xmlns="ICDNAV001-ExternalTriggerCommand">
  <Sender SenderId="SenderId1" NetworkAddress="127.0.0.1" NetworkPort="10000" />
</ExternalTriggerCommand>

...

Note

Be aware that the state will be based on the last command message that was successfully received. If the third party system fails to send a trigger message and a timeout is not used then the state will remain unchanged indefinitely. If there is a concern over network reliability we would recommend that a timeout is used or the 3rd party software builds in message retry logic based on the response message sent from Witness.

...

Related

...

Information

Filter by label (Content by label)
showLabelsfalse
cqllabel = "icd-001-command"

...