Melden Sie sich bei Ihrem Altimeter Cloud Konto an
Noch kein Konto? Registrieren
Wir senden Ihnen einen Bestätigungslink per E-Mail. Prüfen Sie auch Ihren Spam-Ordner.
Haben Sie bereits ein Konto? Anmelden
Type the 5-digit code below to continue. This protects against accidental output activation.
Disconnect any pyrotechnic charges before testing. Click FIRE NOW to send the test signal to your device, or Cancel.
Fire for seconds (0.1–20 s)
Latch ON rule. In flight, this would normally stay on until cleared by another rule. For testing safety, this fire will auto-stop after 5 seconds.
Define up to two custom math expressions. They're evaluated once per
flight-loop tick into dataset1 and dataset2,
which you can then reference from any rule's conditions. Useful for
derived quantities (kinetic energy, lateral acceleration magnitude,
Mach number, anything else you can compute from the live sensor data).
+ − * / % ^ — arithmetic. Power
(^) is right-associative.
Use (parens) to group.
Integer literals get a .0 appended automatically
on save, so 1/2 always means floating-point
0.5, never integer 0.
sqrt abs ceil floor exp log log10 sin cos tan asin
acos atan sinh cosh tanh (1 arg);
pow atan2 fmod min max (2 args);
if(cond, then, else) — conditional, picks
then when cond > 0.
pi, e.
Divide-by-zero and similar faults return 0 instead of NaN. Results are clamped to ±109. A parse error stops the affected dataset from evaluating — rules referencing it see 0 until you fix the expression.
— into: