plugin selection
This commit is contained in:
@@ -26,6 +26,7 @@ public class IOCommanderModule:IVisionBuilderModule
|
||||
|
||||
public void InitializeModule()
|
||||
{
|
||||
if(!_settings.Enabled)return;
|
||||
try
|
||||
{
|
||||
_ioCommander = _factory.Create();
|
||||
|
||||
@@ -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; } =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user