07-31-2006 02:03 AM
I can't understand the functionality of these DSC VIs:
Acknowledge Alarms .vi
Set user Defined Alarms .vi
Request Alarm & Event Notifications .vi
I appreciate any guide.
08-01-2006 04:49 AM
Hi Maryam,
Have you tried using the context help?
LabVIEW has a built in dictonary of functions - if you go to "Help" on the main labVIEW toolbar and select "Show Context Help" from the drop down list a contect hlpe window will open.
If you then use your cursor to hover over the VI you want information about, the context help window will populate with information about that VI.
There is also usually a link "Click here for more help" that appears which if you click it will pull up a more extensive help file which includes information on the terminals, accepted data types etc of the VI.
You can also use the Example finder to get example code which uses the VIs these example come with a full description and instructions on how to use the code, block diagram and front panels are also annotated with the steps of execution.
To access this library of examples click on "Help" on LabVIEWs main toolbar, select "Find Examples.." from the drop down list. The "NI Example Finder" should then open.
You can then either browse to the appropriate functionality pieces of example code by expanding the tree structure uber the "Browse" tab. Or Use the "Search" tab to pull up example code linked to a key word.
If you enter "acknowledge" as the keyword and do a search the example finder provides the example "View and Acknowledge Alarms Remotely" which you may find useful.
To then load the example VI simpley double click on the VI title.
I hope that this informaton helps you.
Regards
Emma Rogulska
NIUK & Ireland
08-01-2006 08:29 AM
08-01-2006 09:58 AM
08-01-2006 10:53 AM
@Maryam wrote:
What you said was very basic, by the way thanks Emma. there's no example showing the usage of these VIs, I can't understand for example in "Acknowledge Alarms.vi" what's the goal of this function?!We just enter some information in string format and just this? Where is this usefull? I don't get this.
08-12-2006 04:00 AM