Sha256: e6849551b4687b2f844d39e7d56097fb5bffa762477330a1d80a7da1b7eb70b6

Contents?: true

Size: 728 Bytes

Versions: 4

Compression:

Stored size: 728 Bytes

Contents

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

# plc section
plc:
  # MITSUBISHI iQ-R
  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. If it's not descript here, use default port.

  # You can describe targets multiply.

  # Keyence KV-5000
  kv5000:
    cpu: kv-5000
    protocol: kv_protocol
    host: 192.168.0.11
    # port: 8501


# 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

4 entries across 4 versions & 1 rubygems

Version Path
ladder_drive-0.4.1 template/escalator/config/plc.yml
ladder_drive-0.4.0 template/escalator/config/plc.yml
ladder_drive-0.3.1 template/escalator/config/plc.yml
ladder_drive-0.3.0 template/escalator/config/plc.yml