05-21-2010 01:20 AM
hi,
I need to develop some executables which will be launched on different computer of a LAN. Some DATA are common. I need to share the data using shared variables.
I usually used LabVIEW so I 'm familiar with shared variables but in this case, the RT target is a part of my project.
I do I need to procceed in my case?
thanks
05-21-2010 06:12 AM
05-25-2010 04:10 AM
Hi,
I've never experienced such problems using shared variables!!
James
05-25-2010 08:06 AM
Really easy to use. IO load them on my RT system for reliabilty. Here is a link to a tutoruial. In your case, just mock it up and test it.
05-25-2010 08:54 AM
I'm not using a RT target.
In my case I've got several executable on different computer.
05-25-2010 09:37 AM
05-25-2010 10:09 AM
Ok but it's not my configuration and I haven't found my answer in the tutorial.
You speak of a case where there is a computer and a RT target under the same LabView project. As I said earlier, I often use labview RT and shared variable between computer and RT target. But I assume here it's different.
My question is : how do you acces to the SVE from 3 computers (without any RT target)?
1. If I create 3 labview projects using the same Shared Variable, do I need to use the same .lvlib on each project?
2. Is it possible?
3. How can I configure where the SVE should be? When I use a RT target, It only depends where I put my Lvlib. But here there is 3 projects.
James
05-28-2010 05:10 PM
Use the example finder and search for share variables. There are several that do what you want. You do not need a RT system to use them. You can use them between PC's. Just select one as the server and load the shared variable engine to it. Here is a shot o the example finder.
05-28-2010 05:14 PM
Use the example finder and search for share variables. There are several that do what you want. You do not need a RT system to use them. You can use them between PC's. Just select one as the server and load the shared variable engine to it. Here is a shot of the example finder.