ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display values of array elements in DSM (Distributed System Manger)

In the DSM help it says that in a watch list (or directly in the process tree) it will not display the individual values of the elements of an array. I have two questions: (1) is there a way around that (short of modifying the code and putting an indicator there), and (2) it seems that this is not always true. Here is a screenshot of the 'Current value' view - I can clearly see the individual values if an integer array shown. We need this for a one-time examination of the values of a double array, which are shown in the front panel with insufficient precision. I was hoping that the DSM will show the full values. Thanks!

0 Kudos
Message 1 of 3
(2,556 Views)

Hi gmand,

 

I just checked with a simple VI to see that DSM doesn't display elements of an array. I'm wondering with what code/how you got that screenshot below.

 

Depending on your code, you might be able to get away using a probe tool

Using the Probe Tool

https://www.ni.com/docs/en-US/bundle/labview/page/using-the-probe-tool.html

Jiwhan S.
Technical Support Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,513 Views)

The code is not mine (it was written before my time), and I wanted to avoid changing the code, that's why I was wondering if the DSM can be of help in this situation. I'm not sure why the DSM is showing the individual values.

 

Using the Probe Tool is a solution, of course, but that means opening a large code base and changing it (temporarily) just to look as some values. Eventually I had to do that -- simply changed the indicator properties to display with a higher precision, and it worked. To much work though for such a simple need.

0 Kudos
Message 3 of 3
(2,507 Views)