Skip to content

Files

Latest commit

 

History

History

automatica.driver.constants

README.md

Introduction

Build Status

Automatica.Core.Constants driver is used to provide constant values as datapoints. Some constants are real constants like. But you can also create your own constants with any value you provide and use it across the system.

  • PI
  • PI * 2
  • PI / 2

How to use

Constants can be added in the Virtual node.

Constants1

After adding the Constants node you can add pre-defined constants or define your own constant.

Constants2

After adding the Consant node you can define its value in the property grid on the left.

Constants3

Save & reload your configuration and use your defined constants. Consants values will be dispatched every 10 second.