LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can a GUI interface be made to show indicators(image display,numeric indicator etc.) in a VI on 3 different screens?

Solved!
Go to solution

Can you give some example about this? I'm having some trouble with exactly how to do it. What I want to create is something like the following.

constructionworker_0-1666791316243.png

 

0 Kudos
Message 21 of 27
(1,277 Views)

Hi worker,

 


@constructionworker wrote:

What I want to create is something like the following.


I recommend to use a MultiColumnListBox (MCLB) instead of a simple string indicator.

It will become much easier to select the colors for those error indicators…

 

Open the example finder in LabVIEW to look for examples!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 22 of 27
(1,256 Views)

@GerdW wrote:

Hi worker,

 


@constructionworker wrote:

What I want to create is something like the following.


I recommend to use a MultiColumnListBox (MCLB) instead of a simple string indicator.

It will become much easier to select the colors for those error indicators…

 

Open the example finder in LabVIEW to look for examples!


 

After much effort I did something like below but still there is a problem because I only want the second column to change color but it changes the color of a whole row.
Anyone know a better way?

Thanks for the replies  , but your answers are a bit cold  🤯 🙂

 

 

0 Kudos
Message 23 of 27
(1,231 Views)
Solution
Accepted by topic author constructionworker

Hi worker,

 


@constructionworker wrote:
After much effort I did something like below but still there is a problem because I only want the second column to change color but it changes the color of a whole row.
Anyone know a better way?

I told you to use a MCLB.

You quoted my suggestion where i explicitely wrote "MCLB".

But in your VI you use a table!

 

And now you ask for "better ways" and "cold answers"…

Why don't you use a MCLB?

I don't understand your behaviour…

Like this:

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 24 of 27
(1,211 Views)

 


@GerdW wrote:

Hi worker,

 


@constructionworker wrote:
After much effort I did something like below but still there is a problem because I only want the second column to change color but it changes the color of a whole row.
Anyone know a better way?

I told you to use a MCLB.

You quoted my suggestion where i explicitely wrote "MCLB".

But in your VI you use a table!

 

And now you ask for "better ways" and "cold answers"…

Why don't you use a MCLB?

I don't understand your behaviour…

Like this:

 



Thank you for your answer. But is the difference between MCLB  and table so important here? Because I think they both do the same thing.

 

 

Solved my problem thanks for your help

0 Kudos
Message 25 of 27
(1,199 Views)

Hi worker,

 


@constructionworker wrote:
But is the difference between MCLB  and table so important here? Because I think they both do the same thing.

When you think they both do the same then complain about "cold answers" when they don't do the same!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 26 of 27
(1,157 Views)

@GerdW wrote:

Hi worker,

 


@constructionworker wrote:
But is the difference between MCLB  and table so important here? Because I think they both do the same thing.

When you think they both do the same then complain about "cold answers" when they don't do the same!


Hi GerdW,

 

I was just saying about this(changing font color) topic. But yes, there are differences for different topics, of course, it supports wider features.

 

Thanks for reply...

 

 

 

0 Kudos
Message 27 of 27
(1,151 Views)