TD - Python Communication - Labview

Hello,

I would like to know if I can configure the Touch Designer and communicate it with another software, sending and receiving commands with Python programmings, automatically, to use them simultaneously. I am looking for a way to communicate it with positions trackings in the software Labview. Is it possible?
Does anyone have a better idea?

Thank you.

You can get messages into and out of Touch in a variety of ways. Something like OSC is a great option since it already has a defined structure - though you can certainly do UDP streams or TCP/IP connections.

Here’s an overview of all the protocols TouchDesigner can speak - there’s probably one in there which your software Labview also is capable of:
Interoperability - TouchDesigner 099 Wiki