Sha256: a7027057b1638d51ed3b00d38bec8e710a060de6367086f9e90563f67d794665
Contents?: true
Size: 871 Bytes
Versions: 3
Compression:
Stored size: 871 Bytes
Contents
# This is a sample setting for Plc mapper plugin # Copy this file to plc_mapper.yaml or rename. # If you want to disable this plugin, uncomment it. #disable: true # This is a sample setting for Plc mapper plugin plcs: - description: Machine A-123 # Set connection conditions between PLC protocol: mc_protocol host: 192.168.1.10 port: 5010 interval: 10 # Set address mapping. mapping: # Read from PLC to set Ladder drive. # plc: PLC address area # ld: Ladder drive area read: - plc: M1000-M1099 ld: M0 - plc: D1000-D1099 ld: D0 # Read from Ladder drive to set PLC. # plc: PLC address area # ld: Ladder drive area write: # LadderDrive address: PLC address - plc: M100-M199 ld: M1100 - plc: D100-D199 ld: D1100
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ladder_drive-0.6.8 | plugins/config/plc_mapper.yaml.example |
ladder_drive-0.6.7 | plugins/config/plc_mapper.yaml.example |
ladder_drive-0.6.6 | plugins/config/plc_mapper.yaml.example |