process records when selection index is written, selection mechanism changes, or value is written to choice values
This commit is contained in:
@@ -24,9 +24,11 @@ recordtype(sel) {
|
||||
prompt("Select Mechanism")
|
||||
promptgroup(GUI_INPUTS)
|
||||
menu(selSELM)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(SELN,DBF_USHORT) {
|
||||
prompt("Index value")
|
||||
pp(TRUE)
|
||||
}
|
||||
field(PREC,DBF_SHORT) {
|
||||
prompt("Display Precision")
|
||||
|
||||
@@ -24,11 +24,13 @@ recordtype(seq) {
|
||||
promptgroup(GUI_INPUTS)
|
||||
interest(1)
|
||||
menu(seqSELM)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(SELN,DBF_USHORT) {
|
||||
prompt("Link Selection")
|
||||
interest(1)
|
||||
initial("1")
|
||||
pp(TRUE)
|
||||
}
|
||||
field(SELL,DBF_INLINK) {
|
||||
prompt("Link Selection Loc")
|
||||
@@ -53,6 +55,7 @@ recordtype(seq) {
|
||||
field(DO1,DBF_DOUBLE) {
|
||||
prompt("Constant input 1")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNK1,DBF_OUTLINK) {
|
||||
prompt("Output Link 1")
|
||||
@@ -72,6 +75,7 @@ recordtype(seq) {
|
||||
field(DO2,DBF_DOUBLE) {
|
||||
prompt("Constant input 2")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNK2,DBF_OUTLINK) {
|
||||
prompt("Output Link 2")
|
||||
@@ -91,6 +95,7 @@ recordtype(seq) {
|
||||
field(DO3,DBF_DOUBLE) {
|
||||
prompt("Constant input 3")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNK3,DBF_OUTLINK) {
|
||||
prompt("Output Link 3")
|
||||
@@ -110,6 +115,7 @@ recordtype(seq) {
|
||||
field(DO4,DBF_DOUBLE) {
|
||||
prompt("Constant input 4")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNK4,DBF_OUTLINK) {
|
||||
prompt("Output Link 4")
|
||||
@@ -129,6 +135,7 @@ recordtype(seq) {
|
||||
field(DO5,DBF_DOUBLE) {
|
||||
prompt("Constant input 5")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNK5,DBF_OUTLINK) {
|
||||
prompt("Output Link 5")
|
||||
@@ -148,6 +155,7 @@ recordtype(seq) {
|
||||
field(DO6,DBF_DOUBLE) {
|
||||
prompt("Constant input 6")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNK6,DBF_OUTLINK) {
|
||||
prompt("Output Link 6")
|
||||
@@ -167,6 +175,7 @@ recordtype(seq) {
|
||||
field(DO7,DBF_DOUBLE) {
|
||||
prompt("Constant input 7")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNK7,DBF_OUTLINK) {
|
||||
prompt("Output Link 7")
|
||||
@@ -186,6 +195,7 @@ recordtype(seq) {
|
||||
field(DO8,DBF_DOUBLE) {
|
||||
prompt("Constant input 8")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNK8,DBF_OUTLINK) {
|
||||
prompt("Output Link 8")
|
||||
@@ -205,6 +215,7 @@ recordtype(seq) {
|
||||
field(DO9,DBF_DOUBLE) {
|
||||
prompt("Constant input 9")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNK9,DBF_OUTLINK) {
|
||||
prompt("Output Link 9")
|
||||
@@ -224,6 +235,7 @@ recordtype(seq) {
|
||||
field(DOA,DBF_DOUBLE) {
|
||||
prompt("Constant input 10")
|
||||
interest(1)
|
||||
pp(TRUE)
|
||||
}
|
||||
field(LNKA,DBF_OUTLINK) {
|
||||
prompt("Output Link 10")
|
||||
|
||||
Reference in New Issue
Block a user