From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI PXIe-6363 communicate with remote system using LABVIEW

I am using LabVIEW to communicate with a NI PXIe-6363 analog channels. but got error  below
uditha_0-1652455129645.png

 

what would be the correct way to access the DAQmx physical channel?

 

uditha_1-1652455129640.png

 

 

 

uditha_2-1652455129605.png

 

 

 

 

what would be the correct way to access the DAQmx physical channel?

 with NI max test panel working fine. 

uditha_3-1652455129701.png

 

 

 

 

0 Kudos
Message 1 of 11
(1,230 Views)

Your images are low-resolution, and hard to read the values, please post better images and the original VI.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 11
(1,225 Views)

NI MAX Test Panels.PNG

 

 

 

 

 

 

 

0 Kudos
Message 3 of 11
(1,217 Views)

It appears your channel name is invalid. Use the exact same name as in MAX or browse for channels using the channel control.

0 Kudos
Message 4 of 11
(1,193 Views)

I try same as MAX name of channel but still getting error??

 
 

 

error 200220.png

 

below naming tried but not working.

  • PXI1Slot5/ai0
  • pxichassis/PXI1Slot5/ai0
  • NI-PXIe8135-2F144378/pxichassis/PXI1Slot5/ai0
 

Remote System access to PXI slot need specific naming method?

 

 

 

 

0 Kudos
Message 5 of 11
(1,186 Views)

What about browse? Does that give you anything?

 

Snap9.png

0 Kudos
Message 6 of 11
(1,177 Views)

Wait a minute, No, you cannot remote access NI-DAQmx PXI devices.

 

The NI-DAQmx devices have to be locally available on the computer you run your code.

 

If you really need remote access, you can look into gRPC-Device https://github.com/ni/grpc-device

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 7 of 11
(1,171 Views)

Hi,

Could you please create a task using NI MAX , and use this task in you Application ,

to Configure a Task Using the DAQ Assistant from MAX
Complete the following steps to create a task using the DAQ Assistant in MAX:
1. In MAX, right-click Data Neighborhood and select Create New to open the DAQ Assistant.
2. In the Create New window, select NI-DAQmx Task and click Next.
3. Select Acquire Signals or Generate Signals.
4. Select the I/O type, such as analog input, and the measurement type, such as voltage.
5. Select the physical channel(s) to use and click Next.
6. Name the task and click Finish.

0 Kudos
Message 8 of 11
(1,149 Views)

Santosh is right. DAQmx does not support remote access:

 

https://forums.ni.com/t5/PXI/Remote-access-to-PXI-with-DAQmx/td-p/1014925

Rolf Kalbermatter
My Blog
0 Kudos
Message 9 of 11
(1,135 Views)

Thanks for information.  for the ni/gRPC-Device only sporting specific version of....

  • Windows OS (7....10)
  •  NI-DAQmx (19.0.0 to 21.0.0)
0 Kudos
Message 10 of 11
(1,119 Views)