Previous in Forum: Best CAD-CAM Software?   Next in Forum: Regarding Red Hat Linux
Close
Close
Close
7 comments
Rate Comments: Nested
Participant

Join Date: Jan 2007
Posts: 4

data collection/processing programs

01/22/2007 11:21 PM

Hi,

I'm currently a student workin on a research project for my university. I am designing a data collection and processing system. The system is intended to collect data, process it and display to authorized user. The data type is numeric only. I was wondering if there are any off the shelf or open source programs to accomplish this? or do i have to build 1 from scratch?

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru
Hobbies - Musician - Engineering Fields - Chemical Engineering - New Member Engineering Fields - Control Engineering - New Member Engineering Fields - Instrumentation Engineering - New Member

Join Date: Jan 2007
Location: Moses Lake, WA, USA, Thulcandra - The Silent Planet (C.S. Lewis)
Posts: 4216
Good Answers: 194
#1

Re: data collection/processing programs

01/23/2007 1:54 AM

Why are you looking to bypass the learning that struggling to write your own code will give you? If you do it yourself, you will then know how to do that particular thing. You will also have fought hard and won, giving you confidence in your field.

This is the type of question American college students would ask if they weren't out partying all the time.

__________________
"Reason is not automatic. Those who deny it cannot be conquered by it. Do not count on them. Leave them alone." - Ayn Rand
Register to Reply
Participant

Join Date: Jan 2007
Posts: 4
#2
In reply to #1

Re: data collection/processing programs

01/23/2007 7:49 PM

Hi Mikerho,

I completely agree that programming from scratch would be very educational. However, I would also have to concede valuable time overcoming the learning curve as well as stabilising and testing the system core. Eventhough I am not averse to getting my hands dirty, I thought it would be best to explore all my options :)

Register to Reply
Guru
United States - Member - Engineering Consultant Popular Science - Evolution - Understanding

Join Date: Nov 2006
Location: Bay Shore, NY
Posts: 715
#4
In reply to #2

Re: data collection/processing programs

01/24/2007 4:31 PM

DhanenMahes:

You don't offer any specifics on the nature of the data or type of processing, but there are very many computerized data aquisition and analysis hardware and software packages available.

Here are a few links:

http://www.ni.com/

http://www.dataq.com/index.html

http://www.omega.com/toc_asp/subsectionSC.asp?subsection=B01&book=DAS

Greg

__________________
"The more I learn, the more ignorant I realize I am."
Register to Reply
Participant

Join Date: Jan 2007
Posts: 4
#5
In reply to #4

Re: data collection/processing programs

01/24/2007 7:37 PM

Hi Greg G,

I'm sorry my query turned out a lil vague. I'm actually developing a Work-In-Progress system to track products that are being manufactured. It's entirely a student project so paying the licence for a commercial product would be a bit too expensive. If i can get funding I will probably use a barcode system to track the product (barcodes are input as numeric values into software, so i assume the data type will only be numeric). I am not considering any sort of vision processing system at the moment.

The software needs to keep track of the product quantity as it passes a few checkpoints. From this it should calculate how many have defects,etc. Systems like this are fairly common in any logistics operation.

I was hoping to find some sort of open source software that could accomplish, if not all, then some of these functions. That way I will have the freedom to add some functions without the hassle of developing and testing a stable system core.

Btw, thanks for the links you provided. I will take a look. Cheers.

Register to Reply
Guru
United States - Member - Engineering Consultant Popular Science - Evolution - Understanding

Join Date: Nov 2006
Location: Bay Shore, NY
Posts: 715
#6
In reply to #5

Re: data collection/processing programs

01/24/2007 10:28 PM

DhanenMahes:

Maybe you are a bit premature and some things haven't been defined yet.

You have at least 4 tasks:

The first is to collect the information at various locations: The product, and a location identifier would be the minimum data required.

The second is to make it available to the computer via some communication method (A wireless network might be the easiest, but it all depends on what the system supports, and the particular manufacturing environment.)

The third is to collect the information on the computer, organize and store it. If it is collected in real time, or close to it, you can time stamp it at the receiving computer. Otherwise, it should be time stamped at the collection sites, which means besides the product and location ID's, the arrival time will also be attached to that data "module". If departure time from a location has value then that must be part of the data also.

Finally you need a means of presenting it in an organized informative way (or ways) consistent with your needs.

If you can furnish more specifics, it would be helpful.

__________________
"The more I learn, the more ignorant I realize I am."
Register to Reply
Participant

Join Date: Jan 2007
Posts: 4
#7
In reply to #6

Re: data collection/processing programs

01/25/2007 1:49 AM

That's more or less how it works Greg. Terminals placed at certain positions of the manufacturing/supply/distribution line will transmit data to workstation(s). For simplicity, lets narrow the distance so that we don't have to consider long distance communication.

Lets say we want to track a product as it goes through the manufacturing process. We'd place say 3 terminals. 1 to register the product as it comes in, 1 to register defects and 1 to register the quantity of products we can actually ship. I think barcode scanners would be simple and effective enough.

Depending on the type of barcode reader, the information is then transmitted to a workstation. At the workstation, software records the quantity of products coming in, the number of defects and the number that's fit to ship. The software then displays the information for any authorized user.

A lot of companies use commercial WIP systems similar to this. I'm trying to see if I can find a different adaptation to this method. Since this is a research project, I am not interested in purchasing any commercial software for the functions I outlined above. So my only options are to program 1 from scratch or adapt(adopt?) an open source program.

I hope this helps. And thanks.Cheers.

Register to Reply
Anonymous Poster
#3
In reply to #1

Re: data collection/processing programs

01/24/2007 7:57 AM

Typical response from from a person not willing to help. Negative and conceded

Register to Reply
Register to Reply 7 comments
Copy to Clipboard

Users who posted comments:

Anonymous Poster (1); DhanenMahes (3); Greg G (2); Mikerho (1)

Previous in Forum: Best CAD-CAM Software?   Next in Forum: Regarding Red Hat Linux

Advertisement