Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Is max automation necessary to select DIO?

I have a labview block diagram for running a stepper motor. Is max automation necessary to select DIO line for STEP, CLOCK, DIRECTION and PRESET? If so, how do I select or configure which line goes where?
0 Kudos
Message 1 of 5
(3,531 Views)
Hello,

You should be able to set those configurations programmatically in LabVIEW. For example, browse to the Advanced Digital I/O functions pallete and you should find the Port Config VI. Among other things, you can use this VI to configure the line direction for your digital port. If you need to look at some examples, feel free to look at the shipping examples that come with LabVIEW and our developer zone.

Take care,
E.Lee
Eric
DE For Life!
0 Kudos
Message 2 of 5
(3,517 Views)
Hello Lee,

Is the PORT config. VI found in Labview 6.0. The digital port VI does not have a line number.
0 Kudos
Message 3 of 5
(3,513 Views)
Hello,

Yes, the Port Config VI is found in LabVIEW 6.0
You are correct in that the Digital Port VI does not have a line number.
However, browse into the Advanced Digital I/O sub-palette which is located in the same sub-palette as the Digital Port VI. It is in this sub-palette that you can access the more advanced digital I/O VIs.

E.Lee
Eric
DE For Life!
0 Kudos
Message 4 of 5
(3,503 Views)
Thanks
0 Kudos
Message 5 of 5
(3,454 Views)