plugin selection

This commit is contained in:
meelstorm
2025-08-19 14:27:36 +02:00
parent 6ef6aced8d
commit 2f570545ab
9 changed files with 144 additions and 22 deletions

View File

@@ -26,6 +26,7 @@ public class IOCommanderModule:IVisionBuilderModule
public void InitializeModule()
{
if(!_settings.Enabled)return;
try
{
_ioCommander = _factory.Create();

View File

@@ -10,6 +10,7 @@ public class IOCommanderSettings: ISettings
public int PulseLength { get; set; } = 100;
public bool ShowDebugView { get; set; } = false;
public string Port { get; set; }="COM3";
public bool Enabled { get; set; }
public List<IOCommanderProcessingEvent> GlobalEvents { get; set; } =
[