Disable MAXv board if WDT CTR is nonzero; don't clear CTR.

If STAT=STATE, display yellow border around readbacks.
This commit is contained in:
Ron Sluiter
2010-06-09 18:46:38 +00:00
parent 883160c4f8
commit b77cdf6cdd
+53 -1
View File
@@ -246,8 +246,10 @@ rectangle {
width=2
}
"dynamic attribute" {
vis="if not zero"
vis="calc"
calc="A!=0||B==7"
chan="$(P)$(M).SET"
chanB="$(P)$(M).STAT"
}
}
rectangle {
@@ -787,6 +789,56 @@ composite {
}
}
}
composite {
object {
x=305
y=22
width=60
height=26
}
"composite name"=""
vis="static"
chan="$(P)$(M).LVIO"
children {
text {
object {
x=300
y=35
width=60
height=13
}
"basic attribute" {
clr=30
fill="outline"
}
"dynamic attribute" {
vis="calc"
calc="A==7"
chan="$(P)$(M).STAT"
}
textix="Error"
}
text {
object {
x=300
y=22
width=60
height=13
}
"basic attribute" {
clr=30
fill="outline"
}
"dynamic attribute" {
vis="calc"
calc="A==7"
chan="$(P)$(M).STAT"
}
textix="Controller"
}
}
}
"text update" {
object {
x=0