Remote Network Connections Creation for the Operator Logon
The Operator logon on the Agilent 5DX Series II System is limited, in that it does not allow the Operator to make network connections that are required for sending images and res files to the PLR workstation. This document outlines a solution to this problem.
The information that follows pertains to 5DX software releases 5.X, 6.X, 7.X, 8.X
Symptom:
The Operator logon on the Agilent 5DX Series II System is limited, in that it does not allow the Operator to make network connections that are required for sending images and res files to the PLR workstation.
Solution:
The Net Use command may be added to the AUTOEXEC.BAT file found in the C:\ directory.
1. Select Start from the taskbar.
2. Select Programs.
3. Click on Command Prompt.
4. Type vs. autoexec.bat and press Enter.
5. Add the following line(s) to the file.
NET USE G: \\TDW12_119\5DX /USER:TESTDEV /PERSISTENT:YES
NET USE H: \\MLW01_162\C_ROOT /USER:TESTDEV /PERSISTENT:YES
TDW12_119\5DX represents the computer name TDW12_119 and the directory that it is connecting to is the 5DX directory. MLW01_162\C_ROOT represents the computer name MLW01_162 and the directory that it is connecting to is the C_ROOT directory.
