10-24-2017 08:26 AM - edited 10-24-2017 08:29 AM
Hi All,
Is it possible to customize TestStand Sequence Editor to add additional custom window inside?
I would like to create a custom window, where I could edit the properties of the steps. (customsteps)
Imagine to put a Front panel instead of the Step Settings window, where I could define the controls....
Thank you in advance.
10-24-2017 09:06 AM
There is a way to do this but you can't use LabVIEW. You have to use .NET. You also have to contact NI to get the information on how to do it. It is not a supported feature and requires a lot of knowledge in .NET. If you do happen to get NI to give you the information then you are on your own.
The other option is to create your own sequence editor. This can be done by using the full-featured UI in developer mode. You have all the source code.
If neither of these work then you are stuck with the traditional way of having dialog popups using the edit button as you are probably used to.
Regards,
11-06-2017 02:27 AM