Jump to content

Commands 'Modifier: SET/ADD Value'


Recommended Posts

GOA_Walter_Nowotny
Posted

Hello pilots, greetings from Chile

 

Is there a post that explains how these 2 commands work?

Modifier: Add Value

Modifier: Set Value

 

Are they used to assign points for some completed action or am I wrong?

 

Thank you!

Posted

The description is in a developer patch notes somewhere from when those features were introduced. Unfortunately I’m on mobile so I can’t find the exact post for you.

Posted

Re,

 

I think it's used to update counter MCU (you can back to square one with set value, not possible without).

 

Bye

Posted (edited)

It also works for timers, to change the timeout value. Use Modifier Set Value, Advanced Properties > Param Index = 0, Data[0] = new value

 

EDIT: Or maybe it changes the value of the timer, I'm not sure which it is.

Edited by coconut
Posted
4 hours ago, coconut said:

It also works for timers, to change the timeout value. Use Modifier Set Value, Advanced Properties > Param Index = 0, Data[0] = new value

 

EDIT: Or maybe it changes the value of the timer, I'm not sure which it is.

 

'Modify' adds (or subtracts if negative values used) values from counters (and maybe also from timers)

'Set' sets values of Timers and counters

Setting a Timer to '-1' stopps it completely, but doesn't deactivate it.

Trying to set a zero-delay-timer to a -1 will also fire it (so don't try to reset any timers without delay)

 

Param Index is always 0, Value[0] the desired value to set (or used for modifying)

 

Deci

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...