v-programmstart-pulse

hio/nwt-gus-hi/v-programmstart-pulse

Outputs a single pulse when the program starts
v-programmstart-pulse
@/v-programmstart-pulse
Outputs a single pulse when the program starts
v-programmstart-pulse
BOOT
BOOTpulse
To use the node in your project you should have the hio/nwt-gus-hi library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.

C++ implementation

node {
    void evaluate(Context ctx) {
        emitValue<output_BOOT>(ctx, 1);
    }
}

Tabular tests

BOOT
pulse
no-pulse
no-pulse