03-27-2008 10:14 AM
03-28-2008 10:49 AM
Hi kphite,
as far as i know you can´t simulate chassis. Either your card is available as simulated device or it is not possible for your card.
Mike
03-28-2008
11:07 AM
- last edited on
06-20-2024
10:10 AM
by
Content Cleaner
Howdy kphite,
Assuming you have a working version of NI-DAQmx installed, you can simulate a PXI-1010 chassis in Measurement & Automation Explorer (MAX) by following these steps:
You will also need to have a DAQ device installed (or simulated) in MAX to communicate with this simulated PXI-1010 chassis. For more info, you can check out the PXI-1010 User Manual.
03-28-2008 11:18 AM
03-28-2008 11:21 AM
Hi kphite,
now where i know it is possible i tried it and it works like pberg described.
Mike
03-28-2008
11:38 AM
- last edited on
06-20-2024
10:11 AM
by
Content Cleaner
Howdy kphite,
You want to select Using Front Connector as the SCXI Communication Mode in the Create New SCXI Chassis dialog. Then select an installed (or simulated) DAQ device as the Chassis Communicator. I've attached a screenshot simulated-pxi-1010-config.png that illustrates this.
For a PXI-1010 combo chassis, you need to install (or simulate) a compatible DAQ device in the right-most PXI slot to act as the communicating module for the SCXI side of the chassis. All the SCXI communication passes through this right-most DAQ device. In my case, I first created a DAQmx simulated a 6251 M-series DAQ module. Then as I created my simulated PXI-1010 chassis, I chose this 6251 module as the communicating module.
I hope this helps!
Message Edited by pBerg on 03-28-2008 11:39 AM
03-28-2008 01:16 PM
03-28-2008 06:08 PM
03-29-2008 04:04 PM
04-01-2008 01:12 PM - edited 04-01-2008 01:13 PM
Hi kphite,
Simulating the chassis and switch modules in DAQmx should be sufficient. While, currently Measurement and Automation Explorer (MAX) does not allow the simulation of DMMs, Switch Executive does not care how you are controlling the SCXI portion of the chassis. You can simulate the chassis and SCXI Switch modules, which will create their own driver sessions in the IVI Drivers portion of the MAX configuration tree, or you can expand the Driver Sessions sections, right click, and create a new session yourself.
If you simulate a driver session, you will need to fill out the General tab similar to what is seen in the screenshot, the Hardware, and the Software tabs. The Driver Set-up is where you enter the topology of the switch modules you are using, and this is sensitive. After you simulate a driver session, you can create a logical name that points to that driver session, and finally you can create a new Switch Executive virtual device and use the logical name.
You can then build a route using that topology and click the Validate button at the top of the page to test the routes.
Regards, Mallori M.