# # DNPSNET.CFG # # This section is used to define the module name for the Module. # [Backplane Configuration] Module Name : PTQ-DNPSNET COMMUNICATION MODULE Failure Flag Count : 0 #Determines if BP failure will cause protocol to be #disabled (0=Ignore, >0 = failure count to disable) Error Offset : 8000 #Location of where to write status data (-1=disable) Initialize Output Data : N #N=No, Y=Yes read output values from controller # This section is used to define the configuration for the Module. # port. This port will receive requests from a remote DNP master unit. # [DNP ENET Slave] Internal Slave ID : 2 #0-65534 slave identification code for this unit Use IP List : Y #Use IP list to validate connection (N=No, Y=Yes) # DNP database definition Binary Inputs : 2 #0-2000 word count to hold BI data Analog Inputs : 50 #0-2000 points of analog input data Counters : 29 #0-2000 points of counter data Binary Outputs : 2 #0-2000 word count to hold BO data Analog Outputs : 40 #0-2000 points of analog output data # DNP specific parameters AI Deadband : 1000 #0-32767 analog deadband value for events Select/Operate Arm Time : 2000 #1-65535 mSec arm timeout for select/op outputs Write Time Interval : 60 #0-1440 minutes for time sync from master App Layer Confirm Tout : 2000 #1-65535 mSec App Layer confirm timeout Unsolicited Response : N #Generate Unsolicited responses (N=No,Y=Yes) Class 1 Unsol Resp Min : 10 #1-255 min number of events before send Class 2 Unsol Resp Min : 10 #1-255 min number of events before send Class 3 Unsol Resp Min : 10 #1-255 min number of events before send Unsol Resp Delay : 5000 #0-65535 mSec before events sent UResp Master Address : 5 #DNP address of master to send UResp data AI Events with time : Y #timestamp AI Event data default (N=No,Y=Yes) Time Sync Before Events : Y #timesync module before events gen (N=No,Y=Yes) # This section is used to enter the IP addresses for the hosts to connect to # this unit. The unit will only accept connections from hosts listed here, # and the list applies to the UDP and TCP servers. The list may contain up to # 10 entries between the START and END labels. Be certain the address starts # in column one and is entered in standard dotted notation. [DNP ENET IP ADDRESSES] START 192.168.0.203 END # This section is used by the PTQ module to define the data transferred between # the module and processor. # # Cmd Type --> 0=Disable # 1=Quantum to PTQ # 2=PTQ to Quantum # 3=Control data block for module # DB Address --> address of starting word in database # Point Type --> 0=0:x # 1=1:x # 3=3:x # 4=4:x # Point Address --> point address (1 based)(0x and 1x must be at start of word (i.e., 1, 17, 33, ...)) # Word Count --> number of words to transfer (1 to 130) # [Backplane Data Exchange] # Cmd DB Point Point Word # Type Address Type Address Count START 1 0 4 1 20 #move data from Quantum to PTQ 2 100 4 20 20 #move data from PTQ to Quantum 3 200 4 501 64 #command control data area END