01-29-2016 02:20 AM
You're welcome!
08-08-2016 10:14 AM
Maybe I am wrong, but in Ini Files, tag names cannot have space in them. Maybe "tag 1" and "tag 2" names cause the io errors.
08-08-2016 10:18 AM
Yes, I guess that you are wrong
I am using tags such as "Baud Rate" or "Display Format" without problems.
08-08-2016 10:27 AM
Yes! Read/Write sequence is essential. You cannot read if you did not write the inserted values first. the other problem with the code is that if it is running real time, your file update may not happen before your read event occurs.
08-08-2016 01:04 PM
Thanks!
You saved me from testing it... 🙂