Quick Help

Knowledgebase is a categorized collection of answers to frequently asked questions (FAQ) and articles. You can read articles in this category or select a subcategory that you are interested in.



 Store data from an OPC server to a database based on a trigger value

Problem

I'm looking at the OPC Data Logger. One feature I'm looking for is if it will store data from an OPC server to a database based on a trigger value.


Solution

The enterprise version of our software has many filter plugins. For simple tasks you can use the Expressions plugin. Foe example, the following expression will not allow to write to a database, if Avalue isn't equal to 5.

DISCARD_DATA_PACKET_IF(AValue<>5)

 
Was this article helpful? yes / no

Article details

Article ID: 30

Category: Data Loggers

Date added: 2011-04-27 03:54:35

Views : 460

Rating (Votes): Article rated 4.0/5.0 (4)