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.

VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

NI VeriStand - 'Set channel values by block data reference.vi'

Hi,

 

I make an asyncronous custom device application on a VS proj and

I would like to change programmately the value of the channels output list inside RT driver.

 

I find the function 'Set channel values by block data reference.vi' but it sets the values of an inline custom device channels..

 

I wonder if exist the same function to asyncronous custom device or if there is the possibility to do that in other way?

 

 

thanks,

best regards,

Marco

0 Kudos
Message 1 of 2
(4,836 Views)

Marco,

 

I've had the same need several times before. I would recommend an inline custom device that launches an asynchronous engine. Then from your inline device you can use the block writes and communicate the data to that loop from the engine using something like a single element queue.

Chris
Certified LabVIEW Architect
Certified TestStand Architect
Message 2 of 2
(4,670 Views)