Hello,
I'm having an issue using the Settings of my application to change the PLC Addresses for communication...
Here is attached a screenshot of the exception I got with the kind of line code concerned (also, Read with only the Address arguments raises the exception too)
On the other side, I use in Form load this kind of code, that seems to work:
Me.PilotLight8.PLCAddressValue = My.Settings.S151
In My.Settings are strings like "40001".
Note : I'm actually doing tests without PLC to see if everything turns ok with connection "issues". Hope that's not the problem... ^^
EDT: on the same subject, I noticed that with this configuration, a write() try slows a lot the application... takes about 2-3 seconds before going to the next step. Is that due to the wait of a timeout or is there another problem ?