11-16-2011 05:50 AM - edited 11-16-2011 05:54 AM
Hi,
Anybody tried to implement the concept of shared memory in LabVIEW ?
(This was originated from attached pdf, which iI found while surfing on net)
I could see couple of discussion on forums, but unfortunately none of web link they referred in it found 😞
Regards
Hemant
11-16-2011 08:05 AM
Search for "SCRAMNet". I believe it is CUrtiss-Wright that makes it.
I have used it in a number of applications and it is simply amazing compared without other comm methodologies. If you project has deep pockets (very deep) you can implement multipl routes redududancies and self-healing networks. Node to node transfer rates are measured in nanoseconds (or ws that femtoseconds?).
Ben
11-17-2011 03:10 AM
Hi Ben,
Thanks for reply !
My goal is to share/pass some data (Includes acquired signal( to,dt,y[50K]) and some cluster ) from LabVIEW to other application/ process (.Net).
If you have done this kind of application or similar to this, could you please share some sample examples with me ?
This will be really help me alot.
Regards
Hemant
11-17-2011 07:12 AM
That is a differnt situation.
Search on LAVAG.org for Ramdisk.
It is an antient technique that maps physical memory as a disk drive thereby allowing disk access that has physicl memory throughput.
Ben
11-22-2011 12:47 PM
11-22-2011 01:09 PM
Another term to search for is "reflective memory"