Callahan Posted November 4, 2024 Report Posted November 4, 2024 Hi, Let say I have a DQMH module with the two TS VIs "Start Modal Dialog" and "End Modal Dialog" inside Main.vi Currently the SequenceContext input in the API VI is not computed by the TestStandifier. I know it can be questionable to have this kind of case, but it exists, so would be possible in a future release to have a SequenceContext input of a API VI computed by the TestStandifier ? Cheers Quote
Cyril Gambini Posted November 4, 2024 Report Posted November 4, 2024 So if I get it right : * If the Sequence Context is already part of the request, add it to pass it through the request * If the Sequence Context is not part of the request, continue to behave like it behaves today Right ? I must admitt that I didn't test to add the Sequence Context qas part of the payload. I didn't because the purpose of the TSifier is to convert a module that is not specifically designed for TS. Here you explicitely designed the module to run into TS... This one is tricky because we need to find the Sequence Context correctly to map it into the interface sequences. So we should not interfere with the paylaod, and still add one seqCtxt input to handle stopping the request thanks to the ExecutionMonitor. I'll create an issue and see what we can do. Quote
Callahan Posted November 4, 2024 Author Report Posted November 4, 2024 Yes that's it, thank you ! Sébastien Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.