Loading...
Searching...
No Matches
realvirtual.LogicStep_SetSignalFloat Class Reference
Logic step that sets a float signal to a specified value and immediately proceeds. More...
Inheritance diagram for realvirtual.LogicStep_SetSignalFloat:
Public Attributes | |
| Signal | Signal |
| The float signal to set. | |
| float | Value |
| The float value to set the signal to in signal units. | |
Public Attributes inherited from realvirtual.LogicStep | |
| string | Name |
| Name identifier for this logic step, used for jumps and debugging. | |
| float | State |
| Current execution state as percentage (0-100) | |
| bool | StepActive |
| True when this step is currently executing. | |
| bool | IsWaiting |
| True when this step is waiting for a condition. | |
| bool | IsContainer |
| True if this step is a container for other steps. | |
Protected Member Functions | |
| new bool | NonBlocking () |
| override void | OnStarted () |
| new void | Start () |
Protected Member Functions inherited from realvirtual.LogicStep | |
| void | OnStarted () |
| virtual void | OnStartInit () |
| void | NextStep () |
| bool | NonBlocking () |
| void | NextStep (string name) |
| void | Start () |
Additional Inherited Members | |
Public Member Functions inherited from realvirtual.LogicStep | |
| void | StartStep () |
| Starts the execution of this logic step. | |
Properties inherited from realvirtual.LogicStep | |
| bool | IsShowingRuntimeInfo [get] |
Detailed Description
Logic step that sets a float signal to a specified value and immediately proceeds.
This non-blocking step is used to control float signals during automation sequences. Commonly used for setting speed values, position targets, or analog control signals.
Member Data Documentation
◆ Signal
| Signal realvirtual.LogicStep_SetSignalFloat.Signal |
The float signal to set.
◆ Value
| float realvirtual.LogicStep_SetSignalFloat.Value |
The float value to set the signal to in signal units.
Public Attributes inherited from