Revision as of 13:07, 27 April 2023 by Andy (talk | contribs) (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...")
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:
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.