Enum NodeTick
NodeTick set the scheduler ticking mode of the node.
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public enum NodeTick
Fields
| Name | Description |
|---|---|
| Asynchronous | This node does not receive events from the scheduler |
| Synchronous | This node will receive timing events from the scheduler according to a configured waveform in the scheduler editor. The OnTick event will be raised for all rising edges of the configured waveform in the scheduler. |