LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

what is the data type of ring

Hi everyone:
what is the data type of ring? I am using ListInsertItem function. for the fifth parameter, it ask for data type of a control, for my case, it is a ring. so what is the data type of it? Thank you very much!
0 Kudos
Message 1 of 2
(3,153 Views)

Hello,

you can choose this data type yourself. When editing the control in the User Interface Editor, there is a Data Type field in the "Edit Label/Value Pairs" window. You could also use the SetCtrlAttribute function with the ATTR_DATA_TYPE attribute.

 

Message 2 of 2
(3,151 Views)