03-26-2008 01:10 PM
03-27-2008 11:22 AM
11-07-2008 01:56 PM
11-10-2008 03:12 PM
11-10-2008 04:03 PM
Hi Jaime,
do you know if there is a way to create a virtual NI-FGEN in MAX with a specified name. I'm working with TestStand to test a compiled software made with labview. So I can't go in code to modify the card. I would like to create a virtual NI-FGEN with name used by the software sending commands to PXI-5610 and PXI-5441. While developping my teststand sequence I don't really need the hardware, I just want to make sure my sequence file is bug free.
Thanks a lot
Jimmy
11-11-2008 03:25 PM - edited 11-11-2008 03:25 PM
Hi Jimmy,
I looked a little bit more into you case and I was able to find the same information for the FGEN on the RFSG driver, it was there all the time, I just over looked the help. If you find the help for the: “niRFSG Initialize With Options VI”
The C definition on the same document has a lot more info on the function. Search for: “niRFSG_InitWithOptions C Function Prototype”. Unfortunately you will need to have access to the code.
I hope it helps
06-29-2023 08:47 AM
Hi, V
Now you can actually simulate PXI/PXIe chassis in NI MAX if you have PXI Platform Services installed.
1) Create some simulated modular device first.
2) Select it in the Devices and Interfaces window
3) There will be a Hardware Configuration Utility button up near Reset and Self-test buttons. Click it.
4) In Hardware Configuration Utility menu choose Edit>Add Hardware, then choose Simulated. Then select a PXI(e) chassis model you wish to simulate from the list. You can specify chassis name here as well.
5) You can close the Hardware Configuration Utility window now.
Here you go. The simulated chassis should be in the Devices and Interfaces window now.
Hope it will help people with this question.