05-18-2009 05:04 AM - edited 05-18-2009 05:07 AM
Can any one tell me how to open Tag configuration editor programatically.Right now i am opening it from menu bar but we want to open it through coding so plz tel me how to do the same..............
Regards,
Vijtin
05-18-2009 05:11 AM
05-18-2009 06:40 AM
05-19-2009 03:24 AM
Thanks for replying....!
It is wizard which is used to create scada configuration file.........i.e it is used to create tags........and we open it during runtime using menu selction from menu bar............but sumtimes we getting error in exe so we want to open it programatically to remove that error......
Regards,
Vijtin
05-19-2009 03:32 AM
05-19-2009 04:21 AM
Hi Vijtin,
Did you search the DSC pallette for any such function?
05-20-2009 11:13 PM - edited 05-20-2009 11:20 PM
Try here.
C:\Program Files\National Instruments\LabVIEW 7.0\project\lvdsc\dsc_TagEditorLauncher.vi
Most of labview is written in labview code. Just takes some looking around in the folders. I started by going to the Edit, Run-Time Menu at the top of the screen. This showed some info for _configure tags and app_dsc_tageditor. Then go into windows explorer and search the entire labview 7.0 folder and subfolders for tag. This vi was the first in the list.