This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
c_niagara:programming:functionguides:startupflag [2023/08/15 10:46] – created mk | c_niagara:programming:functionguides:startupflag [2023/08/15 10:58] (current) – mk | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Here is a short examble of how to create a startup trigger, you can set the delay to trigger 30 seconds after trigger. | + | Here is a short examble of how to create a startup trigger, you can set the delay to trigger 30 seconds after startup. |
- | {{: | + | Trick is that the boolean will start up as false and gain the true state after controller startup. Then delay the signal for 30 sedonds and trigger a oneshot. |
+ | |||
+ | {{: |