++ (LogiX node) (Actions)
(Redirected from ++)
Jump to navigation
Jump to search
++ | ||
---|---|---|
![]() | ||
Inputs | ||
Impulse | Increment | |
Outputs | ||
IValue`1 | Target | |
Impulse | OnDone |
The ++ node increases the referenced Target
value by one when it receives an impulse at Increment
.
Usage
The OnDone
output fires an impulse when the Target
value has been incremented. An impulse will not fire if there is no valid Target
. This impulse continues the impulse chain which arrived at Increment
.
This node differs from the +1 node under Operators since it only makes changes when it receives an impulse. This makes it useful for incrementing a target value (e.g. one stored in a variable node or component e.g. a ValueField) in a way which is saved and synchronized across all users. If the aim is to increment a value locally as part of a LogiX calculation the +1 node is likely the better choice.
Examples
Node Menu
Actions | ||||||
---|---|---|---|---|---|---|
Back | -- | ++ | Drive | Drive Playback | Tween | Write |
Write Latch | Write Ref | Write Ref Latch |