03-02-2008 05:40 PM
03-02-2008 06:42 PM
03-03-2008 11:18 AM
Hi HWJ,
The Citadel database is only supported on
Windows with the LabVIEW DSC Module. However, you can develop a
custom VI solution that will allow you to temporarily store data on the
FieldPoint, and then integrate that data into the Citadel database at a later
time. To do this, you would need to setup the FieldPoint to periodically verify
communication with the server. If communication is lost then the
FieldPoint would need to store data in a local temporary file. When
communication is restored you could transfer the data (automatically or via
manual FTP) to the server. The DSC Module includes a "Citadel Writing
API" which you can use to write the data to a Citadel database.
This NI
Developer Zone article describes the process (look for "merge" in
the "Archiving Data" section).
-Nick
03-03-2008 05:45 PM
03-03-2008 06:03 PM