02-12-2016 07:27 AM
Solved! Go to Solution.
02-12-2016 07:46 AM - edited 02-12-2016 07:47 AM
What device are you trying to simulate? [I'd be curious if my LabVIEW 2015 installation has the same problem]. As it happens, I'm writing some instructional material for a colleague who is having trouble doing what should be simple DAQ (low data rates), but she's using the Dreaded DAQ Assistant, which I am urging her to Banish. Getting rid of it and replacing it with real DAQmx code is quite simple -- do a Web search for the excellent NI White Paper "Learn 10 Functions in NI-DAQmx" and you will see that the basic steps are as follows (for most simple tasks):
I realize this still doesn't answer "Why is MAX not working", but the answer may be as simple as "Bad Installation" or "Bad Device Specification". Tell us the device, we'll try it out, and perhaps can narrow down your problem.
Bob Schor
P.S. -- oops, I replied without viewing your PNGs (I generally hate "pictures" on the Forums). Looks like you are using something called an SCC -- I'll check it out.
02-12-2016 07:56 AM
Well, on my laptop (Win 7 x64 SP1, LabVIEW 2015 32-bit), MAX can find a Simulated SCC Connector Block and pop up the following diagram when I try to define a Task:
It then asks me to "Select a digitizer" (and I'm unsure what to do, as I don't know these devices). Can you at least get this far? If so, are you able to do the next steps? If not, then I suspect your installation of the LabVIEW Device Drivers is defective.
Bob Schor
02-12-2016 08:47 AM
Bob,
I stumbled onto this issue when trying to familiarize myself with DAQ Assistant... I tried a number of different simulated devices, and couldn't get beyond "Please Wait" of the DAQ Assistant configuration window .... I ran the update service to make sure I had everything at the latest, and reloaded the DAQmx driver from ni.com. Still the same problem... Suspecting I was doing something basically incorrect when installing a simulated device, I worked through an example from a NI published seminar I found on-line called "Step-by-Step Data Acquisition Part I Exercise 1:Configuring a DAQ System in Measurement & Automation Explorer (MAX)". The screenshot was taken at the end of this effort (actually step 13 of this document). So I did get up to the screenshot shown in your post. Prior to this I installed a simulated PCI-6259 which is probably the missing digitizer... this appears in the "Cabled Device" box. I then populated some of the 'J' selector boxes with modules. Clicking on one of these modules and selecting Test Panel resulted in nothing happening... So it seems I had two related issues...
I'll work through the suggestion given in your first post to see if I can get something that functions, but I guess the main concern is whether there is a bug or I have some corrupted software.
Thanks,
SLV
02-22-2016 02:58 AM
Having tried a few different things to remedy this over a number of days, all of a sudden the issue is resolved. DAQ Assistant “please wait.. “ message no longer appears and supported physical channels display immediately... Test Panels can now be launched from MAX.
The last thing tried was to run a repair of “NI-DAQmx”, “NI-DAQmx ADE Support” and “NI-DAQ MAX Configuration Support” in Control Panel. I’m assuming this did the trick, so if anyone has a similar issue that would be the first thing to try.
Thanks to all who provided suggestions.
SLV