05-08-2007 09:01 PM
05-09-2007 07:00 PM
Brian,
How are you storing the data to the Citadel database? Are you using the DSC Write Trace VI or are you enabling logging on your shared variables? Either way, what type of data is being stored into the database? Doubles, strings, U8s?
Secondly, what type of data are you attempting to read from the database? Also, how and to what are you exporting the traces?
If we know what type of data is being stored and what type you are expecting to receive from the trace, that would be helpful.
05-09-2007 08:48 PM
I have opened a support request for this, but I will explain more here. It is related to one library, which was created before I did the upgrade. Data is not being logged. The data in the text files is old. I can create a new library and shared variable and have it bound to the same OPC item, and that works fine. I am using the logging option in the shared variable properties.
So, the bottom line is it is not a general problem with the DSC module, but with a specific library, or maybe just a few of the variables. I need to see if recently added variables are getting logged.
05-10-2007 04:51 PM
05-10-2007 07:07 PM
I got it working. I had to change the numeric type from single to double. When it was single, I also couldn't configure alarms(other than status) or scaling.
I should start another thread but I have one more question. Can I bind the alarm setpoints to a shared variable?
05-11-2007 10:01 AM