Posts by Szteinoo

2 total posts
12 days ago

New module - RELAY.

2 inputs - Enable, ValueIN
1 output - ValueOUT

Acts like a real life relay, when enable = 1, passes value from connected input 2 to output 1. When enable = 0, immediatly resets output to default = 0 or other defined value in module settings.

from Core.categories import DefaultCategories
from Core.fields import Int32Field
from Core.io import Input, Output, Disp…
15 days ago

After searching for a string in pick module window and picking it up, the next pick module window opening doesn't clear the earlier searched string nor the text is visible in search bar.

My suggestion would be automatic clearing the search bar each time module is picked up.

Showing 12 of 2