Write Ref Latch (LogiXノード)
(ページ作成のみ実施しました。翻訳作業お願いします)
Write Latch | ||
---|---|---|
![]() | ||
Inputs | ||
Impulse | Set | |
Impulse | Reset | |
IWorldElement | SetReference | |
IWorldElement | ResetReference | |
Outputs | ||
SyncRef`1 | Target | |
Impulse | OnSet | |
Impulse | OnReset |
The Write Ref Latch node node overwrites the target reference with the input SetReference
or ResetReference
when an impulse is received at Set
or Reset
respectively.
Usage
When spawned from the node browser, the SetReference
and ResetReference
have a IWorldElement datatype. This will overload to match the input reference type when a valid input is connected. The type of these two inputs and that of the referenced Target
must match.
The OnSet
output fires an impulse after an impulse is received at Set
. This occurs regardless of whether there is a valid Target
or whether any Target
was actually written to. This continues the impulse chain which arrived at Set
.
The OnReset
output fires an impulse after an impulse is received at Reset
. This occurs regardless of whether there is a valid Target
or whether any Target
was actually written to. This continues the impulse chain which arrived at Reset
.
Node Menu
Actions | ||||||
---|---|---|---|---|---|---|
Back | -- | ++ | Drive | Drive Playback | Tween | Write |
Write Latch | Write Ref | Write Ref Latch |