User defined classes

SUMMARY

Description of user defined classes.

CONTENTS

  1. Introduction
  2. Property Definitions
  3. Number
  4. String
  5. Time

Introduction

Property Definitions

Type: Defines the behavior of the property at runtime:

Type Behavior
Constant Cannot be modified in the runtime
Internal Value The value can be set by any application und is accepted immediately; all applications are notified (Similar to the System Object Values in VISION NT)
Target Value
(setpoint)
Is set by the visualisation only.
Actual Value Is set by the process (Server) only.
Target-Actual Value If the value is set by the visualization (e.g. SetVal-Job) it is not modified but a telegram is send to the process. If the value is set by the process then it is modified and all applications are notified. That is equivalent to the value of PVs or MPs in VISION NT.

Number

String

Time