03-18-2019 05:15 AM
Hi,
Is there any (officially supported) way to run a TestStand sequence on Real Time target, like on an RT controller? (assuming that the the steps are compatible with the RT system (eg: no dll calls))? Pls note that my question in NOT to check if TestStand (running on a windows PC) can execute VIs on the RT target, but if sequences are supported on the RT?
I guess the answer is simply a no, but its worth checking.
Thanks.
Solved! Go to Solution.
03-18-2019 06:47 PM
No, and TestStand probably never will. The TestStand Engine is deeply coupled to Microsoft technology, so the closest you can get is calling code on remote machines that are the OS of choice, but the sequencer is still on Windows.
03-19-2019 02:39 AM
Thats what I thought... thanks for the confirmation!