LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dsc shared variable property are saved to library?

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

Message Edited by paubine on 09-04-2009 08:23 AM
0 Kudos
Message 1 of 4
(2,959 Views)

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.

National Instruments
0 Kudos
Message 2 of 4
(2,929 Views)

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

0 Kudos
Message 3 of 4
(2,915 Views)

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

 

 

National Instruments
0 Kudos
Message 4 of 4
(2,891 Views)