13 lines
472 B
Plaintext
13 lines
472 B
Plaintext
# Data source: plugin.can.dev3.sdo.analogValues4
|
|
record(waveform,"$(P)CAN${CH_ID}-${suffix=}"){
|
|
info(asyn:READBACK,"1")
|
|
field(DESC, "SDO Data")
|
|
field(PINI, "1")
|
|
field(DTYP, "${DTYP=asynInt8ArrayIn}")
|
|
field(INP, "@asyn(${PORT},$(ADDR=0),$(TIMEOUT=1000))T_SMP_MS=$(T_SMP_MS=1000)/TYPE=${DTYP=asynInt8ArrayIn}/plugin.can.dev${DEV_ID}.sdo.${source=value}?")
|
|
field(FTVL, "${FTVL=CHAR}")
|
|
field(NELM, "${NELM=1024}")
|
|
field(SCAN, "I/O Intr")
|
|
field(TSE, "0")
|
|
}
|