Sha256: e6dd6c44ea0e335b65a9953f95b23416a9000f134fc001b8f3179433a2141eab

Contents?: true

Size: 616 Bytes

Versions: 3

Compression:

Stored size: 616 Bytes

Contents

# Run rake with target like this.
#   > rake target=iq-r

# plc section
plc:
  iq-r:                     # It's a target name
    cpu: iq-r               # It's just a comment.
    protocol: mc_protocol   # It's a protocol to communicate with PLC.
    host: 192.168.0.10      # It's PLC's IP address or dns name.
    port: 5007              # It's PLC's port no.

  # You can describe targets multiply.
  #
  # plc2:
  #   cpu: kv-5000
  #   protocl: kv_protocol
  #   ...

# default section
default:
  # If you set target iq-r, `rake` is same as `rake target=iq-r`.
  # default target is emulator.
  # target: iq-r

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
escalator-0.2.4 template/escalator/config/plc.yml
escalator-0.2.3 template/escalator/config/plc.yml
escalator-0.2.2 template/escalator/config/plc.yml