NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Send data from Edit SubStep to OI

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

Don't forget to give Kudo's for a good answer !

LabVIEW Champion
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 1 of 3
(949 Views)

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.

0 Kudos
Message 2 of 3
(922 Views)

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/Sharing-a-string-by-a-queue-from-Execution-to-execution-on/td-...

https://forums.ni.com/t5/NI-TestStand/Best-way-to-pass-parameters-to-sequences-called-as-new-executi...

https://forums.ni.com/t5/NI-TestStand/Marshalling-the-IEngine-object/m-p/666852

Best regards
Juergen

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 3 of 3
(904 Views)