Looking for very easy to use process control and logging software
Looking for very easy to use process control and logging software
(OP)
I am designing a test rig to test a vacuum chamber for structural issues. Currently, I am working with the $108 LabJack U3-LV for the I/O interface, and with the software from AzeoTech, $90 DAQFactory Starter.
And while the above seems up to the task, I am realizing that my programming skills may not be up to the level needed to use DAQFactory efficiently. So, I am wondering if there are other programs out there, which would be easier to use.
I spoke with the folks at AzeoTech, and asked for their recommendation. They said their program actually started out much simpler, without a scripting language. Then, of course, more people kept asking for additional features, which really needed scripting, and which added to complexity over time. People have a wide variety of needs, so perhaps it is difficult to make a super-easy program that meet enough people's needs to make it viable.
I want to ask here, if anyone can recommend a very easy to use program for process control and data acquisition. In my case, I need to record analog data of temperature and pressure, and output a few digital outputs to turn on/off the heaters and vacuum pumps. I would want the ability to set a series of pressure and/or temperature goals at certain time intervals.
-Joe
And while the above seems up to the task, I am realizing that my programming skills may not be up to the level needed to use DAQFactory efficiently. So, I am wondering if there are other programs out there, which would be easier to use.
I spoke with the folks at AzeoTech, and asked for their recommendation. They said their program actually started out much simpler, without a scripting language. Then, of course, more people kept asking for additional features, which really needed scripting, and which added to complexity over time. People have a wide variety of needs, so perhaps it is difficult to make a super-easy program that meet enough people's needs to make it viable.
I want to ask here, if anyone can recommend a very easy to use program for process control and data acquisition. In my case, I need to record analog data of temperature and pressure, and output a few digital outputs to turn on/off the heaters and vacuum pumps. I would want the ability to set a series of pressure and/or temperature goals at certain time intervals.
-Joe





RE: Looking for very easy to use process control and logging software
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
RE: Looking for very easy to use process control and logging software
West ProVu 4 single loop controller with setpoint programmer:
- process input (temperature)
- process output (selectable)
- PID control
- setpoint programming for "ability to set a series of pressure and/or temperature goals at certain time intervals."
- a 2nd (auxiliary) input (pressure)
- several discrete outputs, as either alarms or 'event' outputs concurrent with segments of the setpoint program
- datalogging with USB export
These type of PID controllers configure by navigating through a set of parameters whose values are selected from a menu. No scripting.
Data sheet and manuals at this site:
http://www.west-cs.com/products/models/provu-4-sin...
What I didn't see in the spec sheet is whether the data logging export is .csv which can be easily imported into a spreadsheet for graphing or analysis (as opposed to software). But a phone call would answer that for you.
Dan
RE: Looking for very easy to use process control and logging software
While LabView also suffers the complexity growth fate, for a very constrained set of problems it remains the "simple" graphical tool that it purports to be. You just need to be very careful to do things the LabView way - no custom data formatting, no non-native sensors, no precise timing requirements. If you stay within the bounds of simple process control and data acq, LabView will give you easy access to buttons, lights, indicators and simple if-this-input-then-that-output control.
As an alternative to IRstuff's suggestion, I'd even recommend staying even closer to the wind and get in bed with NI on hardware as well. We've found the 6000 series of USB data acq devices quite useful. Then, assuming you don't want to shell out another $600 for LabView, you'll need to acquire the Student Version that comes with the Sparkfun device from somewhere like Studica.
If this sort of option doesn't fit the bill, have you considered the programmable relay / simple PLC type devices? You'll need to do some searching to find the sweet spot of capabilities, but maybe start with these:
Rockwell Pico
OMRON ZEN
Automation Direct DL05
RE: Looking for very easy to use process control and logging software
One reason I was drawn to the DAQFactory software, was the fact that the manufacturer recommended it, and that AzeoTech had a forum group dedicated to it. But, as long as LabView supports it, it may be a viable choice. Labview seems to have some very nice interface features that look very easy to do. But, I will have to check into how LabView is configured for things like Thermisters.
Thank you all for the suggestions,
-Joe
RE: Looking for very easy to use process control and logging software
-Joe
RE: Looking for very easy to use process control and logging software
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers