ChangeInputBoxUnit
function ChangeInputBoxUnit(InputBox: TcHmi.Controls.Plastic.InputBox): voidDie Funktion ChangeInputBoxUnit wechselt die Einheitengruppe eines InputBox-Controls in eine Winkel-Einheitengruppe um, wenn es sich bei dem Symbol im TextVal-Property des InputBox-Controls um einen Wert aus einem FB_Axis Baustein der Tc3_PlasticBaseApplication Bibliothek handelt und die Achse eine Tranformationsachse ist.
Einheitengruppe | Winkel-Einheitengruppe |
|---|---|
Length | Angular |
Velocity | AngularVelocity |
Acceleration | AngularAcceleration |
Jerk | AngularJerk |
Diese Funktion wird standardmäßig nur von der UpdateAxesHomingUnits Funktion verwendet.
Parameter
Name | Typ | Beschreibung |
|---|---|---|
InputBox | Das Control, dessen UnitGroup verändert werden soll. |
Rückgabewert
Typ | Beschreibung |
|---|---|
void | kein Rückgabewert |
NuGet Paket: Beckhoff.TwinCAT.HMI.Plastic.Functions
Verfügbar: seit Version 12.6.0
Verwendung: TC3 Plastic Application HMI Projekte