07-14-2008 11:12 PM
07-15-2008 11:42 AM
NT_Engineer wrote:
However, I am still having an issue with the array of True/False Constants. In Example 3.vi, it looks like there is only one index for the 13 dimensions, but I cannot get it to show only one index. I can get the 13 dimensions, but the True/False Constants all go away but one row if I try to remove all but one of the indexes.
07-16-2008 10:07 AM
07-16-2008 03:59 PM
07-16-2008 07:20 PM - edited 07-16-2008 07:20 PM
07-16-2008 07:42 PM
07-21-2008 01:17 PM
I've figured out the flow of the program. Now, I am in the process of editing the shell you created to send out the control signal to open and close the valves. As I mentioned in an earlier post we are going to be using the DAQ Chassis system with the NI 9472. Would you recommend using the DAQ Assistant VI for this, or would you use another method? I have posted the revised vi of your vi that includes the changes I have made to unbundle the array by name and connected them to LED indicators to simulate a control signal being sent to the DAQ.
Also, what would be your recommendation for Datalogging? I am debating using the ActiveX controls to automatically format and save the data in an Excel spreadsheet and using the Write to Measurement File Vi. Or would you consider using another technique? Right now I have the revised vi to merge the signals and Write to a Measurment File. The data gets there, but I would like to format the file just to log the information of the valve that is currently opened and measured, as shown below.
Valve %CO2 Time (DD:HH:MM)
1 10% 00:10:30
2 9.5% 00:10:31
3 9.75% 00:10:32
... ........ .........
07-21-2008 04:48 PM
Open for anybody to answer:
Would you recommend using the DAQ Assistant to trigger 13 solenoid valves or use a DAQmx to control each individual channel?
Also, would you recommend using the ActiveX features to log the data for the 13 valves in the following manner, or use the Write to Measurement File. Vi? If niether of these techniques, what would you recommend?
The VI I am using is in the post above.
Valve %CO2 Time (DD:HH:MM)
1 10% 00:10:30
2 9.5% 00:10:31
3 9.75% 00:10:32
... ........ .........
Thanks
07-21-2008 05:02 PM
Personally, I would not use the DAQ assistant. I would use the daq mx digital output vis to set things up. You could use the DAQ assistant to help you get started, but then convert it to regular vis.
the active X to Excell for data logging would be fine, but it's more work than simply writing to a text file. Also, you have to consider that the Active X will not be quite as effecient as writing to a file. It's pretty easy to write to a spreedsheet formatted text file that you can open in excel.
11-10-2010 02:39 PM
I have 5 solenoid valves to be controlled . The operation is :
Step-1 V-1,V-2,V-3 will be opend and stay for 5 min. and close
Step-2 V-1,V-4,V-5 will be opend and stay for 5 min and close again.
How can i do this with labview
Thank u inadvance.