VXI and VME

cancel
Showing results for 
Search instead for 
Did you mean: 

RMW transfer with VME-MXI-2

Is it possible to perform a RMW transfer using the VME-MXI-2 ?
I mean, to read a data from a VME board, change the data in LabVIEW
(es. PXI controller) and to write the data back. During this 3 operations
the Address Strobe line must be low.

If yes, how ? I saw that the DMA registers SCRx and DCRx have a flag called
Blocked, but can I use it to control the AS line?

Thank you
0 Kudos
Message 1 of 7
(9,317 Views)
Paolo,

we are currently handling this question through the support team in Italy. You will receive the information from one of our AEs via e-mail

AlessioD
National Instruments
0 Kudos
Message 2 of 7
(9,316 Views)
Performing a Read-Modify-Write Cycle is one low-level task that can be implemented using NI Hardware. Since a correct implementation could depend on the platform the cycle is to be used on, we kindly encourage users to get in touch with their local NI Engineers. Our team will be available for providing detailed information and appropriate examples.
Best regards,

AlessioD
National Instruments
0 Kudos
Message 3 of 7
(9,317 Views)
I have the same question, I contact the french NI support, but they don't give me an anwser. Where can I found some code sample. Thanks
0 Kudos
Message 4 of 7
(8,749 Views)
Hi mdauphin,

It looks like you would like to perform low/register level programming with the VME-MXI-2. One way you can do this is through the VISA Interactive Control. You can do this by using the Register I/O pane. There is more information about this here

LabVIEW also ships with some example code that you may use. You can open the example finder by going to Help > Find Examples. Once there, browse to Hardware Input and Output > VISA > Low Level Register Access. There is also a High Level Register Access example.
Rasheel
0 Kudos
Message 5 of 7
(8,711 Views)
Thanks Rasheel for you anwser, but I performe low level Register Access with NI-VXI API and VISA API in C programming. But I must do an RMW cycle, with keep AS down.
0 Kudos
Message 6 of 7
(8,702 Views)
Hi mdauphin,

So you'd like to control the Address Strobe to low, and then do an RMW cycle? I will look into this and let you know what I find.
Rasheel
0 Kudos
Message 7 of 7
(8,686 Views)