01-21-2021 01:26 AM
Hi all
how to setup TS notification transfer 1D data to LV as screenshots,dynamic transfer progress 1d data to LV multi column,thanks!!
01-21-2021 02:33 AM
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.