I am using a TSN-enabled CompactRIO or CompactDAQ. When booting a start-up application, I receive DAQmx error 209836 with a message similar to the below:
The devices in your task cannot be synchronized. ...
I have several disconnected and unused CompactRIOs showing in NI-MAX, and I want to delete them programmatically through a LabVIEW project. How can I do this?
We are using the same hardware on different computers in our project. Every time we connect the device(s) or reinstall a PC, the NI Product Registration Wizard window shows up to register the product(s). ...
I am using Remote Fronts Panels to communicate with my application from a Web browser. When trying to access my application from Internet Explorer, I am getting the following error: How can I fix this? ...
This document is part of the Getting Started with NI-DAQmx Series.
A Pulse Width Modulation (PWM) Signal is a technique for generating digital pulses to control an analog circuit. A PWM signal consists ...
When I select the Time Zone of a remote system such as cRIO or PXI controller using NI MAX, the Time Zone selected is reset to another region. For example, I select the Time Zone to (GMT +9) Korea, Yakutsk. ...
I am unable to login to the Remote File Browser and I can't change my password to fix it. I cannot access the files on the controller through Windows Explorer by using \\\files.
Widnows cannot ...
I have a CompactDAQ (cDAQ) chassis with a built-in controller running an NI Real-Time operating system. I am configuring my LabVIEW project and have added the cDAQ RT target in my Project Explorer, but ...
I am starting to use the LabVIEW Real-Time Module to program a CompactRIO. I have some existing .NET code that I would like to be able to use. Can I build my .NET code into a DLL and call it from my LabVIEW ...
I am attempting to connect to an NI Real-Time target through a virtual machine. However, I am receiving a message from NI MAX reporting that the target isConnected - Inconsistent IP Settings. Why is this ...
Error -50200 occurred at DAQmx Create Timing Source VI when implemented on a NI Linux RT cDAQ-9137. Error -50200 occurred at DAQmx Create Timing Source (Control Loop From Task).vi:6770001
Possible reason(s): ...
I would like to use the USER1 buttonthat is available on some CompactRIOs (cRIO) and CompactDAQs (cDAQ). How can I read its value in LabVIEW? Can I read the USER1 button value in Scan Engine mode on the ...
I have old DAQ hardware or hardware that uses DAQmx that I am not sure is supported in my version of LabVIEW. How do I determine if my version of LabVIEW or DAQmx is compatible with my hardware and operating ...
I'm using an embedded compactDAQ controller, and after installing LabVIEW and the needed drivers I see that there's almost no space left in the memory of my controller. This results in applications hanging, ...
I am using a combination of XNET and DAQ C Series cards in a TSN enabled network with CompactDAQ. Can I synchronize both tasks to start acquiring data at the same time? Moreover, will the XNET message ...
I need to find the serial number or system tag of my NIhardware, software, or system. My serial number provided is not working. How do I check what my serial number should be?
I am using LabVIEW WebDAV API VIs (Simple Get and Simple Put) to transfer files between my computer and my CompactRIO (cRIO)/CompactDAQ (cDAQ)/PXI controller. I am getting Error 56 on larger file transfers, ...
I am deploying an application that uses a USB DAQ device and everything works fine. However, every time I connect the USB DAQ device, the NI Device Monitor popup window shows up with a Device Detected ...
I want to connect my CompactRIO controller, Compact FieldPoint, PXI controller, (or any real-time target) to a wireless network. What are the considerations for doing this?
I am using the Sync model of CompactDAQ (cDAQ), CompactRIO (cRIO), or Industrial Controller and am utilizing Time Sensitive Networking (TSN). I need to purchase Ethernet switches that are TSN-compatible ...
How do I use the File Transfer Protocol (FTP) to transfer data to and from an external CompactFlash card or external USB drive connected to a Real-Time target?
I bought a CompactDAQ Controller that runs Windows and I want to use it from my desktop computer. Unfortunately, in my desktop I can't see it in NI MAX and LabVIEW does not recognize the device either. ...
I am recording measurements from a multifunction I/O device. Currently, Iam using the DAQ Assistant to read a number of samples and output them on a graph. This happens inside a loop to read samples continuously. ...