NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

notification transfer 1D data to LV

Hi all

   how to setup TS notification transfer 1D data to LV as screenshots,dynamic transfer progress 1d data to LV multi column,thanks!!

 

 

desired_show.png

 

 

Download All
0 Kudos
Message 1 of 2
(997 Views)

So you want t use TestStand Synchronisation to pass notification from TestStand to LabVIEW containing TestStand Array?

If so, you would probably need this: https://forums.ni.com/t5/Example-Code/TestStand-Status-Monitor-using-Synchronization-Objects-LabVIEW...

 

Using these wrappers you could use TestStand Synch Manager to access synchronization objects (like notification).

Then you create array in TS and pass it in the notification as property object in TS and then you can extract it in LabVIEW using TS API. 

 

Alternatively you can use only LabVIEW: just create wrappers for LV notifiers you need and call it from TS as code modules. Array conversion from prop object to LV data will be done by LV adapter.

Michał Bieńkowski
CLA, CTA, CPI

  1. Did someone devote their time to help solve your problem? Appreciate it and give kudos.
  2. Problem solved? Accept as a solution so that others can find it faster in the future.
  3. Contribute to the development of TestStand by voting on the TestStand Idea Exchange.
0 Kudos
Message 2 of 2
(984 Views)