Do-more Technical Training

Slides:



Advertisements
Similar presentations
TCP-IP Primer David Cozens. Targets Have a basic understanding of Ethernet network technology Be aware of how this technology is applied on the 5000 series.
Advertisements

Internet Control Protocols Savera Tanwir. Internet Control Protocols ICMP ARP RARP DHCP.
DHCP Dynamic Host Configuration Part 7 NVCC Professional Development TCP/IP.
Diagnostics. Module Objectives By the end of this module participants will be able to: Use diagnostic commands to troubleshoot and monitor performance.
Host Configuration: BOOTP and DHCP
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How IP Address Protocols Work INTRO v2.0—4-1.
SNTP Simple Network Time Protocol. Simple Network Time Protocol (SNTP) Get accurate date and time from SNTP server –i.e Make Standard Time.
Network Security1 – Chapter 5 – Secure LAN Switching Layer 2 security –Port security –IP permit lists –Protocol filtering –Controlling LAN floods (using.
Learningcomputer.com SQL Server 2008 Configuration Manager.
Internet Ethernet Token Ring Video High Speed Router Host A: Client browser: REQUEST:http//mango.ee.nogradesu.edu/c461.
Cisco Discovery Protocol. CDP and Router Boot Up When a Cisco device boots up, CDP starts up automatically and allows the device to detect neighbor devices.
TCP/IP Protocol Suite 1 Chapter 16 Upon completion you will be able to: Host Configuration: BOOTP and DHCP Know the types of information required by a.
DHCP Meha Modi. “Dynamic Host Configuration Protocol” Automatically assigns IP addresses to devices (I.e. hosts) on your network. -Prevents to enter data.
Verify that timestamps for debugging and logging messages has been enabled. Verify the severity level of events that are being captured. Verify that the.
TCP/IP (Transmission Control Protocol / Internet Protocol)
GPRS functionality overview in Horner OCS. GPRS functionality – Peer to Peer communication over GPRS – CSCAPE connectivity over GPRS – Data exchange using.
Copyright © 2012 Kendall Electric, Inc. All rights reserved.
Allocating IP Addressing by Using Dynamic Host Configuration Protocol.
Chapter 38 Initialization & Configuration. Bootstrapping occurs during boot up to obtain boot program which may then load operating system may use network.
Do-more Technical Training The Do-more Way. Do-more Architecture Hardware or System Resource Device MemoryInstruction Server Do-more PLCs are “device-centric”
Do-more Technical Training Communications (Modbus TCP)
Do-more Technical Training System Configuration (CPU Configuration)
g Silly Switching Hiding Behind a Mask Unreliable Exchange Port Wine.
Ethernet Utilities & Software
Do-more Technical Training
Do-more Technical Training
Do-more Technical Training
Instructor Materials Chapter 8: DHCP
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Do-more Technical Training
Do-more Technical Training
Do-more Technical Training
Do-more Technical Training
Do-more Technical Training
Chapter 2: Network Topologies & Network Devices
Do-more Technical Training
Do-more Technical Training
Do-more Technical Training
Do-more Technical Training
Chapter 2 Overview of Networking Components
Pass Your Cisco Exam with 100% Passing Guarantee by Exams4sure
CCNA Routing and Switching Routing and Switching Essentials v6.0
Do-more Technical Training
Do-more Technical Training
Host Configuration: BOOTP and DHCP
– Chapter 5 – Secure LAN Switching
Chapter 10: DHCP Routing & Switching Chapter 10: DHCP
Chapter 10: Device Discovery, Management, and Maintenance
CCNA Routing and Switching Routing and Switching Essentials v6.0
BOOTP and DHCP Objectives
Network Components.
Net 431 D: ADVANCED COMPUTER NETWORKS
What’s New in Fireware v12.0.2
Internet Control Message Protocol (ICMP)
Do-more Technical Training
Internet Control Message Protocol (ICMP)
Host Configuration: DHCP
Topic 5: Communication and the Internet
Host Configuration: BOOTP and DHCP
Chapter 10: Device Discovery, Management, and Maintenance
Internet Control Message Protocol (ICMP)
Do-more Technical Training
Do-more Technical Training
Chapter 5: Switch Configuration
Setting Up Firewall using Netfilter and Iptables
Do-more Technical Training
Network Hardware and Protocols
Message Queuing Telemetry Transport (Internet of Things)
Do-more Technical Training
Network Addressing.
Presentation transcript:

Do-more Technical Training Communication (Time Sync)

Communication (Time Sync) CPU Configuration TimeSync Configuration Launchpad: nothing new here Project Browser: Buttons Control Logic Filter – Display filter New Code Block – Create new code blocks Execution Order – Change execution order of blocks Status – Shows which blocks are enabled to run Sort Code Blocks – Change display order Sort Memory – Change display order Control Logic Configuration Tools Debug View NOTE: Message Dump – enables dump to Do-more Logger, $EnableMsgDump (ST36) Data View PID Overview

Communication (Time Sync) TimeSync Configuration Automatic time sync network 1 server 1 or more alternate server(s) 1 or more client(s) TCP/IP broadcast (network domain) Disabled: default Client: Listens for server’s time-sync packet If heard  $TimeSynced (ST23) = ON Sets real-time clock Keeps listening (times down from Update Interval) If Update Interval times out  $TimeSynced (ST23) = OFF Server: transmits 3 time-sync packets (5 second intervals) every Update Interval) Alternate: Normally a Client If Update Interval times out + 15 seconds  Becomes the new Server Update Interval: 0 – 32,767 minutes (22 days) Launchpad: nothing new here Project Browser: Buttons Control Logic Filter – Display filter New Code Block – Create new code blocks Execution Order – Change execution order of blocks Status – Shows which blocks are enabled to run Sort Code Blocks – Change display order Sort Memory – Change display order Control Logic Configuration Tools Debug View NOTE: Message Dump – enables dump to Do-more Logger, $EnableMsgDump (ST36) Data View PID Overview

Onboard Clock Automatic Setting: NETTIME “SNTP Client” instruction Retrieves date/time from an SNTP (Simple Network Time Protocol) Server & stored in $UTC (DST21) Parameters: Device – onboard Ethernet port SNTP Server IP Address Fixed IP Address – IP address of SNTP Server Variable IP Address – (32-bit word) variable IP address of SNTP Server commonly obtained by DNSLOOKUP “Name to IP Address” instruction UDP Port Number – SNTP Protocol default is 123 Network Timeout – 1 to 65.535 seconds On Success, On Error – Action to take Instruction is leading-edge triggered NOTE: NTP protocol is not supported * Program NETTIME using Richard’s SNTP server IP address (10.1.1.8)

Communication (Time Sync) Update Interval timesout (60 seconds) Server TimeSync Broadcast Client 1 Client 2 1 Server Repeats 2 more times at 5-sec intervals 15-Feb-2016 2:01:23 PM $TimeSynced = ON 15-Feb-2016 2:02:38 PM $TimeSynced = OFF 15-Feb-2016 2:02:38 PM $TimeSynced = ON 15-Feb-2016 2:01:01 PM $TimeSynced = OFF 15-Feb-2016 2:02:23 PM $TimeSynced = OFF 15-Feb-2016 2:02:23 PM $TimeSynced = OFF 15-Feb-2016 2:02:38 PM $TimeSynced = ON 15-Feb-2016 2:02:38 PM $TimeSynced = OFF 15-Feb-2016 2:01:23 PM $TimeSynced = ON 15-Feb-2016 2:01:15 PM $TimeSynced = OFF 15-Feb-2016 2:01:23 PM Repeats 2 more times at 5-sec intervals Update Interval timesout (60 seconds) Server drops offline for some reason Update Interval timesout (60 seconds) Alt 15 seconds more pass Client 3 1 Alternate Server Update Time Launchpad: nothing new here Project Browser: Buttons Control Logic Filter – Display filter New Code Block – Create new code blocks Execution Order – Change execution order of blocks Status – Shows which blocks are enabled to run Sort Code Blocks – Change display order Sort Memory – Change display order Control Logic Configuration Tools Debug View NOTE: Message Dump – enables dump to Do-more Logger, $EnableMsgDump (ST36) Data View PID Overview TimeSync Broadcast 15-Feb-2016 2:02:38 PM $TimeSynced = ON 15-Feb-2016 2:02:38 PM $TimeSynced = OFF 15-Feb-2016 2:01:23 PM $TimeSynced = ON 15-Feb-2016 2:02:23 PM $TimeSynced = OFF 15-Feb-2016 2:01:20 PM $TimeSynced = OFF 15-Feb-2016 2:01:23 PM $TimeSynced = ON 15-Feb-2016 2:02:38 PM $TimeSynced = OFF 15-Feb-2016 2:01:21 PM $TimeSynced = OFF 15-Feb-2016 2:02:23 PM $TimeSynced = OFF Update Interval timesout (60 seconds) Update Time 15-Feb-2016 2:02:38 PM