LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Memory Read/Write (LabView)

I'm trying to do something that is probably simple but I seem to be missing something. I need to read and write to a memory location (such as 0D00:0000) through LabView. I have downloaded accessHW (Port and Memory Utilities for Windows) but it still doesn't seem to work. I checked and the cvirte.dll and accessHW.dll are loaded when I run LabView (6.0). Any clues?
0 Kudos
Message 1 of 3
(2,940 Views)
,

Try using the read port and write port functions native to LabVIEW. They are under the advanced palette in Port VIs. They are called In Port and Out Port, and read and write to memory locations.

However...I have not been successful in using these very well, probably because I haven't a clue about writing manually to the memory locations.

Good luck, and please let everyone know how you do.
0 Kudos
Message 2 of 3
(2,940 Views)
InPort and OutPort vi, Write and Read in I/O locations, not in Memory Addresses.

I have the same problem. I need write a string beginning in a memory position, say D000:0020.

Probably the only way is write a piece of code in C, and use teh Code Interface Node to run it.

I would like to know if there is some other way to do this.

Regards,
LFMF
0 Kudos
Message 3 of 3
(2,940 Views)