Difference between revisions of "Translations:Logix:Impulse Splitting/6/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "= 分割の効果 = 分割が発生した場合、その分割周辺で使用されているノードによって、以下のようなことが起こる可能性がありま...")
 
 
Line 2: Line 2:
 
分割が発生した場合、その分割周辺で使用されているノードによって、以下のようなことが起こる可能性があります。
 
分割が発生した場合、その分割周辺で使用されているノードによって、以下のようなことが起こる可能性があります。
 
* 一時的/過渡的な値は、分割後に使用できなくなる 例.
 
* 一時的/過渡的な値は、分割後に使用できなくなる 例.
** Dynamic ImpulseのValueノードから出力される値
+
** Dynamic Impulse with Valueノードから出力される値
 
** HTTPまたはWeb Socketノードから出力される値
 
** HTTPまたはWeb Socketノードから出力される値
 
** Duplicate Slotノードから出力されるSlot
 
** Duplicate Slotノードから出力されるSlot
 
* 変更または更新される値は、予想と異なる場合があります。
 
* 変更または更新される値は、予想と異なる場合があります。
** Forループノードのint値
+
** Forループノードのiteration値
 
** Tやユーザーの位置情報など、時間の経過とともに変化する値
 
** Tやユーザーの位置情報など、時間の経過とともに変化する値

Latest revision as of 09:58, 8 November 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Logix:Impulse Splitting)
= Effects of Splitting =
When a split occurs the following things may happen depending on the nodes being used around this split:
* Temporary / Transient values will be unusable after the split E.g.:
** The values coming out of Dynamic Impulse with Value nodes
** The values coming out of HTTP or Web Socket Nodes
** The Slot coming out of a Duplicate Slot node
* Values which change or update may be different then expected:
** The iteration value of a For loop node
** Any values which change over time such as those which rely on T or a user's location
Translation= 分割の効果 =
分割が発生した場合、その分割周辺で使用されているノードによって、以下のようなことが起こる可能性があります。
* 一時的/過渡的な値は、分割後に使用できなくなる 例.
** Dynamic Impulse with Valueノードから出力される値
** HTTPまたはWeb Socketノードから出力される値
** Duplicate Slotノードから出力されるSlot
* 変更または更新される値は、予想と異なる場合があります。
** Forループノードのiteration値
** Tやユーザーの位置情報など、時間の経過とともに変化する値

分割の効果

分割が発生した場合、その分割周辺で使用されているノードによって、以下のようなことが起こる可能性があります。

  • 一時的/過渡的な値は、分割後に使用できなくなる 例.
    • Dynamic Impulse with Valueノードから出力される値
    • HTTPまたはWeb Socketノードから出力される値
    • Duplicate Slotノードから出力されるSlot
  • 変更または更新される値は、予想と異なる場合があります。
    • Forループノードのiteration値
    • Tやユーザーの位置情報など、時間の経過とともに変化する値