E_LookupMode
Betriebsmodus der FB_CammingLookUp Klasse.
Syntax:
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_LookupMode :
(
// bad configuration
eUndefined := 0,
// obsolete ones (hidden)
eNoneEqui := 1,
eNoneEquiLinIpol,
eEquiLinIpol,
eEquiSecondOrder,
// interpolation modes
eStep := 16#10,
eLinear := 16#20,
eSecondOrder := 16#30,
// equidistant modes are not actively shown (hidden), because they're determined by the MSB = TRUE/FALSE
eStep_Equi := 16#8010, // not implemented yet
eLinear_Equi := 16#8020,
eSecondOrder_Equi := 16#8030
);
END_TYPE
Werte
Name | Zahlwert | Interpolation |
---|---|---|
eStep | 0x0010 | Keine Interpolation, abschnittsweise Definition |
eLinear | 0x0020 | Linear |
eSecondOrder | 0x0030 | Zweite Ordnung (Parabel) |
Verborgen [ | ||
eStep_Equi | 0x8010 | Reserviert – nicht implementiert bisher |
eLinear_Equi | 0x8020 | Linear (äquidistant) |
eSecondOrder_Equi | 0x8020 | Zweite Ordnung (äquidistant) |
Obsolete
Name | Zahlwert | Äquidistant | Interpolation |
---|---|---|---|
eNoneEqui | 1 | Nein | / |
eNoneEquiLinIpol | 2 | Linear | |
eEquiLinIpol | 3 | Ja | Linear |
eEquiSecondOrder | 4 | Zweite Ordnung (Parabel) |
Voraussetzungen
Entwicklungsumgebung | Zielplattform | Einzubindende SPS-Bibliotheken |
---|---|---|
TwinCAT v3.1.4024.55 | PC oder CX (x64, x86) | Tc3_PlasticFunctions (>= v12.6.1.0) |