10-12-2018 06:09 AM
I have a PXIe System remotely connected to my computer, and everything on that PXI Chassis can be properly detected except the PXIe6361 card. I've properly installed NI-DAQmx and all the related software. Pls advise what can I do to detect that particular card. The PXIe System is on Labview RT
Solved! Go to Solution.
10-12-2018 07:25 AM
Hi,
Ensure that you have DAQmx installed on your RT target as well, see link below:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000PA1eSAG
10-13-2018 01:19 AM
I made sure that my host computer has installed the exact same version software as does the PXIe system. Host computer and PXIe are connected via ethernet. HEre is what I can see on the host computer.
However this is what's available on the PXIe System:
Not only can't I detect the PXIe 6361 card, the layout of host computer and PXIe system are different as well. Can anyone tell me how to let my host computer see the PXIe 6361 card and also why are these two different? I've installed the exact same software on both of them. THanks
10-13-2018 02:17 PM
This is the fourth post you've made to the Forums with the same question. The problem seems to have arisen when LabVIEW software was upgraded somewhere (I don't remember, probably on the PC), possibly taking the PC and the PXI Controller "out of sync" with each other. The post before this one had a specific recommendation, that you show us the expanded Software Tab for the PXI Remote System (you've shown here what I presume is the expanded Devices and Interfaces tab, but not the Software Tab).
I will repeat the recommendation from your previous Post (yesterday) -- show us the Software that is installed on the Remote PXI Controller. Without data about your system, we can only "guess" that "something is wrong" -- with the data, we can probably tell you what is wrong and how to fix it.
Bob Schor
10-13-2018 08:45 PM
10-14-2018 12:00 AM
And there's the Problem clearly demonstrated! I don't know what version of LabVIEW you are running on the PC side, but I'm guessing it is LabVIEW 2015 (based on the fact that the CVI software was all LabVIEW 2015, most of the Device Drivers on the PC seemed to be 2015, the PXI Platform Services were 2015, etc.). The PXI, however, identifies itself with "Welcome to LabVIEW Real-Time 13.0.1", starts NI-RIO Server 14.0.1, and NI-VISA Server 14.0. My experience with LabVIEW RT on a PXI system (RIOs might be different, but I doubt it) is that it is critical that there be the same Version of LabVIEW and all of its Modules and Toolkits on the Host and Remote systems.
I have no idea about the "history" of the LabVIEW installations on your PC. I do worry when I see multiple versions of LabVIEW software on a PC -- if the Developer knows what he or she is doing, you can safely have multiple systems, but I'm not sure (and would be surprised) if you can have multiple versions of LabVIEW RT on a PC.
If this were my machine, or one of my colleagues brought this to me, I'd ask "What single Version of LabVIEW do you want to run?" Suppose the answer is "LabVIEW 2015" (it could be any version, but I'd urge not going back too far into the past). Here are the steps I would take:
Bob Schor
10-14-2018 01:39 AM
Bob Schor, thanks for this detailed reply. I shall go ahead and follow the steps.
10-14-2018 09:58 PM
I've find the solution without reinstalling the entire system.
Just got to MAX on your host computer. Make sure that MAX can detect your remote PXI system, then go to software. Install DAQmx. Problem solved.
10-15-2018 08:14 AM
Yes, the system on the Host and the system on the Remote must be the same (which is why we kept asking for the list of software on the PXI). If you have multiple systems on both, it can be tricky figuring out what "the same" means, which is the advantage of a "single system" installation on the Host.
Bob Schor