[AGIPValve_3pos] Dosing valve (developer guide)


Classname/ID Comment
ID 0015c3bc-1c92-46ab-8efc-7b7a209b5dc5
ACIdentifier AGIPValve_3pos
ACUrlComponent Database\ACProject(Variolibrary)\ACClass(AGIPValve_3pos)
Is abstract
Is abstract
Namespace
ACUrlComponent Dosing valve
Comment

Classname/ID Comment
AGIPValve_3pos
PAEActValve_3pos Dosing-Valve Rough/Fine Dosierventil Grob/Fein
PAEActuator1way_3pos One-Way-Actuator with 3 Positions (Closed, Mid, Open) Ein-Wege-Stellglied mit drei Stellungen (Dosierschieber)
PAEActuatorBase Base-Class for Actuators (Valves, Flaps, Slider...) Basisklasse für Stellglieder (Ventile, Klappen, Schieber...)
PAEControlModuleBase Baseclass for controllable modules/elements/components Basisklasse für steuerbare Bauteile/Elemente
PAModule Baseclass for simple Equipments (basic parts) Basisklasse für einfache Geräte (elemetare Bauteile)
PAClassPhysicalBase Baseclass for modules/elements/components which exists in the real word (physical) Basisklasse für Bauteile/Elemente die reel bzw. physisch existieren
PAClassAlarmingBase Baseclass for ACComponents, which has an alarming behaviour Basisklasse für ACComponents, die Alarme melden
ACComponent Baseclass for all Components
IACComponent Interface for ACComponent
IACObjectWithInit Interface for implementing simple objects with the life-cycle phases of iPlus
IACObject Base interface for classes that are registered (or known) in the iPlus-Type-System. They appear in the iPlus-Development-Environment in the Variolibrary-Project or Variobatch-Project. Instances of IACObject have a unique address (ACUrl) in Application-Trees and can be accessed by ACUrlCommand. Therefore every implmentation of IACObject should implement ACUrlCommand to be accessible. IACObject's also can have Designs to be able to be presented on the GUI.
IACObjectBase This is the ultimate base interface for implementing classes in the iPlus-Framework. It's comparable to the .net-Type System.Object. This interface helps to present objects on a GUI with its description and to indentify them inside a generic list through its uniqe indentifer (ACIdentifier)
IACMember Abstract interface for implementing classes which can be listed in the ACMemberList of a ACComponent. Members can be Properties, Points and other ACComponent-Instances (childs)
INotifyPropertyChanged
IACInteractiveObject Interface for classes that are used for the UI-Interaction. Primarily this interface implements WPF-Controls and IACComponents. WPF-Controls are bound to values from IACObjects or IACComponents which can be accessed through the ContextACObject-Property (Is the DataContext-Property of WPF-Frameworkelements). To bind values use the VBContent-Property instead of using a WPF-Binding on a classic way. Pass a ACUrl to the VBContent-Property in XAML and the WPF-Control that implement this interface automatically finds the proper Source and Path for it by calling the IACObject.ACUrlBinding()-Method. IACInteractiveObject's can also be used for Drag-And-Drop-Actions and Context-Menu-Operations. Whenever such a relevant interaction-event occured this information is delegated from the "Source-IACInteractiveObject" to the "Receiver-IACInteractiveObject" by invoking the ACAction-Method. e.g. When a user interacts with a WPF-Control this Action is delegated to the bound IACComponent (ContextACObject-Property).