background image

16 

 

Peer alltime 

To reduce network traffic during normal peer-to-peer operation, only those peer variables that 
changed are sent to the other nodes.  However, the processor periodically sends all of its peer 
variables to the other nodes.  The peer_alltime parameter specifies 

how often these “all peer 

variable” transfers occur (Valid range: 0 to 2147483647 in 10-millisecond increments – Default 
value: 6000 every 60 seconds). 

Ip route 

The IP route parameter is required if the node must respond to communications from a 
host located on another network.  If all the nodes and hosts reside on the same network, this 
parameter is not required and should be left at its default value. 
 
The format of an IP route is composed of three elements, each separated by a space as follows: 

destination mask gateway

.  The format of each of the three elements is 

nnn.nnn.nnn.nnn

, where 

nnn

 is a number from 0 to 255.  Up to five IP routes may be entered in 

this parameter, each separated from the other by a space.  There are three types of IP routes that 
may be added in this parameter: host routes, network routes, and a default route.  The routes 
specify networks (

destination 

AND 

mask

) that must be different than the one containing the RTP 

target node as specified in the 

ipaddress

 parameter.  Be careful not to enter the 

ipaddress

 into the 

ip route

 parameter 

 
The default route is the simplest means to access a host on another network.  It takes the 
form: 

0.0.0.0 0.0.0.0 gateway

, where 

gateway

 is IP address of the gateway computer, or 

router, that connects the target node’s network to the network where the host resides. 
(The destination and mask must be 0.0.0.0.) Note that only one default route is allowed in the IP 
route parameter. Example: 0.0.0.0 0.0.0.0 10.100.100.65 triplet entry in the ip route parameter to 
reach all other networks.  In this example, the gateway 10.100.100.65 is in the same network as 
the RTP target node, as specified in ipaddress parameter (e.g. 10.10.10.64).   
 
A host route defines one specific host on another network.  It takes the form: 

destination 

255.255.255.255 gateway

, where 

destination

 is the IP address of the host and 

gateway

 is the IP 

address of the gateway computer connecting the two networks. (The mask must be 
255.255.255.255.)   
 
A network route specifies a route to a subnet of hosts which is a route that will match multiple IP 
addresses.  It takes the form: 

destination mask gateway

, where 

destination

 is the IP address of the 

host, 

mask

 is a subnet mask that masks all but the intended range of addresses, and 

gateway

 is 

the IP address of the gateway computer connecting the two networks.  For example, the network 
route 192.200.100.0 255.255.255.0 

gateway

 would provide valid routes to all hosts with IP 

addresses between 192.200.100.1 and 
192.200.100.255 on the network connected by the gateway, or router, defined by gateway. 
 
The 

gateway

, or router, must have an IP address (

gateway

) that is within the same network as 

specified in the 

ipaddress

 configuration parameter. 

 

Note

: Do not change the ip_route parameter for communications in Safety Instrumented Systems.  

Safety-critical communication messages (e.g. peer-to-peer messages) should not be routed. 

Maxpgm 

The maxpgm parameter specifies the maximum amount of memory (in bytes) allocated for the 
project program.  The default value is 1,843,712 bytes (Valid range: 307,712 to 4,096,512).  In 
RTP3000M and RTP3100M, the default value is 1,048,576 bytes (Valid range: 307,712 to 
1,048,576).   You must allocate sufficient memory for the project program.  If the project program 
is too large, an error message is generated during the attempted download. 

Содержание 3000/06

Страница 1: ...Technical Manual 3000 06 Node Processor...

Страница 2: ...ectual property of RTP Corp unless otherwise indicated and are to be considered RTP Corp confidential This intellectual property is made available solely for the direct use of potential or licensed RT...

Страница 3: ..._d 14 Subnetmask 15 Scan cycle 15 Nodenum 15 Maxconn 15 Peer alltime 16 Ip route 16 Maxpgm 16 Udl mem 17 Host activity max 17 Tcp min rt timeout 17 Dsvc max points 17 Id_a id_b id_c id_d 17 redundant...

Страница 4: ...ndant with chassis card error or forced read only variable 4 Blinks Bootloader mode 6 Blinks Offline Insufficient I O communication links Off No valid program loaded If the left LED on the top is off...

Страница 5: ...nk error Node Processor Status ON Primary no errors If Power LED is ON If Power LED is OFF and NP Status LED is ON it indicates that Node is in Reset because WWDT WDT is expired or board CPU temperatu...

Страница 6: ...y approved battery of the same voltage and capacity 3V 180 mAh Two recommended replacements are Panasonic part number BR 2032 Varta part number CR 2032 WARNING If you replace the battery with an incor...

Страница 7: ...rforms a Power On Self Test POST upon cold startup or if instructed by the Node Shutdown object POST includes comprehensive memory tests and verification of the onboard peripherals Runtime diagnostics...

Страница 8: ...angerous Undetected 4 5318E 09 Don t Care 6 6874E 07 Failure Rates In Per Channel Circuitry Safe Detected 2 7041E 07 Safe Undetected 2 7314E 09 Dangerous Detected 2 5215E 07 Dangerous Undetected 2 083...

Страница 9: ...sor configurations use port B for redundant host communications Redundant node processors use port B for inter processor and I O communications as needed if redundant chassis processors are configured...

Страница 10: ...10 Figure 3 3000 T Node with Four Chassis and Host with two Ethernet networks...

Страница 11: ...J1 X J2 X J3 X J4 X A J1 X J2 X J3 X J4 X B J1 X J2 X J3 X J4 X C J1 X J2 X J3 X J4 X D J1 X J2 X J3 X J4 X Chassis Processor Main 00 15 J1 X J2 X Redundant 00R 15R J1 X J2 X MODBUS TCP IP Main 32 47...

Страница 12: ...essor card see Figure 2 in the ON position remove Ethernet cables on ports J2 J3 and J4 and turn on the Node Processor This will put the 3000 06 Node Processor into Bootloader mode which stops executi...

Страница 13: ...e correct I O Configuration from NetArrays From the Device Status window verify that the user application program is running 9 For redundant configurations reconnect the Ethernet cables and turn the p...

Страница 14: ...hese IP address parameters specify the Ethernet IP address used to communicate with the node processor card s The format of an IP address is nnn nnn nnn nnn where nnn can be any number from 0 to 255 T...

Страница 15: ...t mask is nnn nnn nnn nnn where nnn can be any number from 0 to 255 Default value is 255 0 0 0 which is suitable for an internal or private network Scan cycle If the configuration file is deleted the...

Страница 16: ...parameter Example 0 0 0 0 0 0 0 0 10 100 100 65 triplet entry in the ip route parameter to reach all other networks In this example the gateway 10 100 100 65 is in the same network as the RTP target n...

Страница 17: ...ting is 300 interrupts per scan cycle and is based on 25 ms scan cycle setting This parameter is scaled automatically with the scan cycle setting for example If the scan cycle is at 10 milliseconds th...

Страница 18: ...set DIP SW2 1 on one Node Processor card see Figure 2 in the ON position remove Ethernet cables on ports J2 J3 and J4 and turn on the Node Processor This will put the 3000 06 Node Processor into Bootl...

Страница 19: ...uration You must configure the correct Node to match the correct redundancy of the Node Processors To do so you can 1 Use the File New menu item and select the matching hardware configuration 2 Open t...

Страница 20: ...al 12 3000T 00 4 1 3 1 Single 15 3000T 00 4D 1 3 1 Dual 11 3000T 00 5 3 1 1 Single 17 3000T 00 5D 3 1 1 Dual 13 3000T 00 9 1 3 2 Single 14 3000T 00 9D 1 3 2 Dual 10 3000T 00 10 3 1 2 Single 16 3000T 0...

Страница 21: ...r of Chassis Number of Node Processors in Each Chassis Number of Chassis Processors in Each Chassis Chassis Power Supply Type Number of Available Slots for I O Cards in Each Chassis 3100S 00 1 1 1 1 S...

Страница 22: ...ors in Each Chassis Number of Chassis Processors in Each Chassis Chassis Power Supply Type Number of Available Slots for I O Cards in Each Chassis Rack 5 1 0 1 Single 5 Rack 13D 1 0 2 Dual 13 Rack 14D...

Страница 23: ...nd 3000Q SIS Primary This Bool variable will indicate if the selected Node Processor is the primary Node Processor for host and peer to peer communications If this variable is True it indicates that t...

Страница 24: ...indicates the time for one scan cycle in 100 microsecond units If the scan cycle is configured for 25 milliseconds then the value of this variable should indicate 250 The Node Processor includes a Wi...

Страница 25: ...CPU Temp This integer variable will hold the measurement of the Node Processor CPU Temperature A rise in temperature could indicate a fan failure a temperature of 90 C or more indicates a critical er...

Страница 26: ...e Address IP address assigned for the device Device Version Software revision of the 3000 06 Node Processor firmware Primary Indicates which Node Processor is the primary A B C or D Secondary Online o...

Страница 27: ...oaded Halted Invalid I O Update checkbox If this box is checked the Engine Status display is continuously updated with status information from the selected device If un checked communications cease an...

Страница 28: ...re equipment cabinet rack that provides EMC shielding Compliance testing was performed in a shielded equipment rack provided by Hoffman Concept Wall Mounted Enclosure model number CSD242420 To assure...

Страница 29: ...n accordance with the following guidelines Inventory all items and inspect all components for damage Verify that all fasteners are properly tightened and that the chassis I O module retaining bar is p...

Страница 30: ...thernet Line Surge Immunity 2 kV IEC 61000 4 5 Ethernet Line Conducted RF Immunity 150 kHz to 80 MHz at 10 V IEC 61000 4 6 Pulsed Magnetic Field 300 A m IEC 61000 4 9 Modules can be ordered with optio...

Страница 31: ...in creating a hazard SERVICE PERSONNEL are assumed reasonably careful in dealing with obvious hazards CE Conformit Europ enne EMC Electro Magnetic Compatibility EMI Electro Magnetic Interference EC Eu...

Отзывы: