LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Farbpinsel Konverter

Hi all,
 
Es gibt ja diese Farbfelder, mit denen man programmatisch irgendwelche Elementfarben ändern kann.
Gibt es dafür so eine Art Konverter? der zb. "weiß" in FFFFFF oder in Bin oder Dez wandelt? Dez wäre natürlich das leichteste.
 
 
0 Kudos
Message 1 of 3
(2,869 Views)
Hi Simon,

me again 🙂

The color box control is nothing else than a U32 number.
So you can use any numerical indicator you want and format it accordingly to your needs. You also can use the 'format into string' function to output the value (maybe with format string %08x).
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,866 Views)
k thx ^^
0 Kudos
Message 3 of 3
(2,860 Views)