06-14-2010 09:57 AM
06-14-2010 09:58 AM
<i>to add a new valve you would need to decide what bit you would use to drive it and code in that bits' value to write a 0 in that bit. </i>
I would like more elaboration on this please. I do not know how to code in any of this information let alone where.
06-14-2010 10:31 AM
Ok- I think this explains a bit(or several)
And revised to add new valve
06-14-2010 10:38 AM
06-14-2010 11:09 AM
The task!
The task defines the physical channels that are associated with each bit. so if you create a task that has Channels(
Dev1Port0B0
Dev1Port0B1
Dev1Port0B2
Dev1Port0B3
Dev1Port0B4
Dev1Port0B5
Dev1Port0B7
Dev1Port0B6)
would take a 0b10101111 and turn on bits 5 and 7
06-14-2010 12:29 PM
06-14-2010 03:35 PM
When you create a DAQmx Task there are many properties that need to be configured. including what physical channels you use. I' modified the create channel vi you have to expose the channel control. It would be a good idea to read the DAQmx help file at:
06-15-2010 10:04 AM
Can you tell me what I am looking for in the help? I'm not even sure where to begin with this honestly, most of the stuff you have been saying is kinda going right over my head.
Right now I think the program was set up for 8 lines which is why I can only make 8 slots on the card work. But I still dont get where it is defined for it to start at the 8th slot on the card and not the first. so if I change it to 16 slots, it looks for a spot after the last on the card and then errors since there isnt one.
06-15-2010 10:47 AM - edited 06-15-2010 10:49 AM
I'd recommend starting with the heading "NI-DAQmx Key Concepts" and read through the entire section!!!
The same section is duplicated in the LabVIEW help file under the heading "Taking Measurements." Seriously, you are going to need to understand DAQ key concepts- and the help file reads better than my typing of the same info.
superomario wrote:Can you tell me what I am looking for in the help? I'm not even sure where to begin with this honestly, most of the stuff you have been saying is kinda going right over my head.
Right now I think the program was set up for 8 lines which is why I can only make 8 slots on the card work. But I still dont get where it is defined for it to start at the 8th slot on the card and not the first. so if I change it to 16 slots, it looks for a spot after the last on the card and then errors since there isnt one.
Slots? what are slots? "Slots" do not translate into DAQmx entities, attributes, or properties.
06-16-2010 09:57 AM