11-02-2005 04:31 AM
11-02-2005 07:09 AM
Are the sub-vi running concurrently (each in their own thread)? Are you just sharing data or do events have to be synchronized? Is the data published (All readers and one writer) or it this a 2-way communication. How big is the data, Large Clusters with dynamic sized arrays or a small flat structure. Does the data have to be distributed over a network? There are many considerations when picking the best method to distribute data throughout a system. Some more detail will aid in the discussion.
Paul
11-02-2005 07:23 AM
Sorry for missing infos. I just want to know some good solutions fo different scenarios!
A possible scenario might be this:
A main VI samples some data. After a specific time the pool of samples will be written to a database while the main VI still samples a new pool aof data.
The data is sent to another process (another PC, PLC or something), too.
The might be a Sample routine, a visualization routine, a storing routine and a routine wich handles the communication with the other PLC (or PC). They all run in a own thread, the data has a flat structure.
This is just an "imaginary" scenario!
Sascha
11-15-2005 03:32 PM
Hi all:
I have built a labVIEW program to interface with a controller using the Serial cable RS232. Now, I want to remotely use the front panel of this VI. My question is can I use Web publishing tool to remotely work with the controller. I also have some text files that the VI uses and I have saved them at the server computer. Can I remotely make the controller function or do I need to use TCP communication? If, I can web publize and control the program remotely, will I need LabVIEW at the server computer to remotely work with its front panel, I know I need run-time engine at the client computer? Hope my question is clear.
11-23-2005 07:07 AM
Hi Dsurana,
You should probably start a new thread for your question.