06-24-2015 07:52 AM
Hi all,
I am doing some tests with LabVIEW and I want to send analogic voltage signal to a PXI 6229 (the chassis is a PXIe-1071). I would like to know if I need to add, in the testing programs I have, any control to make the connection between Labview and the controler. For instance, to describe to which connector in the PXI 6229 the cable is connected to (it only has Connector 0 and 1)
Thanks in advance,
Francisco
Solved! Go to Solution.
06-24-2015 08:10 AM
Fgoulao,
If you take a look at page 20 of the specifications sheet, every pin has a unique name so you do not need to specify which connector it is on.
http://www.ni.com/pdf/manuals/375204a.pdf
06-24-2015 08:10 AM
06-24-2015 09:31 AM
06-24-2015 10:17 AM
06-25-2015 08:12 AM
Hi,
So far, I have made these 2 programs. (attached)
On a first stage I just want to monitor the signal in an osciloscope, but nothing is changing. 
Perhaps, because the programs that I made doesnt make any sense.
Best regards,
Francisco
06-25-2015 10:33 AM
Hi again,
Basically I need to drive a nano machining table which is only able to read voltage signal between 0-10V.
Thus, although Labview generates numeric signal, I think it is possible to send a VOLTAGE signal from labview to the nanometric table. I just would like to know how I can do that.
But, before connecting the software to the nano table, I want to track the signal on an osciloscope.
Thanks in advance,
Francisco
06-25-2015 11:06 AM
07-01-2015 03:03 AM
Hi again.
Thanks everyone for the solutions given. Everything was correctly made, but I was connecting the wrong cable.
I just would like to know another thing: I need to generate a signal using formula block (2 different ones: one with respect to the X axis and the other one with respect to the Y axis). My question is: should I create 2 DAQ Assistants, each one with a different output connected to a different axis, or is there any assembly block that allows me to assemble both formulas block and the connect it (the assemble block) to the "data" part of the DAQ assistant?
Best wishes,
Francisco