Jump to content

gb119

Members
  • Posts

    317
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by gb119

  1. QUOTE(dannyt @ Feb 13 2007, 11:30 AM)

    Many years ago (well about 6) I wrote a vi that interfaced to the Perl Compatible Regular Expressions library for LabVIEW 5.1. It's downloadable from: http://www.crojack.org/labview/pcre-2.08-lv.zip If you're running Windows then there is a precompiled binary, otherwise it's a question of compiling the CIN and linking to a version of libpcre. Basicallly my routine does the same as the one now builtin in LV 8.0+ - except that I did it first :rolleyes: and mine isn't a nice extending node but can handle variable numbers of sub-patterns at run time. It's a long time since I used that version (I rolled the CIN code into a custom dll full of other useful code functions, and the PCRE version is positively prehistoric in internet terms !) so I can't promise that it all still works....

  2. The key to scripting in LabVIEW 8.x can be deduced from the following statement:

    Scripting features are exposed in LabVIEW <= 7.1, and

    scripting features allow you to write LabVIEW code, and

    scripting features are LabVIEW code, and

    LabVIEW code that calls scripting features will run in later versions of LabVIEW.

    Thanks - that was pretty much what I was I had figured out. Perhaps this could be added to the sticky post at the top of the forum ?

  3. I'm sure this must be a FAQ, but if is then I've failed to find where it is answered:

    How does one reveal the scripting methods and properties in LabVIEW 8.20 ? The ini key setting that works in LabVIEW 7.1 (SuperPrivateScriptingFeatureVisible=True) doesn't seem to have any effect for me and doesn't appear in the LabVIEW executable file. SuperSecretPrivateSpecialStuff=True does work (and is in the executable). This is for Windows FDS if that is relevant.

    Gavin

×
×
  • Create New...

Important Information

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