CRC FAIL


farar

Recommended Posts

I would like to know how to catch the comunication error (CRC Fail) to the relay (Ge750) the system DAQFactory displays that fail but I don't know how to catch it to develop level and show it at my created system.

Link to comment
Share on other sites

I presume you are using Channels to query your device. In this case you should use the OnAlert system event and catch it from there. Just create a sequence called OnAlert and look at the strAlert variable for the CRC fail error. strAlert will contain exactly what appears in the command/alert window without the timestamp. OnAlert is called for any alerts that would appear in the Command/Alert window.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.