From 65160649e00ec04cf6d211fe34f64328a31a23ec Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Tue, 6 Feb 2018 21:38:43 -0600 Subject: [PATCH] Adds task 2 and 3 --- docs/index.md | 4 ++-- docs/tasks/new-hire-task2.md | 17 +++++++++++++++++ docs/tasks/new-hire-task3.md | 18 ++++++++++++++++++ 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 docs/tasks/new-hire-task2.md create mode 100644 docs/tasks/new-hire-task3.md diff --git a/docs/index.md b/docs/index.md index 79a4f68..790bd07 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,8 +24,8 @@ ## Tasks to Complete 1. [Set IP Address via RSLinx](tasks/new-hire-task1.html) -2. Enable VNC Server on Panelview 800 HMI -3. Set HMI IP Address on a Panelview Plus 6/7 HMI +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) 4. Enable VNC Server on Panelview Plus 6/7 HMI 5. Flash the firmware for a device via CompactFlash and RSLinx 6. Download a Connected Components Workbench drive file to a VFD diff --git a/docs/tasks/new-hire-task2.md b/docs/tasks/new-hire-task2.md new file mode 100644 index 0000000..5c64b81 --- /dev/null +++ b/docs/tasks/new-hire-task2.md @@ -0,0 +1,17 @@ +# Task 2 - Enable VNC Server on Panelview 800 + +## Equipment Needed + +- Panelview 800 +- Ethernet Cable + + +## Procedure + +1. If an appliation is currently running, exit and stop the running application. +2. From the main menu of the Panelview, open "Communication". +3. On the Communication Menu, select VNC settings. +4. Select "Enable" for Server Enable/Disable. +5. Select either "View-Only" or "Control". +6. Set associated passwords by selecting "Reset Password". +7. Verify the VNC server is configured correctly using VNC Viewer. diff --git a/docs/tasks/new-hire-task3.md b/docs/tasks/new-hire-task3.md new file mode 100644 index 0000000..4425ab7 --- /dev/null +++ b/docs/tasks/new-hire-task3.md @@ -0,0 +1,18 @@ +# Task 3 - Set IP Address 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".