05-13-2022 10:20 AM
what would be the correct way to access the DAQmx physical channel?
what would be the correct way to access the DAQmx physical channel?
with NI max test panel working fine.
05-13-2022 10:51 AM
Your images are low-resolution, and hard to read the values, please post better images and the original VI.
05-13-2022 11:11 AM
05-13-2022 01:25 PM
It appears your channel name is invalid. Use the exact same name as in MAX or browse for channels using the channel control.
05-13-2022 02:24 PM
I try same as MAX name of channel but still getting error??
below naming tried but not working.
Remote System access to PXI slot need specific naming method?
05-13-2022 02:37 PM
What about browse? Does that give you anything?
05-13-2022 04:44 PM
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
05-14-2022 10:09 AM
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.
05-14-2022 03:33 PM
Santosh is right. DAQmx does not support remote access:
https://forums.ni.com/t5/PXI/Remote-access-to-PXI-with-DAQmx/td-p/1014925
05-16-2022 01:20 PM
Thanks for information. for the ni/gRPC-Device only sporting specific version of....