LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Gray triangle on the top left corner of control type

Solved!
Go to solution

I cannot recreate that effect too. Just looked through a few of my projects the triangle on type-definitions always is dark grey, not black - independent of strict or not strict.

 

@bbell: Forget about my first answer - I completely misunderstood your question. I thought you asked about the difference between cluster with and without a type def.

 

Just a vague guess: where do "Instrument Init" and "Acq Data " com from? Are these perhaps part of a library?

EDIT: Probably not - I just checked this myself, triangle is also grey.

 

Regards, Jens

Kudos are welcome...
0 Kudos
Message 11 of 21
(1,460 Views)

In LV 2017  I tried;

 

Strict vs non-strict

System control

Arrangement in the cluster

Mixed data types

full icon image ve non complete icon

nest type defs

 

Still can not recreate that in LV 2017.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 12 of 21
(1,451 Views)

Here are the type defs attached. I believe they are saved in Labview 15.

Also, the gray one came with the template that I used for state machine. The black ones were clusters that u made into type defs by right clicking them and clicking "Make Type Def" or something to that effect. Maybe that could give some insight?

Download All
Message 13 of 21
(1,442 Views)

Thank you for sharing those!

 

In LV 2017 they are all the same black color.

 

The last guess I have at the moment is;

 

What version of LV were you working in?

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 14 of 21
(1,434 Views)

I was using LV2013 until I migrated the code I was working on to LV2015. On both versions this gray issue came up.

0 Kudos
Message 15 of 21
(1,431 Views)

@bbell wrote:

I was using LV2013 until I migrated the code I was working on to LV2015. On both versions this gray issue came up.


Again thank you for that info.

 

I tried them in LV 2017 and LV 2015 and they were all the same color for me.

 

I will watch this thread to see if someone smarter than me can figure out the real answer.

 

Baffled,

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 16 of 21
(1,430 Views)
Solution
Accepted by bbell

I found (the ???) difference:

 

A constant of the type def cluster in the block diagramm has a grey triangle, the terminal icon of a control or indicator from the front panel has a black triangle.

 

Nevertheless both controls/indicators and block diagramm constants should behave exactly the same when making changes to the type definition.

 

Regards, Jens

Kudos are welcome...
Message 17 of 21
(1,421 Views)

@JensG69 wrote:

I found (the ???) difference:

 

A constant of the type def cluster in the block diagramm has a grey triangle, the terminal icon of a control or indicator from the front panel has a black triangle.

 

Nevertheless both controls/indicators and block diagramm constants should behave exactly the same when making changes to the type definition.

 

Regards, Jens


Nice catch there Jens !

 

You have one the "someone smarter than me " prize for today.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 18 of 21
(1,419 Views)

@JensG69 wrote:

I found (the ???) difference:

 

A constant of the type def cluster in the block diagramm has a grey triangle, the terminal icon of a control or indicator from the front panel has a black triangle.

 

Nevertheless both controls/indicators and block diagramm constants should behave exactly the same when making changes to the type definition.

 

Regards, Jens


Actually, they don't behave the same if they are rings or combo boxes

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 19 of 21
(1,405 Views)

Hi Bill,

Thank you for this insight! Do you think this is the reason some of my controls are updating and some aren't? Im using Menu Rings used for VISA Resource addresses. Would making them **indicator's rather than controls in the type def solve the issue?

 

Thanks,

bbell

0 Kudos
Message 20 of 21
(1,400 Views)