
Writing Technician Interface Scripts
A-20 117382-A Rev. A
printf “%-4.4s %-4.4s %-8.8s %-10.10s %-10.10s %-10.10s %-10.10s \
%-10.10s\n” “----” “----” “--------” “----------” \
“----------” “----------” “----------” “----------”
let i = 0
:FI_SyLOOP:
mi/jointfilesconvert/97390/bget -n wfFddiEntry attr $nextid value nextid
if “$nextid” = “END” then; let i = $i + 1; goto :FOOTER_AND_END:
let cctnum = ${value[$Cct]}
gosub :GETCCTNAME:
if “$matchcct” = “” then ; goto :FI_PRNTSE:
if -ic “$matchcct” != “$cctname” then ; goto :FI_SYS_NXT:
let match_entries = $match_entries + 1
:FI_PRNTSE:
let parity = ${value[$ParityErrRx]}
let parity = $parity + ${value[$ParityErrTx]}
let ring = ${value[$RingErrRx]}
let ring = $ring + ${value[$RingErrTx]}
let ring = $ring + ${value[$SmtRingErrRx]}
printf “%4d %4d %-8.8s ” ${value[$Slot]} ${value[$Node]} “$cctname”
printf “%10u %10u %10u %10u %10u ” $parity $ring \
${value[$PortOpErr]} ${value[$InternOpErr]} \
${value[$HostErr]}
echo
cutenv -c9-15 name2 “$cctname”
if ${name2[0]} = 1 then; \
printf “%4s %4s *%-7.7s\n” “” “” “${name2[1]}”
:FI_SYS_NXT:
let i = $i + 1
goto :FI_SyLOOP:
################################################################
#
# SMT screen...
#
################################################################
:FI_SMT:
let i = 1
#
Commenti su questo manuale