LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring NI PXIe-6363 for data acquistion

Hello,

I have spent a couple of days trying to configure X series card (NI PXIe-6363) for data acquisition but in vain. The card appears under the remote system and not under My system (see the attached snapshot) like the R series card . The Card is visible in NI MAX but when I drop DAQ Assistant and try to configure as I always do, the response is that there is no device. What could I be doing wrong?

Any suggestions will be highly appreciated. Thanks.

 

Kind Regards,

Benvalet

0 Kudos
Message 1 of 2
(2,448 Views)

It seems, to me, that this card is designed for a PXI Chassis with an appropriate Controller running some version of LabVIEW's Real-Time Operating System.  You need to have the Real-Time Module installed on your Development PC.  With this, you can create a LabVIEW Project that has two targets -- a PC ("My Computer") that runs the User Interface and communicates with the PXI Chassis, and the Remote LabVIEW RT system that runs on the PXI Chassis and contains the PXI DAQmx hardware.  Here's a picture of such a LabVIEW RT Project:

S-Lab Project.png

All of the LabVIEW code is managed by the LabVIEW Development System on the PC, but the PXI code is designed to be deployed (and run) on the remote RT Chassis.  Note in the illustrated Project this is the device called RT-NEW, which is connected to the PC via TCP/IP, in this case with an IP of 10.0.1.103.

 

Bob Schor

0 Kudos
Message 2 of 2
(2,428 Views)