11 lines
477 B
Plaintext
11 lines
477 B
Plaintext
# If this PV is set to 1 (default), the position limits are read out from the
|
|
# controller. Otherwise, the limits given in the substitution file (DHLM and
|
|
# DLLM) are used.
|
|
# This record is coupled to the parameter library via limFromHardware -> LIM_FROM_HARDWARE.
|
|
record(longout, "$(INSTR)$(M):LimFromHardware") {
|
|
field(DTYP, "asynInt32")
|
|
field(OUT, "@asyn($(CONTROLLER),$(AXIS),1) LIM_FROM_HARDWARE")
|
|
field(PINI, "YES")
|
|
field(VAL, "$(LIMFROMHARDWARE=1)")
|
|
}
|