09-04-2006 06:51 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
09-04-2006 03:16 PM - edited 09-04-2006 03:16 PM
Add to your list VI Server calls.
They have woked very well for me in a bunch of applications.
Typically I'll make "call by reference" calls to an action engine of some type.
I think of them as "TCP/IP" but I let LV handle the session data conversion etc.
They are well suited for changing PID values on the fly.
I suspect they would place below TCP/IP transfers that use an optimized packet size but otherwise they are pretty quick.
Draw backs are you have to understand VI server calls and manage the serving and addressing of the remote calls.
Ben
PS This technology works back to LV 5.1.
PPS Rule out UDP. That is like trying to talk to your boss by using grafetti on busses. Sure the message may get through but you are never really sure.
Message Edited by Ben on 09-04-2006 03:17 PM
Message Edited by Ben on 09-04-2006 03:19 PM
09-05-2006 05:37 AM
Ben a écrit:
PPS Rule out UDP. That is like trying to talk to your boss by using grafetti on busses. Sure the message may get through but you are never really sure.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
10-04-2006 01:24 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
10-04-2006
09:21 AM
- last edited on
07-23-2025
01:39 PM
by
Content Cleaner
I've just received that one, I haven't tested it myself, I only used it to programmatically reboot a cFP runninng in RT mode from a host PC.
DataSocket :
Advantages : really easy to set up
Weak point : you don't really know how it works...
Possible use : Transfer an image from a CVS to a Host PC
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
02-11-2008 10:29 AM
05-13-2009 04:32 PM
Ben--
Any chance you have an example or reference to demonstrate the comment you made long ago? You said , "Draw backs are you have to understand VI server calls and manage the serving and addressing of the remote calls." What should us newbies know to use this approach?
Thanks.
05-14-2009
01:24 AM
- last edited on
07-23-2025
01:40 PM
by
Content Cleaner
You can see a simplistic example here. Note that you will have to enable VI server TCP access in the Options dialog or in the INI file.
05-14-2009
06:32 AM
- last edited on
07-23-2025
01:42 PM
by
Content Cleaner
STM:
Advantage: Simple to use, Powerful
Disadvantage: Messagebased => can only transfer data in predefined messages
hope this helps,
Norbert