Skip to content

Commit

Permalink
fix typo: it should be number "0"
Browse files Browse the repository at this point in the history
It refers to a mbboDirect record's B0(zero) field
  • Loading branch information
xiaoqiangwang authored Aug 25, 2023
1 parent 14f9717 commit 06b70bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Beckhoff_9XXX/ecmcEL9227-5500-chX.template
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ record(mbbiDirect,"${ECMC_P}CH${CH_ID}-Ctrl_-RB"){
record(bi,"${ECMC_P}CH${CH_ID}-RstCmd-RB"){
field(DESC, "$(HWTYPE): Reset RB")
field(PINI, "$(PINI=1)")
field(INP, "${ECMC_P}CH${CH_ID}-Ctrl_-RB.BO")
field(INP, "${ECMC_P}CH${CH_ID}-Ctrl_-RB.B0")
field(ZNAM, "Zero")
field(ONAM, "One")
field(FLNK, "${ECMC_P}CH${CH_ID}-SwtchCmd-RB.PROC")
Expand Down

0 comments on commit 06b70bb

Please sign in to comment.