Home  Forum  Prices 

Remo setup

Open easyDnc setup and select the 'Remo' tab and then check the box to enable Remo mode.

Remo Reqst Tag

When Remo is enabled it's always 'listening' for data from the CNC. Such data would usually be an incoming file which will be saved to the CNC's default program folder. But when the CNC sends the Runner you need easyDnc to recognise it and read the instructions it contains.

The Reqst Tag tells easyDnc how to recognise the runner. This can be the program name. In our example you'll see we've entered O9999 as the Reqst Tag. We're telling easyDnc that we're going to use program O9999 as the runner.



DNC Drip feed options DNC Drip feed options

A typical Runner file looks like this:-

%
O9999
(1234)
%

Save this file on the CNC and whenever you want easyDnc to send a specific program just edit the text between the braces and punch/output the file to easyDnc. This example tells easyDnc to load program 1234 into the CNC.

Note:- See more Runner examples on the following page.

Remo TX Delay (Time period in seconds)

The length of time easyDnc will wait before sending the file to the CNC.

Remo RX Timeout (Time period is seconds)

When receiving a file that will be stored to disk this is the length of time easyDnc waits at the end of file before closing the file and saving to disk.


Other Remo options/settings

Prefix. Before a file from the CNC is saved to disk EasyDNC scans the file to get the file name. The 'Prefix' tells EasyDNC what character or symbol to look for. In many types of CNC this will usually be the letter 'O' as in our example/picture. For example a program received from the CNC containing the text O1234 would be recognised and saved to disk as O1234.TXT

In some cases though you may wish to save to disk using other text. For example if you entered an opening brace ( into the prefix box and a file from the CNC contained the text O1234 (MYNAME) then Remo would ignore the real program name and save the file as MYNAME.TXT instead

Save with Prefix tells EasyDNC to include/exclude the prefix character in the filename.

Extension text is appended to file requests. In our example Extension contains the text "TXT". if the CNC/Runner called for file 5555 then Remo will look in the default folder for a file called 5555.TXT

More detailed information on the following page

Back Back Next Page