
5.CIMPLICITY VIEWER SETTING B-75074EN/04
- 212 -
Exclusive control on NC program operation
You can also operate the NC Program Management screen on the
viewer PC, but the NC programs are stored on the server PC. Note that
on the viewer PC, you operate an NC program shared on the network
using the NC Program Management screen.
The NC Program Management screen has a function for editing an NC
program using the selected editor. At the installation of i CELL,
Windows Notepad is selected as the editor. Because this editor has no
exclusive control function, however, on the viewer PC, you can edit or
delete an NC program edited, downloaded, or uploaded on the server
PC.
Change Notepad to an editor with an exclusive control function.
Note on preparation on Windows 2000 and Windows XP
If the NC program root directory is not in the i CELL installation
directory or is in a drive other than that contains the i CELL installation
directory, you need to add the right to access the entities in the NC
program root directory.
Add the access right using the following procedure:
<1> Select [Start] → [Programs] → [Accessories] → [Command
Prompt] to display the command prompt.
<2> Move to the NC program root directory.
Example) When the NC program root directory is "D:\NcData",
enter "cd /d D:\NcData".
<3> Execute the following command:
cacls nc-program-root-directory /t /e /g everyone:f
Example) "cacls D:\NcData /t /e /g everyone:f" when the NC
program root directory is "D:\NcData"