Micromod MOD: MODCELL Application Builder Software User Manual
Page 89
Application Builder
CONFIGURATION
4. R DIAGS
type
returns the specified diagnostics. The screen displays up to
15 diagnostics of the specified type and a prompt to continue appears if
necessary. The specified types may be:
AB
Read abnormal diagnostics - Return points that are active or
unacknowledged (default if type is not specified)
ABQ
Read abnormal or quality - Return points that are active,
unacknowledged, or have bad status qualities
UAK
Read unacked - Return points that are unacknowledged
UAKQ Read unacked or quality - Return points that are unacknowledged
or have bad unacknowledged status quality
ACT
Read active - Return points that are active
ACTQ Read active or quality - Return points that are active or have bad
active status quality
SUP
Read suppressed - Return points that are suppressed
ALL
Read all points - Return all diagnostic points
5. Type commands (R
lsp type,
RS
lsp type,
W
lsp data type
and WS
lsp data
type
) are used with BYTE BEFORE data. A BYTE BEFORE attribute has a
configurable data type. For example, to write a BYTE BEFORE attribute of
an Expression Block input, the command might be: W EX1,I1 $AAFF H.
The specified types may be:
C: count
D: discrete
S: short state
L: long state
DA: date
F: floating point
M: msec time
A: ascii
H: hex
Data is the data to be written, expressed as follows:
count: 0-65535
discrete: 0-1
short state: 0-15
long state: 0-255
date: D,dd/mm/yy or M,mm/dd/yy
floating pt: Floating point number
msec time: hh:mm:ss.sss
ascii: “Text string in quotes.”
hex: Hexadecimal number (preceded by $)
6. ACK
blkocc# diag# (
acknowledge diagnostic point command) is used to
acknowledge a diagnostic point. The read diagnostic command displays
5-25