Christian,
Consider using a reset or Toggle button in your equation to set the running value to a known out of range value (like 0) when not in use.
Create a IADS Button Input object and set the OutputName to “PLPReset” then use GetUserInput(…) function as its own derived parameter (PowerLevelReset) to feed a conditional statement in your equation.
PowerLevelReset ? 0 : SawtoothWave(40,60,1) [If the reset button is true then return 0 otherwise run the equation]
I do not recommend using GetUserInput() inside of the equation as it could have unexpected behavior when testing in a playback client.
Also you’ll want to make the derived parameter an IAP if you need to see the correlation of the reset events with actual data. Otherwise the reset events will get lost and you’ll just see the equation run through the duration of the data.
IAPs only work in real time so you’ll have to set the Derived to Iap prior to real-time test or at the very beginning of real-time. Additionally do no change the IAP Parameter’s DataSourceARguement once it is an IAP or it will reset the parameter and lose
all of the previously recorded values.
For more details on IAPs vs Derived parameters in IADS see the help.
Thank you,
Adam Chant
Project Engineer, IADS
Curtiss-Wright
190 Sierra Court A-3 Palmdale, CA 93550
T: 661.273.7003 x 2210
ach...@curtisswright.com
From: 'Christian Reinecke' via IADS <ia...@googlegroups.com>
Sent: Monday, June 8, 2026 7:31 AM
To: IADS <ia...@googlegroups.com>
Subject: [IADS] target signal to chase on time history plot [EXTERNAL]
WARNING: This message came from an external source. Please exercise caution and proper judgment when opening any attachments, clicking links or responding to this message.
--
You received this message because you are subscribed to the Google Groups "IADS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
iads+uns...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/iads/a7d69fb3-98d2-4af0-ac88-35e6ef02fb48n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/iads/SA1P110MB1519383BF791A962250C0376CA1CA%40SA1P110MB1519.NAMP110.PROD.OUTLOOK.COM.