Bharath Dev Posted November 12, 2009 Report Share Posted November 12, 2009 Can anyone please tell me how can I add/modify conditional disable symbols to a project programatically. Thanks Quote Link to comment
crelf Posted November 12, 2009 Report Share Posted November 12, 2009 Can anyone please tell me how can I add/modify conditional disable symbols to a project programatically. I don't think you can... ...but I'd be happy to be proved incorrect. Quote Link to comment
jmeyer Posted November 12, 2009 Report Share Posted November 12, 2009 I don't think you can... ...but I'd be happy to be proved incorrect. So, there is a VI (SetSymbols.VI), buried in the following location under your LabVIEW root directory: <root>\resource\plugins\Utility\IfDef.llb. This VI allows one to set symbols on a ProjectItem reference. So, as long as you have programmatic access to the ProjectItem you want to set symbols on, you can programmatically set symbols! Quote Link to comment
Ton Plomp Posted November 12, 2009 Report Share Posted November 12, 2009 I have uploaded a set of VI's to the OpenG candidates: see here. Ton Quote Link to comment
crelf Posted November 12, 2009 Report Share Posted November 12, 2009 ...you can programmatically set symbols! Therefore I'm happy Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.