06-09-2004 01:06 PM
06-11-2004 12:44 PM
06-11-2004 02:00 PM
06-11-2004 04:01 PM
08-28-2009 08:56 AM
Hi
I am finding that I am in the same position. I need to be able to do a syntax check of a sequence before I run it. I would like to be able to make sure that I have not entered any variable names incorrectly. Also if I change a variable name or remove a variable I need to verify that the seqeunce will not break at runtime.
I have a large number of sequences that are called from each other and parameters are passed between them, and it appears difficult to be able to run them individually (maybe I am not desinging things correctly).
Thanks
Dave
08-28-2009 11:28 AM
Yes - I agree. It would be easy for TestStand to identify basic things like unknown variables - since
it immediately highlights those in red anyway, if you happen to be on the step that uses it.
This would be a small but very useful syntax check. So at least for those names (including sequence
calls etc.) that are not constructed at run time, a basic sanity check could be done where possible.
As for changing the name of variables: When you change the name of a variable in VS2008 the option
is immediately available to update all the references of that variable with the new name if you want.
The same is true of function calls as well. The whole project is updated. Very useful & timesaving.
TestStand semi-allows this with the Search and Replace function - but it's not as helpful.
Perhaps a basic syntax checker could be written by a user ;-(
If the sequence files were saved as text they'd be easily parsed...
Ronnie
08-28-2009 03:35 PM
Hi,
you can save the sequence file as text (ini style format) via the Sequence File Properties dialog.
Regards
Ray Farmer
08-28-2009 03:39 PM
Yes - I knew that - but it was a suggestion for anyone outside of NI that wishes to parse through a sequence file.
But thanks for making it clear for those that didn't know that option was available.
09-28-2009 12:49 PM
Hi,
is there still a website from NI where we can leave comments about future feature we would like for a product ?
I would also like to have a window where we can find all the "errors" before running the sequence. It will be way more secure to correct those before running the sequence, so it doesn't break on a step where it should not...
Thanks
11-30-2010 09:46 AM
Consider upgrading to TestStand 2010 which comes with a Sequence Analyzer that helps you find problems, such as parameter incompatibilities, in sequences before you execute them.