LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calculated values in a DB

Hi,
In my project I utilize several Tags connected to an OPC Server. I need to insert a calculated value in a Database. I tried to create a new tag and connected it to a "dummy Server". I would like to know if it is a correct solution or they are other possibilities to resolve my problem. Tank you for your answer.
0 Kudos
Message 1 of 2
(4,098 Views)
The preferred method is to use a "memory tag", which exists within the DSC tag engine somewhat like a global variable, and is logged to the Citadel database like any other tag. After you make the calculation in LabVIEW, simply write the result to a memory tag.

Regards,
Greg Caesar
National Instruments,
Applications Engineer
0 Kudos
Message 2 of 2
(4,098 Views)