LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Text ring strings and values[] and strings[] retrievable in RT application?

I just build an rt application and there is something wrong with the text ring indicator from which I retrieve values.

Do text rings hold no value in a build rt application? What is the replacement?

Actor Framework
0 Kudos
Message 1 of 4
(195 Views)

Hi Quiztus,

 


@Quiztus2 wrote:

there is something wrong


What is wrong?

Which error numbers do you get?

How does the code look like?

 


@Quiztus2 wrote:

Do text rings hold no value in a build rt application?


Using property nodes on headless RT targets might become tricky…

Is your RT target headless?

 


@Quiztus2 wrote:

What is the replacement?


Use any kind of file you like to use to store parameters…

(Or exchange data with your GUI application running on the host.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(158 Views)

I have a json file containing the instrument settings for daqmx. So i match the ring's strings with the json entries in order to get the correct integer. It is a 'funny' design decision from NI to use rings for their daqmx settings, when they are not supported on rt.

Actor Framework
0 Kudos
Message 3 of 4
(109 Views)

@Quiztus2 wrote:

I have a json file containing the instrument settings for daqmx. So i match the ring's strings with the json entries in order to get the correct integer. It is a 'funny' design decision from NI to use rings for their daqmx settings, when they are not supported on rt.


I believe DAQmx has only been added to RT in the past few years. They may not have anticipated well.

0 Kudos
Message 4 of 4
(102 Views)