11-02-2007 12:22 AM
11-02-2007 12:10 PM
11-02-2007 01:45 PM
Hello and thank you for the reply.
Yesterday we got the virtual omega palette to work in labview. But our project will have 5 TCs and 5 pressure transducers and a force sensor. Is there anyway i could avoid using the labview driver from omega (the example files) and just create my own virtual interface with those sensors? There has to be an easier way to do this...
Much appreciation,
- Dan
11-02-2007 02:20 PM
11-05-2007 10:45 PM - edited 11-05-2007 10:47 PM
Dennis, now I understand what you mean.
Yes there are many low level VI's to work with. I just have no idea where to begin to get this puppy started.
Here is a picture of the high level VI with a bunch of subVI's that you mentioned.
If I attempt the slightest block structure, it will show error. The thermocouples are being read by Labview, but I want to log them and manipulate the data using some functions. If I dont know where the flow of my data is, I dont know where to tap into to stick functions and parallel outputs (i.e graphs, efficiency calculations as a text in real time on the front panel). I just need to know what the heck all this stuff means and how it relates to my hardware, it is very tempermental...
Sorry for the rant, I am lost but determined to make this work.
Any input is greatly appreciated.
- Dan
EDIT: Look at the Block picture first. This is a block of the example file included with the omega software i downloaded. The errorout picture is me attempting to make use of this data into some table that can be saved as an xls of some sort. I just want to know what vein i need to hit so that i can manipulate the data with functions.
11-06-2007 09:11 AM
11-07-2007 03:48 PM
Hello again,
Here is a more specific question.
The flow of data in my program is going from the pdaq application block (you can see in one of my pictures above) and straight to a real time strip chart.
My questions are as follows.
Since the data takes the form of a 2-D array, how do I convert it to dynamic data for me to use formulas to manipulate and get some calculated result(i.e engine efficiency).
How do i split up the 2-D array and hook up meters or gauges to the useful values in that array?
Useful info: The real time strip chart shows Temp in Celsius vs iteration. I can see the real time temp in the strip chart by switching on the digital readout in the properties of the chart. I just wish I could access those values for mathematics.
Please help
- Dan
11-07-2007 10:01 PM
11-08-2007 12:48 AM
Hello Dennis,
Before I could read your message I had already used 'convert to dynamic data' function and it seems to work well. I split up the signals and then wired each to a thermometer, the run seperately just like I want.
Now that it is in dynamic data i can manipulate it much easier (it seems like everything like dynamic data as an input, i dont know why).
In any case, I will keep you informed as to our progress. Since this type of thing is not very common (interfacing Labview with the omega DAQ-5x series) I will try to be as detailed as possible on my progress.
- Dan
09-18-2008 12:34 PM