|
@@ -237,9 +237,9 @@ namespace CyberX8_Simulator.Views
|
|
AISelectionChangedCommand = new DelegateCommand<object>(AISelectionChangedAction);
|
|
AISelectionChangedCommand = new DelegateCommand<object>(AISelectionChangedAction);
|
|
|
|
|
|
SetDOCommand = new DelegateCommand<object>(SetDOAction);
|
|
SetDOCommand = new DelegateCommand<object>(SetDOAction);
|
|
- SetAICommand = new DelegateCommand<object>(SetAIAction);
|
|
|
|
- SetAOCommand = new DelegateCommand<object>(SetAOAction);
|
|
|
|
|
|
+ SetDICommand = new DelegateCommand<object>(SetDIAction);
|
|
SetAOCommand = new DelegateCommand<object>(SetAOAction);
|
|
SetAOCommand = new DelegateCommand<object>(SetAOAction);
|
|
|
|
+ SetAICommand = new DelegateCommand<object>(SetAIAction);
|
|
|
|
|
|
int.TryParse(str, out int port);
|
|
int.TryParse(str, out int port);
|
|
_sim = new WagoSocketSimulator(port);
|
|
_sim = new WagoSocketSimulator(port);
|