Skip to main content
10-Marble
July 15, 2024
Solved

Fault TAG

  • July 15, 2024
  • 1 reply
  • 1238 views

Good morning,

 

I would like to create a tag, mentioned boolen type flip-flop, which the automation will set to 1 and I would like Kepware to automatically and immediately set to 0.

In this way I can alert the automation when communication is missing.

I found a thread that covered a similar, but still unresolved topic:

Solved: Disable tags when PLC is offline and re-activate w... - PTC Community

 

Thank you.

Best answer by cmorehead

@SG_10481904 

 

It sounds like you are describing the already built in System tag called _Error and _NoError. The _Error tag is a Boolean tag that gets triggered when the connection to the device is disrupted. Here is a link to the page in help file that covers the use of this tag:

 

https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3810bdb56b4749a69600ddd17865c408#page=130

 

Unfortunately, there is no tag for the server itself. A lot of users use the Server System Tag called _TimeSecond to monitor the uptime of the sever. Here is a link to the page in help file that covers this tag:

 

https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3810bdb56b4749a69600ddd17865c408#page=118.

 

Thanks,

*Chris

1 reply

cmorehead13-AquamarineAnswer
13-Aquamarine
July 16, 2024

@SG_10481904 

 

It sounds like you are describing the already built in System tag called _Error and _NoError. The _Error tag is a Boolean tag that gets triggered when the connection to the device is disrupted. Here is a link to the page in help file that covers the use of this tag:

 

https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3810bdb56b4749a69600ddd17865c408#page=130

 

Unfortunately, there is no tag for the server itself. A lot of users use the Server System Tag called _TimeSecond to monitor the uptime of the sever. Here is a link to the page in help file that covers this tag:

 

https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3810bdb56b4749a69600ddd17865c408#page=118.

 

Thanks,

*Chris