From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Basic Data Acquisition Equipment

Solved!
Go to solution

Hello,

 

My company is looking at beginning to use LabVIEW for automation in our manufacturing facility. After doing some research, I believe it to be a good fit for the project i have in mind but I am unsure of the necessary equipment I'd need in addition to the LabVIEW software it self. The project parameters are as follows:

 

1. Receive weight (load) data from our existing scale.

          -Manufacturur: Triner Scale

          -Model: TS-700 MS with RS232 output connection

          -Range: 0 - 5000lbs.

2. Receive data from bar code scanner (1D/2d bar codes).

3. Determine if weight falls in specified range.

          -Illuminate lights based on weight pass/fail.

          -Possibly sound alarm/tone based on weight. 

4. Print weight data to label printer. 

 

I need to report the costs of implementing something like this and I am having trouble identifying the right equipment. 

 

Thanks in advance for your expertise and help! 

 

Andrew

0 Kudos
Message 1 of 6
(3,614 Views)
Solution
Accepted by topic author aricard60

If that is all you need, your hardware costs can be close to $0.00, as all of your data are coming in through one serial line or another.  Hand-held bar-code scanners are relatively inexpensive, and many have USB interfaces that can return text messages over a USB interface.  Similarly, there are inexpensive Serial-to-USB devices that will take the Serial Cable from your balance (which should be returning a string saying "The weight is 2,345.3 pounds", or something to that effect.

 

Take a laptop with two USB Ports, put LabVIEW on it, write some simple code, and you have your Data Acquisition system.  Heck, you don't even need LabVIEW.  But if you also want to read analog voltages, TTL (digital) inputs and outputs, display graphs and charts, have a nice User Interface to control things, then LabVIEW can certainly be helpful/useful.

 

Bob Schor

0 Kudos
Message 2 of 6
(3,605 Views)

It looks like a great application for LabVIEW! Someone even beat you to it

Costs of implementation and equipment lists could rather easily be obtained I suspectSmiley Wink


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 6
(3,598 Views)

Thanks for the info Bob!

 

Would this be possible with the Base version of LabVIEW? 

 

Andrew

0 Kudos
Message 4 of 6
(3,574 Views)

Agreed! Which is how we decided to go this route. However that software has it's limitations when it comes to printing the output. It's fantastic for collecting the data in a spread sheet format though.  

0 Kudos
Message 5 of 6
(3,573 Views)

@aricard60 wrote:

Thanks for the info Bob!

 

Would this be possible with the Base version of LabVIEW? 

 

Andrew


LabVIEW Base will let you create code to interface with all of the equipment you need.  You will need to add the Application Builder to deploy the code as an executable.

 

Beyond LabVIEW Base, LabVIEW Full and LabVIEW Pro also add levels of extended functionality and online training access.

 

As a new explorer of LabVIEW the online training is going to be incredibly valuable.  VI Analyzer, and Desktop Execution Trace TK ship with the Pro Version (And the App Builder is included there too) Those tools will aid you in developing code that works better than just OK.  Trust me- you do not want to duplicate every mistake that can be made in LabVIEW (although its a great learning process it is also painful)


"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 6
(3,560 Views)