LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

compatible chips for hardware implementation

which chip should be used to dump labview program ?

and how to do it? 

0 Kudos
Message 1 of 5
(3,129 Views)

Hi aishu,

 

why do you want to put some LabVIEW programs into the dumpster?

And why do you need a chip to do so?

 

Spoiler
LabVIEW can create executables for several targets (Windows pc, MacOS, Linux, NI RT targets, NI-FPGA targets, …) and it brings it's own "dump" routines to do so…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(3,109 Views)

Hello,

I am doing my final year  B.Tech project using LabVIEW. Our main aim is to propose a model to improve vehicle safety by installing certain features in cars like 

1) Alcohol detection and Ignition interlocking

2) Automatic dimming of headlight if a car approaches from the opposite direction

3) Lane departure warning system

4) Emergency braking system

 I would like the simulation in LabVIEW and for hardware implementation I would like to know how could I dump my LabVIEW program to the car and which chip would be most suitable ?

 

Thanks .

0 Kudos
Message 3 of 5
(3,048 Views)

Given that you're talking about safety features in a car - you would probably want to look at using a CompactRIO or sbRIO as you can use LabVIEW real-time to run your control/safety algorithms in a deterministic way. You can create 'simulated' devices to run your code on your computer and then when you have the hardware, you can compile and build the code to run headlessly (without a PC) in the car.

 

With it being winter - I would appreciate a good solution good solution for No. 2 on your list!

 

Of course, by 'chip' you could be talking about PCs, FPGAs, Microcontrollers, Embedded Controllers, PLCs etc. The 'chip' itself, of course, is useless without the associated electronics/sensors/actuators. You need to think about what inputs/outputs and capabilities you need from your 'chip'.

 

If you're studying at University - you might want to take a look at the myRIO - it's an educational version of their sbRIO/CompactRIO platform.

 

 


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 4 of 5
(3,041 Views)

Hello,

Thank you so much for the advice. As the features we are trying to implement are already existing in cars (using microcontrollers , Arudino ) these days I would like to know how is LabVIEW more efficient ?

Would LabVIEW be cost effective compared to other softwares ?

 

Thanks.

0 Kudos
Message 5 of 5
(3,033 Views)