Shop Floor Automations
Providing CNC networking and DNC software solutions to manufacturers and machine shops. Recognized as #1 Distributor and Center for Predator Software since 1999!Shop Floor Automations
Providing CNC networking and DNC software solutions to manufacturers and machine shops. Recognized as #1 Distributor and Center for Predator Software since 1999!Translation tables allow comprehensive configuration of every character sent or received. ASCII to EIA, EIA to ASCII, ASCII to ISO, ISO to ASCII and custom translations are possible using the Translate tab within the Properties dialog box.
To remove or add characters, choose DNC | Properties from the Menu bar. Then select the Translate Tab. To remove characters upon receiving data back from the CNC, change the option from NONE to REMOVE on the Receive Column. To delete double spacing, change the option from NONE to REPLACE and input the appropriate value. See first example below:
The following examples solve common DNC problems using the Translate Tab within the Properties command.
The following example will automatically delete leaders and trailers during a Receive from CNC command.
| Receive Translation Characters | Translation Action |
|---|---|
| \000 | Remove |
The following example will automatically delete extra carriage returns during a Receive from CNC command.
| Receive Translation Characters | Translation Action |
|---|---|
| \013 | Remove |
| \010 | Replace with \013\010 |
The following example will automatically delete punch codes during a Receive from CNC command.
| Receive Translation Characters | Translation Action |
|---|---|
| \018 | Remove |
| \020 | Remove |
The following example will automatically delete end of tape codes during a Receive from CNC command.
| Receive Translation Characters | Translation Action |
|---|---|
| \003 | Remove |
| \004 | Remove |
The following example will automatically delete spaces during a Receive from CNC command.
| Receive Translation Characters | Translation Action |
|---|---|
| \032 | Remove |