Skip to content

Class: RemoteConnectDisconnectInfo

_Details of remote connect and disconnect function. _

__

URI: cim:RemoteConnectDisconnectInfo

 classDiagram
    class RemoteConnectDisconnectInfo
      RemoteConnectDisconnectInfo : armed_timeout

          RemoteConnectDisconnectInfo --> Seconds : armed_timeout

      RemoteConnectDisconnectInfo : customer_voltage_limit

          RemoteConnectDisconnectInfo --> Voltage : customer_voltage_limit

      RemoteConnectDisconnectInfo : energy_limit

          RemoteConnectDisconnectInfo --> RealEnergy : energy_limit

      RemoteConnectDisconnectInfo : energy_usage_start_date_time

      RemoteConnectDisconnectInfo : energy_usage_warning

          RemoteConnectDisconnectInfo --> RealEnergy : energy_usage_warning

      RemoteConnectDisconnectInfo : is_arm_connect

      RemoteConnectDisconnectInfo : is_arm_disconnect

      RemoteConnectDisconnectInfo : is_energy_limiting

      RemoteConnectDisconnectInfo : needs_power_limit_check

      RemoteConnectDisconnectInfo : needs_voltage_limit_check

      RemoteConnectDisconnectInfo : power_limit

          RemoteConnectDisconnectInfo --> ActivePower : power_limit

      RemoteConnectDisconnectInfo : use_pushbutton

Slots

Name Cardinality and Range Description Inheritance
armed_timeout 0..1
Seconds
Setting of the timeout elapsed time direct
customer_voltage_limit 0..1
Voltage
Voltage limit on customer side of RCD switch above which the connect should n... direct
energy_limit 0..1
RealEnergy
Limit of energy before disconnect direct
energy_usage_start_date_time 0..1
date
Start date and time to accumulate energy for energy usage limiting direct
energy_usage_warning 0..1
RealEnergy
Warning energy limit, used to trigger event code that energy usage is nearing... direct
is_arm_connect 0..1
Boolean
True if the RCD switch has to be armed before a connect action can be initiat... direct
is_arm_disconnect 0..1
Boolean
True if the RCD switch has to be armed before a disconnect action can be init... direct
is_energy_limiting 0..1
Boolean
True if the energy usage is limited and the customer will be disconnected if ... direct
needs_power_limit_check 0..1
Boolean
True if load limit has to be checked to issue an immediate disconnect (after ... direct
needs_voltage_limit_check 0..1
Boolean
True if voltage limit has to be checked to prevent connect if voltage is over... direct
power_limit 0..1
ActivePower
Load limit above which the connect should either not take place or should cau... direct
use_pushbutton 0..1
Boolean
True if pushbutton has to be used for connect direct

Usages

used by used in type used
ConnectDisconnectFunction rcd_info range RemoteConnectDisconnectInfo

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:RemoteConnectDisconnectInfo
native cim:RemoteConnectDisconnectInfo

LinkML Source

Direct

name: RemoteConnectDisconnectInfo
description: "Details of remote connect and disconnect function.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  armed_timeout:
    name: armed_timeout
    description: Setting of the timeout elapsed time.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.armedTimeout
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: Seconds
    required: false
  customer_voltage_limit:
    name: customer_voltage_limit
    description: Voltage limit on customer side of RCD switch above which the connect
      should not be made.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.customerVoltageLimit
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: Voltage
    required: false
  energy_limit:
    name: energy_limit
    description: Limit of energy before disconnect.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.energyLimit
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: RealEnergy
    required: false
  energy_usage_start_date_time:
    name: energy_usage_start_date_time
    description: "Start date and time to accumulate energy for energy usage limiting.\r\
      \n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.energyUsageStartDateTime
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: date
    required: false
  energy_usage_warning:
    name: energy_usage_warning
    description: Warning energy limit, used to trigger event code that energy usage
      is nearing limit.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.energyUsageWarning
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: RealEnergy
    required: false
  is_arm_connect:
    name: is_arm_connect
    description: True if the RCD switch has to be armed before a connect action can
      be initiated.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.isArmConnect
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  is_arm_disconnect:
    name: is_arm_disconnect
    description: True if the RCD switch has to be armed before a disconnect action
      can be initiated.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.isArmDisconnect
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  is_energy_limiting:
    name: is_energy_limiting
    description: True if the energy usage is limited and the customer will be disconnected
      if they go over the limit.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.isEnergyLimiting
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  needs_power_limit_check:
    name: needs_power_limit_check
    description: True if load limit has to be checked to issue an immediate disconnect
      (after a connect) if load is over the limit.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.needsPowerLimitCheck
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  needs_voltage_limit_check:
    name: needs_voltage_limit_check
    description: True if voltage limit has to be checked to prevent connect if voltage
      is over the limit.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.needsVoltageLimitCheck
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  power_limit:
    name: power_limit
    description: Load limit above which the connect should either not take place or
      should cause an immediate disconnect.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.powerLimit
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: ActivePower
    required: false
  use_pushbutton:
    name: use_pushbutton
    description: True if pushbutton has to be used for connect.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.usePushbutton
    multivalued: false
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
class_uri: cim:RemoteConnectDisconnectInfo

Induced

name: RemoteConnectDisconnectInfo
description: "Details of remote connect and disconnect function.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  armed_timeout:
    name: armed_timeout
    description: Setting of the timeout elapsed time.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.armedTimeout
    multivalued: false
    alias: armed_timeout
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: Seconds
    required: false
  customer_voltage_limit:
    name: customer_voltage_limit
    description: Voltage limit on customer side of RCD switch above which the connect
      should not be made.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.customerVoltageLimit
    multivalued: false
    alias: customer_voltage_limit
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: Voltage
    required: false
  energy_limit:
    name: energy_limit
    description: Limit of energy before disconnect.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.energyLimit
    multivalued: false
    alias: energy_limit
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: RealEnergy
    required: false
  energy_usage_start_date_time:
    name: energy_usage_start_date_time
    description: "Start date and time to accumulate energy for energy usage limiting.\r\
      \n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.energyUsageStartDateTime
    multivalued: false
    alias: energy_usage_start_date_time
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: date
    required: false
  energy_usage_warning:
    name: energy_usage_warning
    description: Warning energy limit, used to trigger event code that energy usage
      is nearing limit.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.energyUsageWarning
    multivalued: false
    alias: energy_usage_warning
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: RealEnergy
    required: false
  is_arm_connect:
    name: is_arm_connect
    description: True if the RCD switch has to be armed before a connect action can
      be initiated.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.isArmConnect
    multivalued: false
    alias: is_arm_connect
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  is_arm_disconnect:
    name: is_arm_disconnect
    description: True if the RCD switch has to be armed before a disconnect action
      can be initiated.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.isArmDisconnect
    multivalued: false
    alias: is_arm_disconnect
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  is_energy_limiting:
    name: is_energy_limiting
    description: True if the energy usage is limited and the customer will be disconnected
      if they go over the limit.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.isEnergyLimiting
    multivalued: false
    alias: is_energy_limiting
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  needs_power_limit_check:
    name: needs_power_limit_check
    description: True if load limit has to be checked to issue an immediate disconnect
      (after a connect) if load is over the limit.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.needsPowerLimitCheck
    multivalued: false
    alias: needs_power_limit_check
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  needs_voltage_limit_check:
    name: needs_voltage_limit_check
    description: True if voltage limit has to be checked to prevent connect if voltage
      is over the limit.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.needsVoltageLimitCheck
    multivalued: false
    alias: needs_voltage_limit_check
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
  power_limit:
    name: power_limit
    description: Load limit above which the connect should either not take place or
      should cause an immediate disconnect.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.powerLimit
    multivalued: false
    alias: power_limit
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: ActivePower
    required: false
  use_pushbutton:
    name: use_pushbutton
    description: True if pushbutton has to be used for connect.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:RemoteConnectDisconnectInfo.usePushbutton
    multivalued: false
    alias: use_pushbutton
    owner: RemoteConnectDisconnectInfo
    domain_of:
    - RemoteConnectDisconnectInfo
    range: boolean
    required: false
class_uri: cim:RemoteConnectDisconnectInfo