LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using PVCS keyword replacement with LabView

Has anyone tried using "fixed keyword expansion" with LabView? There is feature that you can use to replace text strings in a binary file but I've not been able to make it work for a VI.
0 Kudos
Message 1 of 2
(2,672 Views)
> Has anyone tried using "fixed keyword expansion" with LabView? There
> is feature that you can use to replace text strings in a binary file
> but I've not been able to make it work for a VI.

I don't think that is going to work. PVCS has no way to know about the
offsets and size fields located in a given VI. I'm not familiar with
the option you are asking about, but my suspicion is that it is
specifically designed for a particular resource format or EXE format.

If you are looking for a solution to translate strings in a VI, there
are menu items under Tools>Advanced for Exporting and Importing strings.
The file format is pretty readable for hand translating, and pretty
easy to parse if you want to extract the strings to another form,
translate, an
d rebuild.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,672 Views)