Hello there!

I'm user of 3DGS (A6 C). Now I consider to migrate my project to new A8 but there is one think to be solve to make me sure it's good decision; I need to establish simple communication between 3DGS and RoboRealm via socket_* command (Server API in RR) using commends appropriate for RR to read variables from RR and write variables to RR:
In RR documentation it is described like this:

1. Reading a variable from RoboRealm
This request will read a variable from RoboRealm and return its value. The variable can be set by other API requests or RoboRealm modules.
<request>
<get_variable>VAR_NAME</get_variable>
</request>

and:

2. Writing a variable to RoboRealm
This request will set a variable into RoboRealm for use by other modules.
<request>
<set_variable>
<name>VAR_NAME</name>
<value>VAR_VALUE</value>
</set_variable>
</request>
VAR_NAME - the name of the variable to set VAR_VALUE - the value of the variable
<response>ok</response>

To say the truth, Im not fluent in advanced programming, script is ok for me, but more complicated subjects (like that above) are too little difficult.

Please let me know what should I write in A8 script (SED) to make that communication working properly.

Thanks in advance to all of You who would like to spend few minutes to help me!!

Regards,
Rajmund