Jump to content

Chris Davis

Members
  • Posts

    423
  • Joined

  • Last visited

Files posted by Chris Davis

  1. Example - Multiply Two Numbers Script.vi

    Example - Multiply Two Numbers Script V1.0.0
    Copyright © 2006, Chris Davis
    All rights reserved.
    Author:
    Chris Davis
    --see readme file for contact information
    Description::
    This simple VI uses scripting to create a new VI that has two numeric controls and a numeric indicator. The two controls are multiplied together and wired to the indicator
    This VI is designed to help a newbie learn some of the basics of LabView scripting.
    Code was created and tested using LV 7.0. Code should work in higher LabView versions, but has not been tested there.
    Version History:
    1.0.0:
    Initial release of the code.

    1,387 downloads

    Submitted

  2. Example - Connect a SubVI and its Inputs

    Copyright © 2006, Chris Davis
    All rights reserved.
    Author:
    Chris Davis
    --see readme file for contact information
    Description::
    This simple VI uses scripting to create a new VI that has two numeric controls and a numeric indicator. The two controls are multiplied together and wired to the indicatorThis VI is designed to help a newbie learn some of the basics of LabView scripting.Code was created and tested using LV 7.0. Code should work in higher LabView versions, but has not been tested there.
    Version History:
    1.0.0:
    Initial release of the code.

    1,321 downloads

    Submitted

  3. Example - Connect a Control to an Indicator

    Copyright © 2006, Chris Davis
    All rights reserved.
    Author:
    Chris Davis
    --see readme text for contact information.
    Description::
    A simple example of how to create a new VI using scripting. The VI has a path control and a path indicator, which are connected using scripting. The path control is connected to the upper left connector on the 4x2x2x4 connector pane, and the path indicator is connected to the upper right connector.
    This VI is designed to help a newbie learn some of the basics of LabView scripting.
    Code was created and tested using LV 7.0. Code should work in other LabView versions, but has not been tested there.
    Version History:
    1.0.0:
    Initial release of the code.

    1,060 downloads

    Updated

  4. Example - Create Polymorphic VI

    Copyright © 2006, Chris Davis
    All rights reserved.
    Author:
    Chris Davis
    --see readme text for contact information
    Description::
    This VI uses scripting to create a new polymorphic VI that contains the methods for creating any type of numeric control on a VI's diagram.
    This VI is designed to help a newbie learn some of the basics of LabView scripting. As well as serve as a tool to make scripting easier to code.
    Code was created and tested using LV 7.1.1 Code should work in higher LabView versions, but has not been tested there.
    Version History:
    1.2.0:
    Added code to make polymorphic VI's icons match thier intended numeric type.
    Fixed a bug where an error 7 would occur because the polymorphic VI doesn't exist on the users machine to be deleted.
    1.1.0:
    Re-release of code as LV 7.0 for more universal compatability. Changed code slightly to read empty polymorphic VI from disk, instead of using a constant on the diagram.
    1.0.0:
    Initial release of the code.

    1,937 downloads

    Submitted

×
×
  • Create New...

Important Information

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