01-13-2013 07:40 PM
Hi, I am new to using labview and have never used it before. For an assignment I have been asked to make a virtual instrument of a Formula 1 Steering Wheel, but I am really struggling as I don't know how to use labview. Could anyone please help me as I am new to the software and literally have no idea how to make this virtual instrument?
Thanks
01-13-2013 08:52 PM
Start with the tutorials.
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
Then the next question is what are you really trying to do? What do you mean by "a virtual instrument of a Formula 1 Steering Wheel"?
01-14-2013 02:15 AM
I would follow these up with the labview core training courses. This should give you a very good start on your project. There is some info on this website but also contact NI for more information
01-14-2013 09:59 AM
Hi thanks for your help and response. What I meant by 'a virtual instrument for an f1 steering wheel' is that I've basically got to create a simulation of an f1 steering wheel, which includes all the dials, LED lights and an alpha-numeric screen. I have to create this front panel and then simulate it somehow, but I am unsure how to do this?
01-14-2013 10:14 AM
Do you even know what the dials, LED lights, and screen are supposed to represent? Once you have these definitions and have completed the LabVIEW tutorials, you should be able to get started. Once you have some code, post back with specific issues you might have.
01-14-2013 01:07 PM
@nizza52 wrote:
Hi thanks for your help and response. What I meant by 'a virtual instrument for an f1 steering wheel' is that I've basically got to create a simulation of an f1 steering wheel, which includes all the dials, LED lights and an alpha-numeric screen. I have to create this front panel and then simulate it somehow, but I am unsure how to do this?
Well, unless you want to actually also turn the wheel, it is just an arrangement of buttons and knobs. It varies dramatically between manufacturers. For example, here's Mercedes
and here's Ferrari.
To make a mockup of these is simple with a few custom controls. You talk about "simulation": Should it react to all the controls realistically, e.g. by driving a simulated car or does it only need to look pretty? In the simplest case, search for F1 steering wheel images on the web, then import the image to the front panel. 😄
01-14-2013 07:33 PM
Yes when I say simulation I mean that it should react to all controls realistically.
Thanks again 🙂
01-14-2013 07:36 PM
And what does it mean "it should react to all controls realistically?" What is supposed to happen when you do something with a control? You still need to define your project tasks.