From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(714 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

Someone devote his time to help solve your problem? Appreciate it and give kudos. Problem solved? Accept as a solution so that others can find it faster in the future.
Make a contribution to the development of TestStand - vote on TestStand Idea Exchange.
0 Kudos
Message 2 of 2
(701 Views)