LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

date/time to seconds bug when passed to subVI?

hey thanks a lot Tim. well i _thought_ I had it working with '2', but doesn't appear to now. Thanx for your mods as it definitely seems to give a better pic - weird the way it has to be set up tho'... well thanx for your help, and if you have any idea how to use the dde fns to call another program's dde server, be sure to let me know!

Regards, Paul.S
0 Kudos
Message 11 of 12
(432 Views)
Tim,

1 = 1 bit color = 2^1 = 2 colors
4 = 4 bit color = 2^4 = 16 colors
8 = 8 bit color = 2^8 = 256 colors
24 = 24 bit color = 2^24 = 16 million colors

LabVIEW doesn't support 16/32 bit colors.
Default is 8 bit.

There is no 2 bit. Greyscale means red component
equals to green component and blue component.
Greyscale color depth can be 1, 4, 8, or 24 bit.
Color depth greater than 8 bit usually doesn't have
a color table. These thing are defined by the system,
not NI.

George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 12 of 12
(432 Views)