Skip to content

Commit

Permalink
Fix white space for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Jan 22, 2024
1 parent a0a4ad5 commit db31a41
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions iocBoot/iocTest/fc17_modicon.substitutions
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# asyn record for the underlying asyn octet port
file "$(ASYN)/db/asynRecord.db" { pattern
{P, R, PORT, ADDR, IMAX, OMAX}
{P, R, PORT, ADDR, IMAX, OMAX}
{Modicon984: OctetAsyn, Modicon984, 0, 80, 80}
}

# read byte#1 out of 9 bytes from Modicon-984 response
file "../../db/longin.template" { pattern
{P, R, PORT, OFFSET, SCAN}
{Modicon984:, SlaveID_Byte1, Mod984_slaveID, 0, "I/O Intr"}
{P, R, PORT, OFFSET, SCAN}
{Modicon984:, SlaveID_Byte1, Mod984_slaveID, 0, "I/O Intr"}
}

# read byte#7 out of 9 bytes from Modicon-984 response
file "../../db/mbbiDirect.template" { pattern
{P, R, PORT, OFFSET, MASK, SCAN}
{Modicon984:, SlaveID_Byte7, Mod984_slaveID, 6, 0xFF, "I/O Intr"}
{P, R, PORT, OFFSET, MASK, SCAN}
{Modicon984:, SlaveID_Byte7, Mod984_slaveID, 6, 0xFF, "I/O Intr"}
}

0 comments on commit db31a41

Please sign in to comment.