fred83 wrote:Hi, how to create an vertical scale for an altimeter or an airspeed indicator whith LabView ?
Tanks Fred
Can't you just use a numerical indicator? What is giving you a problem?
To save space, I wanted to replace the altimeter and airspeed in ActiveX, with an control built with labview.
See this exemple.
Fred
Well, that's pretty complicated. You may be able to do this with custom controls or an XControl, but it would take a lot of work, even for experienced LabVIEW programmers. The LabVIEW Help has instructions on how to create custom controls. You can take a look at the example on creating custom controls for chess pieces. XControls are more complicated, but are a lot more powerful. There's a thermometer example that you can take a look it.