LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to represent Running motor

Hello to all,
I am a LabVIEW 7.1 user , and I have made a Client and Server
program to control the Stepper motor using Bluetooth, in that I am
using NI-DAQ 6023E card , my program runs fine, and I am able to
control the various parameters of Stepper motor from the Server.
The motor and card are installed on the Client side(obviously) , But I
want to represent the Stepper motor using Graphics on the Server side
so that It fully Simulates my application.
Could anybody Please help me out How can I use
Graphics functions of LabVIEW.
Thanks

0 Kudos
Message 1 of 2
(2,511 Views)

Three obvious solutions :

1- customize a rotating control such as a dial, a knob or a gauge.
2- use a picture control to draw your own motor in any position you wish
3- use a pict ring with a limited number of pictures and choose the picture corresponding to the position using a quotient & remainder operator 

If you search for gauge, you'll find some additional help

Chilly Charly    (aka CC)
0 Kudos
Message 2 of 2
(2,504 Views)