This site is being deprecated.

Please see the official X‑Plane Support page for help.

0 votes
asked by (12 points)
Hello,

I want to use the option to send a value to XPlane10 via UDP as a comma-separated string.

This is offered by xplane in the 'Dataref-Out' window.

It is possible to read and write datarefs as 'Datarefs to Write as $ + Comma-Seperated-Strings' and also to read ''Datarefs to Read as $ + Comma-Seperated-Strings'.

The write option does work perfectly. The UDP-Message looks like this:

[68,82,69,70,64,36,48,46,49,49,50,54,44,0,0,0,0,....]

meaning:

DREF@$0.1126,00000......

How does the 'read' message has to look like, so that XPlane understands the message?

When I´m trying to send 'DREF@&[value]' it does not get the value!

I would really appreciate your help, because I wasn't able to find any answer in the web!

Best regards

Max

1 Answer

0 votes
answered by (19.3k points)
Check out the instructions folder of your X-Plane install. In "X-Plane SPECS from Austin" the doc "Exchanging Data with X-Plane.rtfd" talks more about exchanging data via UDP.
commented by (12 points)
Hello jroberts,

thank you very much for your answer & help!

I know this document, but you won't find anything about this in that document!

Do you know how to apply this kind of message type to write datarefs to Xplane?

regards

max
...