05-23-2005 09:11 PM
05-24-2005 07:43 AM
05-24-2005 09:41 AM
05-24-2005 10:18 AM
07-15-2005
10:46 AM
- last edited on
04-23-2025
04:05 PM
by
Content Cleaner
This article (linked at the bottom of the Simple TCP article) includes RTFIFO and may or may not help you with your speed but gives a good example of using RTFIFO and TCP Meta together.
10-11-2005 09:58 AM
10-13-2005 11:21 AM
Greetings!
Data socket communication with RT is non-deterministic. It
should not be used inside a time critical VI. Using it inside the time critical
VI adds jitter. Hence
1) With data socket communication is not deterministic
2) Also the network issues like network traffic, not communicating using cross
over cables, using static IP address are ideas you can take in to account.
Please refer to the links
http://digital.ni.com/public.nsf/websearch/FD24D98FF428F21686256B64007FB6C1?OpenDocument
http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DED156A4E034080020E74861&p_node=174821&p_source=External
Hope this helps
Thanks much
Avi Harjani
04-23-2006 05:53 AM
04-27-2006 03:57 PM
04-27-2006
05:53 PM
- last edited on
04-23-2025
04:05 PM
by
Content Cleaner
Would something like this work? It is 8 channels at 33kSa per second per channel from a 200Mhz RT controller
http://sine.ni.com/nips/cds/view/p/lang/en/nid/202103
The source code for this is at:
http://zone.ni.com/devzone/conceptd.nsf/webmain/3F941A040879E64086256FA20067041A
It uses the command server architecture