LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i save some image- profiles in the memory (RAM) of a system?

How can i save some  image- profiles in the memory (RAM) of a system?
 
(and then I want to read out the memory and save the profiles in a HDD, but first it has to write in a memory, because the write-speed is better by the memory )
0 Kudos
Message 1 of 2
(2,562 Views)
There must be an underlying premise for this question that I'm missing... When you run code everything is in memory... Programming 101. Create a variable, set a value to it, and it's in memory. Create a front panel control set a value to it and it's in memory. Data carried by the wires you use to connect your code is in memory. Or are you asking about controlling how that memory is managed - physical vs swap file?
0 Kudos
Message 2 of 2
(2,544 Views)