getting_started:tutorials:systemeeros1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started:tutorials:systemeeros1 [2020/12/03 11:50] – [Talking to an External Application] ursgraf | getting_started:tutorials:systemeeros1 [2021/03/30 09:39] (current) – [Talking to an External Application] ursgraf | ||
---|---|---|---|
Line 6: | Line 6: | ||
====== Talking to an External Application ====== | ====== Talking to an External Application ====== | ||
- | In the EEROS library you will find a directory with examples. Open a shell in the build directory of your EEROS library and run | + | In the EEROS library you will find a directory with examples. |
+ | |||
+ | Open a shell in the build directory of your EEROS library and run | ||
< | < | ||
$ sudo ./ | $ sudo ./ | ||
Line 16: | Line 18: | ||
As soon as the connection is established the socket data block periodically sends its input signal of type '' | As soon as the connection is established the socket data block periodically sends its input signal of type '' | ||
At the same time the standalone block periodically transmit six double values, whose values increase over time. The socket data block receives these values and bundles them into its output signal of type '' | At the same time the standalone block periodically transmit six double values, whose values increase over time. The socket data block receives these values and bundles them into its output signal of type '' | ||
- | [{{ : | + | [{{ : |
\\ | \\ | ||
Line 31: | Line 33: | ||
</ | </ | ||
While the socket data block of the former creates a socket server the latter creates a socket client which connects to the server. | While the socket data block of the former creates a socket server the latter creates a socket client which connects to the server. | ||
- | [{{ : | + | [{{ : |
You can alter the data types passed among them by commenting / uncommenting the corresponding lines directly in the source code. After changing the code you must recompile and rerun the examples. | You can alter the data types passed among them by commenting / uncommenting the corresponding lines directly in the source code. After changing the code you must recompile and rerun the examples. |
getting_started/tutorials/systemeeros1.1606992614.txt.gz · Last modified: 2020/12/03 11:50 by ursgraf