Chris Davis
-
Posts
423 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Files posted by Chris Davis
-
Example - Connect a Control to an Indicator
By Chris Davis in VI Scripting
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,061 downloads
Updated
-
Example - Create Polymorphic VI
By Chris Davis in VI Scripting
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,939 downloads
Submitted
-
Example - Connect a SubVI and its Inputs
By Chris Davis in VI Scripting
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,322 downloads
Submitted
-
Example - Multiply Two Numbers Script.vi
By Chris Davis in VI Scripting
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,390 downloads
Submitted