A couple of minor changes need to be made to emc.ini in the following two sections :
; General section -------------------------------
[EMC]
; Name of NML file to use, default is emc.nml
NML_FILE = emc.nml
; section for external NML server parameters -----------------
[EMCSERVER]
; Name of NML server, e.g., emcsvr; if not found
then none will run
EMCSERVER = emcsvr
The emc.nml now needs to be set up to allow the remote client GUI to ``connect'':
P xemc emcCommand REMOTE 192.168.0.2 W 0 10.0 0 10
P xemc emcStatus REMOTE 192.168.0.2 R 0 10.0 0 10
P xemc emcError REMOTE 192.168.0.2 R 0 10.0 0 10
P xemc toolCmd REMOTE 192.168.0.2 W 0 10.0 0 10
P xemc toolSts REMOTE 192.168.0.2 R 0 10.0 0 10
All the other entries can be left as the default 'LOCAL localhost' or 'SHMEM localhost'.