VOLTTRON
volttron-7-preview
  • Overview
  • Join the Community
  • Installing VOLTTRON
  • Developing VOLTTRON
  • Core Services
    • Service Agents
      • ActuatorAgent
        • Actuator Agent Communication
      • Alert Agent
      • Emailer Agent
      • Failover Agent
      • File Watch Publisher Agent
      • Platform Agent
      • Market Service Agent
      • Threshold Detection Agent
      • VOLTTRON Central Management
      • Weather Service Agent
    • Base Platform Functionality
    • VOLTTRON Historian Framework
    • VOLTTRON Driver Framework
    • VOLTTRON Message Bus
    • VOLTTRON Security
    • VOLTTRON PNNL Licensed Code
    • VOLTTRON Configuration Store
    • MultiPlatform Message Bus Communication
    • Message Bus Refactor
    • Open ADR
  • Platform Specifications
  • Applications
VOLTTRON
  • Docs »
  • Core Services »
  • Service Agents »
  • ActuatorAgent
  • Edit on GitHub

ActuatorAgent¶

This agent is used to manage write access to devices. Agents may request scheduled times, called Tasks, to interact with one or more devices.

Actuator Agent Communication¶

Scheduling and canceling a Task.

Interacting with a device via the ActuatorAgent.

AcutatorAgent responses to a schedule or cancel request.

Schedule state announcements.

What happens when a running Task is preempted.

Setup heartbeat signal for a device.

ActuatorAgent configuration.

Notes on programming agents to work with the ActuatorAgent

  • Notes on Working With the ActuatorAgent
  • ActuatorAgent Configuration
    • Sample configuration file
  • Heartbeat Signal
  • Task Preemption
    • Preemption Grace Time
  • Requesting Schedule Changes
    • Scheduling a Task
    • Canceling a Task
  • ActuatorAgent Response
    • Preemption Data
    • Failure Reasons
  • Schedule State Broadcast
  • ActuatorAgent Interaction
    • Getting values
    • Setting Values
    • Actuator Reply
    • Actuator Error Reply
Next Previous

© Copyright 2018, The VOLTTRON Community Revision 9a710073.

Built with Sphinx using a theme provided by Read the Docs.