(Created page with " OnTakt can fetch machine data from machines configured in XMC as if it were communicating with the machine directly. == Configuration == === Step 1: XMC side === TK === Step 2: OnTakt side === # In the machine editor, select "XMC" for the machine system and "Generic" for the model. # Enter the NC URL in the format: <code>tcp://IP:PORT</code>, where <code>IP</code> is the IP address of the XMC server and <code>PORT</code> is the port assigned to that machine in the X...") |
No edit summary |
||
Line 5: | Line 5: | ||
=== Step 1: XMC side === | === Step 1: XMC side === | ||
Each XMC asset has a port setting. | |||
=== Step 2: OnTakt side === | === Step 2: OnTakt side === |
Revision as of 13:09, 27 April 2023
OnTakt can fetch machine data from machines configured in XMC as if it were communicating with the machine directly.
Configuration
Step 1: XMC side
Each XMC asset has a port setting.
Step 2: OnTakt side
- In the machine editor, select "XMC" for the machine system and "Generic" for the model.
- Enter the NC URL in the format:
tcp://IP:PORT
, whereIP
is the IP address of the XMC server andPORT
is the port assigned to that machine in the XMC configuration window.