LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric Dial

Please can any help?
 
I am using the Numeric Dial control, and when setting it up, it gives the facility to 'rotate' the outer ring of numbers to allow them to be aligned as required (a small circular arrow appears when clicking on the ring of numbers).
Is there a 'SetCtrlAttribute' or other command that allows this to be to be done programatically?
 
I need to be able to align the knob values with a map so the the 0/360 points north, and the maps may not be loaded onto the canvas in the same orientation.
 
All advice gratefully received,
 
Many thanks,
 
Allen Cherry
0 Kudos
Message 1 of 3
(3,380 Views)
Hi Allen.

Take a look at the ATTR_MARKER_START_ANGLE and ATTR_MARKER_END_ANGLE attributes.

You can access control-specific help from the UIR Editor by right-clicking the control and selecting Control Help.

Regards,
Colin.
0 Kudos
Message 2 of 3
(3,369 Views)

Colin,

Many thanks - that is exactly what I was looking for!!

Very much appreciate your help,

Allen

0 Kudos
Message 3 of 3
(3,361 Views)