LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Schnittstellen Input

Hi alle,
 
Ich habe vor mir ein "NI PXI-1042Q" stehen mit folgenden Karten: "-8331","-GPIB","2503","-8422","-6514","-6733" und "4060"
 
Über den 6733 Analog Output versuchte ich zuerst einen Task über den MAX zu erstellen "Analoge Erfassung / Spannung". Dann fand er keine physikalische Kanäle.
Das selbe hab ich mit dem 6514 Digital I/O versucht. Wie der Name sagt, müsst es ja hier gehen. Aber es geht nicht...selbst dort findet er keine entsprechende Kanäle. Könnte mir Jmd. von euch vielleicht sagen an was das liegen könnte?
 
Was mach ich falsch?
 
MFG
SimonKob
0 Kudos
Message 1 of 4
(2,890 Views)
Hmm.
Now i know a bit more, i tried it with the "6229" from a nother NI PXI-1042Q Box. With that card i could do that, what i wanted to do with the inputsignals.
 
Does somebody of you know, how the "6514" Industrial Digital I/O works? When i make output canals, i can test it with the "testbutton". I hang the mutlimeter on it, and nowhere came a "Signal" I tried it with allmost all combinations...
 
At what pin must the signal come out`??
 
 
0 Kudos
Message 2 of 4
(2,881 Views)
I have:   NI PXI-1042Q          The Box
             NI PXI-6514             The card in teh box
             SCB-100                 The Box, witch is on the card
 
I have a Task by MAX named "Digital Output"
 
When i press the "test-button", on witch pins the signal comes out?
0 Kudos
Message 3 of 4
(2,877 Views)
First of all some general Information:
The 6733 is a analog output board, and as the name says, it has only analog outputs, and no analog inputs, so you can not use this board in a analog output task like "Analoge Erfassung/Spannung". The same is true for the 6512, because this card is a digital input/output board, so it can not be used for analog inputs. You have to greate a digital input or digital output task instead for this board. For the 6733 only analog output tasks are possible.

Concerning your second question:
You can find the manual with the pinout of the 6514 here:
http://digital.ni.com/manuals.nsf/websearch/C17970161F11D53A86256F19006E693C?OpenDocument&node=13577_US
(Open the help-File and go to Digital I/O Help-->Devices-->NI 6514/6515-->Digital I/O-->NI 6514 SH100-100-F)
If you now test a digital output task, you should see signals on the pins acording to the lines you set in the task (for example if you set line 1 of port 0 to high, you should see the signal at pin 2)

Hope this helps!
0 Kudos
Message 4 of 4
(2,862 Views)