Hi currently I doing a project using the labview to read and write to the VMIC reflective memory(GE, model: PCI 5587A). I have tested using the NI Measurement & Automation software (below is the section I’m using for my objective).
NI Measurement & Automation software
a) (Open VISA test panel, Advanced, low level I/O –map Address )
b) (Open VISA test panel, Advanced, low level I/O –Peak/Poke )
Question:
I have successfully writing a basic read peek & poke(peek or poke to a single address, one at a time) using the VI VISA peek and poke. I now wanted to write it in a way that I can peek or poke together when I input the 4 different address. I try using the same method of single address peek & poke with some modification ( try method 1: using for loop(loop 4 times) on single VI VISA peek or poke. Try method 2: using four VI VISA peek or poke connects is serial together with 4 different input address) but Both unsuccessfully.
Pls advice can it be done and the above method I try? Do I miss out any important point.(need delay?... etc)
If No can advice how to read and write to the VMIC reflective memory on the labview(peek or poke together when I input the 4 different address)? What VI should I use?....etc
Any questions feel free to ask?
Sorry unable to copy the block diagram due to company policy.
Thanks alots