03-16-2006 11:43 AM
03-16-2006 12:08 PM
03-21-2006 02:02 AM - edited 03-21-2006 02:02 AM
Message Edited by SercoSteve on 03-21-2006 02:02 AM
03-28-2006 11:39 PM
03-29-2006 12:46 AM
03-29-2006 11:19 AM
03-29-2006 02:47 PM
Hello
bmihura,
I have attached a zip file below that sets the run mode for
every step within a single sequence file. If you would like to add this
utility to the tools menu of TestStand, simply select Tools >> Customize
>> Add. In the window that appears select Sequence for the item
type, then select the ChangeRunMode.seq sequence file and specify the
MainSequence in the sequence input. Next click ok twice and you will have
this utility added to your Tools menu. This sequence file was saved in
TestStand 3.1 and TestStand 3.5.
Bob, there is no information in the TestStand class that
directly shows you how to create an application that changes the run
mode. The information taught in the class should provide the tools
necessary to write code similar to what I have posted.
The discussion forums are a great way to find solutions to
the problems encountered in TestStand. As you can see, National
Instruments employees are constantly providing help to customers on the forums.
Regards,
Jesse O
Applications Engineering
National Instruments
03-29-2006 02:54 PM - last edited on 10-06-2017 08:27 AM by Kristi_Martinez
Hi,
Changing the state of a property is not a difficult task, such as changing the run mode, but I know that good examples are always good starting points, especially when you are just starting with a package or even coming back after a long break from using the package.
The NI website has a number of examples that would help to show how to achive certain tasks, such as https://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3EE5556A4E034080020E74861&p... (Link is no longer valid.- KMartinez Community Admin) which steps through a sequence obtaining the names of steps, Once you have identified the parts that are doing the actual interface to the step properties, you on the road to achiving a tool to change your skips to normal.
Not sure thats it should be a default tool or how useful it would be to majority of users.
Taking labview, you dont have a default tool that makes a selection of controls change from visible to hidden. You would have to create your own.
Regards
Ray Farmer
03-29-2006 03:41 PM
Very true.Not sure thats it should be a default tool or how useful it would be to majority of users.
Taking labview, you dont have a default tool that makes a selection of controls change from visible to hidden. You would have to create your own.