E_TcMcValveType

The constants in this list are used to mark rules for automatically identifying characteristic curves of an axis.

Syntax

E_TcMcValveType 1:

Observe the order

The existing order must not be changed.
New types must be inserted at the end.
If a type is removed, it must be replaced by a dummy
to guarantee the correct numerical assignment.

TYPE E_TcMcValveType :
(
iTcMc_ValveTypeDefault,
iTcMc_ValveTypeAbrupt,
iTcMc_ValveTypeDecomp,
iTcMc_ValveTypeLinearP,
iTcMc_ValveTypeLinearM,
iTcMc_ValveTypeCopyToP,
iTcMc_ValveTypeCopyToM
);
END_TYPE

Values

Name

Description

iTcMc_ValveTypeDefault

Standard method: Measurement in both directions of movement.

iTcMc_ValveTypeAbrupt

This setting is provided on valves with an abrupt transition from the coverage area. This is only the case with very few valve variants, and without this setting it manifests itself through a very hard behavior, especially at the beginning of the automatic identification.

Notice This setting should only be made in coordination with Hydraulic Support.

iTcMc_ValveTypeDecomp

This setting is adapted to valves with pressure relief in the coverage area (h symbol).

iTcMc_ValveTypeLinearP

With this setting, the identification is performed only in the negative direction. For the positive direction a linear characteristic curve is assumed, the endpoint of which is calculated from the maximum velocity in the negative direction using the set velocity ratio.

Notice The velocity ratio is not determined automatically.

iTcMc_ValveTypeLinearM

With this setting, the identification is carried out only in the positive direction. For the negative direction a linear characteristic curve is assumed, the endpoint of which is calculated from the maximum velocity in the positive direction using the set velocity ratio.

Notice The velocity ratio is not determined automatically.

iTcMc_ValveTypeCopyToP

With this setting, the identification is performed only in the negative direction. For the positive direction, the measuring points are calculated from the measuring points of the negative direction using the set velocity ratio.

Notice The velocity ratio is not determined automatically.

iTcMc_ValveTypeCopyToM

With this setting, the identification is carried out only in the positive direction. For the negative direction, the measuring points are calculated from the measuring points of the positive direction using the set velocity ratio.

Notice The velocity ratio is not determined automatically.