Counters

Create Counters

In the “Counter” module you can create a list of generic Decimal/Calendar/Run Hour counters. These counters are resources that can then be associated with any aircraft and engines.

In the “Aircraft and Engines” module you can associate the created counter to any of the aircraft and engines.


In the Fleet Status modules you can start creating tracking with the counters created and linked to an aircraft or engine.

Tracking events created with generic counters appear in  your due list with classic counters and can be added to Purchase Orders.

In the “Tech-Logs” module you can increment the counters with every flight like with classic counters. The same feature is available on the iPad eTechlog app.



Note: Using counters allows you to activate the ‘Active Tol +/-‘ status. This feature enables you to calculate the next due based on the last performed / last deadline information. 

For example: 

If you start with a total time of 0 and perform a 50h inspection at 46h, the last perf would be 46h, the last deadline 50h and the next deadline 100h.

Formula Syntax

Available fields:
LDG -Landings
START -Starts
CYENG -Engine cycles
CYN1 -Cycles N1
CYN2 -Cycles N2
CYN3 -Cycles N3
TG -Touch and Goes

Operators:
• + (Addition)
• -(Subtraction)
• * (Multiplication)
• / (Division)
• % (Modulo)

Syntax:
• Fields must be Uppercased
• Fields must be put between square brackets [FIELD]
• Constant decimal values take a «.» to separate integer from decimal (for example 10.5)

Example :
Formula example for Cycles N1 :
[START]*0.6 + [LDG]*0.1