Technical data
A-B SuperBridge Technical Reference
37
A-B FILE COPY DIAGNOSTIC SCREEN
1 A-B File Copy Diagnostics
2
3 ErrCall:
4 ErrMsg: DTL_I_SUCCESS, Operation Successful
5 Events 1|Wtrs 922|LastState 66|LastError 0|Status 18
6 ExitFlag 0|WMask 00000002|RMask 00000000|MaskBits 0|
7
8 Seg SrcAddr DesAddr El DType Access St Proc IoS Attempt Rejects LastBad Time
9 0 N12:0 N12:0 40 WORD MODIFY 60 PLC5 0 8 0 0 60
10 1 N13:0 N13:0 35 WORD READ 60 PLC5 0 38 0 0 60
11 2 F14:0 F14:0 40 FLOAT MODIFY 60 PLC5 0 34 0 0 60
12 3 F15:0 F15:0 15 FLOAT READ 60 PLC5 0 38 0 0 50
13 4 N12:16 N12:0 24 WORD MODIFY 1 SLC500 0 5 0 0 0
14 5 F14:16 F14:0 24 RAW MODIFY 1 SLC500 0 32 0 0 60
15
16
17
18
19
20
21
22
23
24 F1 F2 F3 F4 F5 F10
25 Home Screen A-B Msgs MC Diags Next Page Prev Page Exit
This screen shows status for some central A-B communication registers and for each segment
defined for A-B file copy. See SB Configuration for File Copy (page 12) The ErrCall field in line 3
gives a textual representation of the last error encountered while attempting to communicate over
the DH+ network. Parameters in the segment list are:
Parameter Explanation
Seg Segment number. “N” in [SegmentN] Section (page 44)
SrcAddr A-B data file source address. The first element in the SB PLC-5 file involved in file
copy. See SourceAddress (page 44). This address must be an element of N12,
N13, F14 or F15.
DesAddr A-B data file destination address. The first element in the target PLC-5 file involved
in file copy. The file type (N or F) must match the file type in “SrcAddr” above. See
DestAddress (page 44)
El Number of elements in the segment. Must be less than 100 for an N file and less
than 50 for an F file. See Elements (page 45)
DType Data type for the file transfer. DataTypes (page 45). Note that for floating point files
copied to or from a SLC-500/04, the Data Type must be “RAW”.
Access See Access (page 45) must be “MODIFY”, for copy to the PLC, or “READ” for copy
from the PLC.
St Station number for the target PLC, octal representation. See
Station (page 45)
Proc Processor type for the target PLC. Legal values are PLC5 or SLC500. See
Processor (page 45)
IoS Current I/O Status for the copy transaction. Should be either 1, indication transfer
in progress, or 0, indicating success. Other values indicate error conditions. The
ErrCall field in line 3 gives more information of the nature of the error.
Attempt How many file transfer attempts that has been made since SB was started.