09-04-2009 08:21 AM - edited 09-04-2009 08:23 AM
Hi,
I would like to be sure to know if the shared variable properties like "alarm level" and "description" are saved to the library directly?
If not, where? database?
Also can we not add table to the dsc ms sql express database? (the one for alarms and events)
Thanks
Patrick
09-08-2009 05:29 PM
The properties of the shared variables like alarm and description do get saved to the library. As for your second questions about a table in ms sql, can you tell me more about this? Are you using the LabVIEW DSC VIs to do this, if so provide a screen shot or your code or a good description. Tell me exactly what is going wrong, what behavior you expect and what you are seeing.
Thanks,
Anna K.
09-09-2009 10:42 AM
I'm using DSC Module but not a DSC VI...
I would like to access the alarms and events database and add tables to store informations like user's adresse, phone number etc...
I can add an other database ... but I would like to use the same one as the alarms and events to deal with only (2) database (CITADEL and SQL EXpresse)
I see all the databases I used in DSC in the sql server management studio but I can add a table to them using standard SQL Query....
Thanks for helping
Patrick
09-10-2009 03:55 PM
You can connect to a database from LabVIEW and use regular SQL calls, but you will need the Database Connectivity Toolkit
http://www.ni.com/toolkits/lv_db_conn.htm