Industrial Communications

cancel
Showing results for 
Search instead for 
Did you mean: 

Alert with Data Logger (RealTime)

hi all,

i have problem about alert, now i was monitored a power meter, my problem is how to create alert event with data logger, i mean if the power decrease until <100watt then the Labview record the event when the power is down (date&time) and the datalogger is realtime on table. anyone can help me how to program it ? 

Thanks

0 Kudos
Message 1 of 2
(4,706 Views)

Hi,

 

Am I understanding it correctly that you want to log the event EACH time power drops below 100 watt? You only record it for the event of the traversing? 

I'd suggest you use Event Structrue + Producer-comsumer queque structure to do it.

That is, in a loop you monitor the event of the data value change, and enqueue the event data if it's below 100 watt AND its old version is above 100 watt. In the other loop, you do the file logging.

0 Kudos
Message 2 of 2
(4,691 Views)