11-04-2011 11:11 AM
Hi Sundar,
Are you using VeriStand with the 5565 or is this a general question about LV RT support for the board? Since this is the VeriStand forum, you're unlikely to receive general LabVIEW RT support for the board on this thread. I have personally used the IDNET VISA driver for the 5565 successfully in LabVIEW 2010.
After downloading the driver, open GE5565PIORC_NetworkInterrupts.inf with a text editor and follow the instructions in the "LabVIEW RT Installation" section to expose the hardware to NI-VISA. Reboot the target and assign (and save!) a VISA alias in Measurement and Automation Explorer. Then follow the installation instructions to install the API for LabVIEW. If you cannot communicate with the device by following this process, I suggest you post specifically what errors or problems you encounter.
Steve K
08-16-2018 07:36 AM
Hello Harika,
I'm currently working on a project which I use ge reflective memory 5565.
I'm trying to send data from PC to PXI using DMA.
I have two VI's that I attached. the first one DMA_escrever to write data and the second one DMA_leitura is to read.
I think it works but the own data led never change its status to on.
The switch positions is: PC S1 on and S2 off; PXI S1 on and S2 on. I think they are not on defaut mode, so I'm wondering if it may be a problem. I didnt change the switch position.
Do you have any tips to help me?