Adds task 4

This commit is contained in:
Patrick McDonagh
2018-02-06 22:01:30 -06:00
parent 65160649e0
commit b0b6980b82
3 changed files with 25 additions and 11 deletions

View File

@@ -26,7 +26,7 @@
1. [Set IP Address via RSLinx](tasks/new-hire-task1.html) 1. [Set IP Address via RSLinx](tasks/new-hire-task1.html)
2. [Enable VNC Server on Panelview 800 HMI](tasks/new-hire-task2.html) 2. [Enable VNC Server on Panelview 800 HMI](tasks/new-hire-task2.html)
3. [Set HMI IP Address on a Panelview Plus 6/7 HMI](tasks/new-hire-task3.html) 3. [Set HMI IP Address on a Panelview Plus 6/7 HMI](tasks/new-hire-task3.html)
4. Enable VNC Server on Panelview Plus 6/7 HMI 4. [Enable VNC Server on Panelview Plus 6/7 HMI](tasks/new-hire-task4.html)
5. Flash the firmware for a device via CompactFlash and RSLinx 5. Flash the firmware for a device via CompactFlash and RSLinx
6. Download a Connected Components Workbench drive file to a VFD 6. Download a Connected Components Workbench drive file to a VFD
7. Download a PLC program to a CompactLogix PLC 7. Download a PLC program to a CompactLogix PLC

View File

@@ -1,18 +1,14 @@
# Task 3 - Set IP Address on Panelview Plus 6/7 # Task 3 - Set IP Adress on Panelview Plus 6/7
## Equipment Needed ## Equipment Needed
- Panelview Plus 6/7 - Panelview Plus 6/7
- EtherNet Cable
## Procedure ## Procedure
1. If an application is running, exit the application. 1. If an application is running, exit the application.
2. From the Main Menu, press "Exit". 2. Navigate to "Terminal Settings > Networks and Communications > Network Connections > Network Adapters".
3. Enter the HMI Password and press "Enter". This should bring you to the Windows CE Desktop. 3. Select "IP Address".
4. Navigate to "Start > Settings > Control Panel" and open "Server Config". 4. Set the IP Address, Subnet Mask, and Gateway to the desired settings.
5. Configure the Security options on the VNC Server tab and hit "OK" 5. Ensure "Use DHCP" is set to "No."
6. Open "Services" from the Control Panel menu. 6. Return to the Main Menu and press "Reset" to restart the HMI.
7. Press the "VNC Server" button to ensure it is green (enabled).
8. Verify the VNC server is configured correctly using VNC Viewer.
9. Reboot the HMI by navigating to "Start > Programs > Restart System".

View File

@@ -0,0 +1,18 @@
# Task 4 - Enable VNC Server on Panelview Plus 6/7
## Equipment Needed
- Panelview Plus 6/7
- EtherNet Cable
## Procedure
1. If an application is running, exit the application.
2. From the Main Menu, press "Exit".
3. Enter the HMI Password and press "Enter". This should bring you to the Windows CE Desktop.
4. Navigate to "Start > Settings > Control Panel" and open "Server Config".
5. Configure the Security options on the VNC Server tab and hit "OK"
6. Open "Services" from the Control Panel menu.
7. Press the "VNC Server" button to ensure it is green (enabled).
8. Verify the VNC server is configured correctly using VNC Viewer.
9. Reboot the HMI by navigating to "Start > Programs > Restart System".