Jump to content

Block diagram string constants


owillebo

Recommended Posts

Posted this in LV forum but was advised to post it here.

The LV 'Tools'->Advanced'->'Export' functionality can find and read and modify block diagram string constants.

How to do that yourself?

i.e. itterate over all block diagram string constants and read and modify the string.

Thanks,

Using LV 8.2

Link to comment

There is a VI method named "Export VI Strings" that you can use to export strings into an XML file. The method "Import VI Strings" does the reverse. So you Export-> Modify file -> Import.

Needless to say that the VI must be idle (not running) in Development (not run-time) LabVIEW for that to work.

There are also scripting methods that would allow to modify block diagram constants but I'll let the experts to comment on that.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.