Изменения

Перейти к навигации Перейти к поиску

HEIDENHAIN: настройка контроллера

52 байта добавлено, 00:14, 19 мая 2020
Нет описания правки
To do so switch to programming mode click [MOD]. If a dialog opens, select ‘Machine settings -> External access’ and check if soft key ‘External access’ at the bottom is set to ‘Yes’. If the soft key is not shown you can make it visible by inserting or uncommenting entry in file OEM.SYS:
<pre>
REMOTE.LOCKSOFTKEYVISIBLE = YES
</pre>
This file can be accessed from your PC with Heidenhain TNCRemo (free). After connecting to your controller type in ‘PLC:\’ into the lower Explorer Bar. Enter the key for PLC Access (default: 807667). Then open, edit and transmit file OEM.SYS back to the device.
In this case TNC.SYS contains one or more entries like:
<pre>
REMOTE.PERMISSION = PC2225;PC3547
REMOTE.TNCPASSWORD = KR1402
REMOTE.TNCPRIVATEPATH = TNC:\RK
</pre>
If there is an entry for TNCPASSWORD and none for TNCPRIVATEPATH the whole TNC drive is password protected and cannot be accessed by CNCnetPDM. Comment out all lines starting with REMOTE. or the line with TNCPASSWORD by prepending a semicolon ‘;’ to get access. If entry PERMISSION is present, you can also add the name of your PC to the list.
If you see lines like:
<pre>
PLCPASSWORD = PLC
REMOTE.PLCPASSWORDNEEDED = YES
REMOTE.PLCPASSWORDFORCED = YES
</pre>
Comment out PLCPASSWORD by prepending a semicolon ‘;’ and set
<pre>
REMOTE.PLCPASSWORDNEEDED = NO
REMOTE.PLCPASSWORDFORCED = NO
</pre>
Save the file, transfer it back to the controller and restart it for the changes to take effect.

Навигация