04-07-2022 12:09 PM
Hi folks,
I've got some information I'd like to send from an Edit Substep to a LabVIEW user interface that provides (amongst other things) a custom sequence editor.
What's the preferred way? UIMessage ? Flattened data (to Str) via TCP ?
Cheers
Chris
04-08-2022 04:14 PM
UIMessage is the default first choice, but that doesn't mean that other alternatives can't be considered if they have an advantage for a situation.
04-11-2022 01:31 AM
Hi Chris,
i agree, UI messages are best choise,
this thread gives more information (page2):
https://forums.ni.com/t5/NI-TestStand/Seq-context-in-multiple-executions/m-p/839744
Depending on what your are doing, keep in mind that your stuff, especially feedback's from your UI, tiggered by the UI message will not work with NI-SequenceEditor anymore.
So i often have used TS-Queues for sharing data over sequencefile,process and maschine boundaries.
https://forums.ni.com/t5/NI-TestStand/Marshalling-the-IEngine-object/m-p/666852
Best regards
Juergen