From 11:00 PM CST Friday, Feb 14th - 6:30 PM CST Saturday, Feb 15th, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Components

cancel
Showing results for 
Search instead for 
Did you mean: 

Simple TCP Messaging (STM)

Hi Irfan,

my vi's are not so simple, however I have attached a my old version that should work.

If i remember correctly, you have to enter in the STM Libs (in the Labview Program Folder) and unlock the TCP_Check and TCP_con ad public and not private.

However, I'm working on a Control System for N-Hardware and M-Software, starting from FrontEnd interface up to user based on JSON protocol communication, and in the next future I would like to share with the Labview community in VIPM.

 

dh

 

 

Message 171 of 174
(2,573 Views)

hi, i would like to know if i could use Simple TCP Messaging (STM) to send video from an embedded NI MyRIO system

0 Kudos
Message 172 of 174
(2,348 Views)

I’m sure it could be done somehow. But not as a streaming video.You would have to post individual image frames to a tag and query it on the remote side at whatever interval you can handle. Do not expect real time streaming or more than 1 or 2 frames per second!

Rolf Kalbermatter
My Blog
Message 173 of 174
(2,335 Views)

Hi,

 

2 questions about STM:

 

1. I´ll try to use STM like in the example "STM Multi Client Server Example.lvproj". I want control my whole tool by STM. But is it really necessary, that the server-vi everytime run through all connections in the for-loop, also if I just get a message from one? There exist no "listener" for a message the ID/name 🙂 ...

 

2. And how to use the index...if I have an array of 20 connections, how can I choose the right index for sending a message?

 

Thanks for a short answer...

 

Tanchris

0 Kudos
Message 174 of 174
(1,657 Views)