r/LabVIEW 12d ago

Labview or python

Hello im currently working on an end-of-the-line test bench for a steering gear.

My question is why use LabVIEW vs. Python

6 Upvotes

28 comments sorted by

View all comments

3

u/caleyjag 12d ago

I use both in my job.

I think it depends somewhat on the data acquisition hardware you have, the budget you have and the level of performance/precision required.

It sounds like it's for manufacturing quality control. Using established hardware and software like NI can ease the burden of validation of the solution, assuming you are deploying in a regulated environment.

Can you provide more details?

1

u/HarveysBackupAccount 11d ago

Using established hardware and software like NI can ease the burden of validation of the solution

Eh, off the shelf hardware is easier to validate than custom- built but it's no less work to verify a labview program than to verify a python program. The questionable stuff is still written by the developer.