* Implemented support for diabling theshold channel * Separate proton current simulation db. * Separate startup snippet with support for simulation mode. * Short readme entry
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
# This is database that provides a simulated proton current
|
|
# for testing purposes.
|
|
#
|
|
record(calc, "$(INSTR)$(NAME):SIM_PROTON_CURR") {
|
|
field(SCAN, ".1 second")
|
|
field(CALC, "1500 + 101 * SIN(A)")
|
|
field(INPA, "$(INSTR)$(NAME):PROTON_CURR_VAR PP")
|
|
}
|
|
|
|
record(calc, "$(INSTR)$(NAME):PROTON_CURR_VAR") {
|
|
field(CALC, "VAL + 0.001")
|
|
}
|