02-09-2010 02:20 AM
I want to sequence 1000 VIs but I donot have TestStand.I have made a user interface to select the VIs I want to run.I am planning to use the attached VI and a for loop.
Are there any operational limitations? Please guide me regarding this
02-09-2010 03:02 AM
Assuming the VIs are all compiled and saved correctly, this should work. Note that if you're building an executable, there may be some issues with VIs from vi.lib which will not be included automatically, etc.
One thing which will probably improve this is if you use a subpanel to display the VIs instead of opening windows, as it will make it look more organized.
06-04-2010 05:26 AM
I am new to labview and trying to have an application that provides the user interface for editing the system configuration.
I have implemented the same.Attached is the vi for your inputs for improvements and best way of doing this as this is one of the common requirement.
06-04-2010 08:56 AM - edited 06-04-2010 08:56 AM
06-06-2010 11:50 PM
I am initially reading the ini file with sections as Analog Inputs , Analog Outputs , Digital Inputs & Outputs in 4 arrays and then depending on the button user clicks the corresponding array will be copied to the array that is available for user to change.Then since I have to fill the items in the combo box I am using array size and filling the combo box items dynamically.
For which task I should use state machine and shift registers? For button clicks I am using event structure.