Ratataplam Posted March 19, 2021 Report Share Posted March 19, 2021 Hi all, I'm moving the first steps in TS world and I try to communicate with a VI runs in asynchronous mode. First of all seem that I able to stop the VI at end of sequence, but I cannot read\write data from TS. To make simple the problem, I fixed a constant in my VI and connected it to indicator, mapping the indicator on TS parameter. In the TS sequence I check the value of TS parameter, but the result is different from the expected. Where is my mistake? Thanks for any suggestions p.s. LV2018 and TS2017SP1 was used to generate the problem 😃 asynch2.vi TestAsynch2_a.seq Quote Link to comment
tlerunner Posted May 18, 2021 Report Share Posted May 18, 2021 Implement your asynchronous VI as a DQMH. Create API's that send messages to it. Call the API's from TestStand. Quote Link to comment
Ratataplam Posted May 24, 2021 Author Report Share Posted May 24, 2021 Hi all, yes. I've implemented a APIs, LV queue based, to Tx\Rx message. Â Quote Link to comment
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.