LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open Tag configuration editor programatically

Hello..........! 

            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

Message Edited by vijtin on 05-18-2009 05:07 AM
0 Kudos
Message 1 of 7
(3,193 Views)
Are you talking about opening the Properties window for a Tab control programmatically?
This cannot be done in run-time, therefore cannot be done programmatically.
Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 2 of 7
(3,190 Views)
Is this something related to the DSC thing?
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 3 of 7
(3,174 Views)

 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

0 Kudos
Message 4 of 7
(3,154 Views)
Apologies! You wrote Tag, I read Tab - please disregard my reply above Smiley Happy
Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 5 of 7
(3,152 Views)

Hi Vijtin,

 

Did you search the DSC pallette for any such function?

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 6 of 7
(3,141 Views)

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.

Message Edited by unclebump on 05-20-2009 11:20 PM
Message 7 of 7
(3,108 Views)