Hi onedumbtrucker,
well, problem is that you cannot simply change baud rate of nod address when ix application is on.
We have done something similar and what we do is that we have two files Controller1.cfg. In this file is stored all data from controller driver. So what you need is that operator through listbox rewrite this files with your parameters.
This is file where is stored all data from driver list.
Attachment:
image1.JPG [ 73.82 KiB | Viewed 6481 times ]
Then you need to used File.Copy.Method
Code:
System.IO.File.Copy(sourceFile, destFile, true);
We have already experienced and be careful, because if you change your parameters in this way, the CPU is very busy and the project itself is very busy with non-standard way.
BR
JohnCZ