Jump to content

tleibner

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Posts posted by tleibner

  1. Hi, I currently have LabVIEW 7.1 installed in my lab, but I'd really like to move over to LabVIEW 8.

    What are the implications of downloading and running the LV8 download that is being linked in this thread? Ie, do I need to purchase new licenses, or can I re-use my old ones, etc? Thanks.

    I used my LV7.1 SSP license number to install LV8. The installer connected to NI to check it and it worked. Despite, NI has now sent me a SSP upgrade containing LV8 cd, handbook, and a new (!) serial number. Until now, I did not install the SSP upgrade with its new number. I admit, I do not fully understand NI's license scheme.

    Have fun.

  2. This is a Labview 8 editing bug along the same lines as my previous post. I made it a new topic because it is a different VI attachment. Please read the note on the VI diagram. Thanks for trying it out.

    Another nice example of an anaomaly of the LV editor. I can reproduce you finding.

    Unexpected, too, if you delete the wire connecting the input tunnel of the TRUE case with the unbundle, signals sig.b. and ref.b remain valid without any data input. Well, the run arrow becomes broken.

    Further, deleting any wires from within the Loop structure will not cripple the Unbundle's signal names.

    I wonder what would be the LV developer's comment (Greg?).

    Thomas

  3. One of the things I wanted to check with Labview 8 is whether or not NI fixed problems in which Unbundle and Bundle By Name can change cluster elements during editing, such as when rewiring, adding structures, or reordering the cluster. I found that in 2 out of 3 situations, Labview 8 did the right thing while Labview 7.1 did not! The one situation I see where a problem still remains is demonstrated by the attached LV8 VI. Please see my note on the diagram. Thanks for trying it.

    For many years I've seen problems (although rarely) with using sub-clusters and Unbundle By Name using the dot convention to denote cluster levels. At times, unbundle elements would change with no apparent causal action on my part. Has anyone else noticed that?

    I played a little with your bug demo and could reproduce your finding. But to my mind, it seems to be an anomaly with the UnflattenFromString. Do another little experiment:

    1. make the case structure to show the True case with 'sig.b' and 'ref.b' signal names.

    2. delete the wire to the 'type input' of the UnflattenFromString

    The signals names shown at the Unbundle will change to 'b' and 'b'. To proove that crippled signal names were sent by the UnflattenFromString, type strg-z to restore the wire; then delete the wire from the output of the UnflattenFromString to the input tunnel of the case structure. See what I mean?

    Thomas

  4. The NI application builder can save a project's build settings to a ".bld" file.

    Has anyone here managed to figure out the format of the data contained in that file?

    Thanks!

    Well, not the file format itself, but there ara two VIs from the appbuilder's llb doing the job to read and to write the *.bld files:

    C:\Program Files\National Instruments\LabVIEW 7.1\project\prodisttool.llb\Dist Load Script.vi

    C:\Program Files\National Instruments\LabVIEW 7.1\project\prodisttool.llb\Dist Save Script.vi

    I did use them once to leave all diagrams within an executable for later debugging.

    Thomas

  5. Thanks a lot for pointing me to the README.

    Well, unfortunately my first try to get the file via http failed after 250MB (of a 450MB total size)

    With ftp I could resume from there - http urges me to start from the beginning.

    My apologies, NI admins, for raising the traffic level by reloading the first 250 megs.

    X-ing fingers for the 2nd try

    Thomas

×
×
  • Create New...

Important Information

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