Godra,
The 5/04 in the machine is a 1747-L543C, the 5/04 copy on my desk for development is a -L543 (Not C). Which of the two hex numbers should I use for each or the same number?
I want to test this fully, then change the number if needed for the install.
EDIT: I asked before I opened the code in VS, there was a list of hex numbers for each processor. The 5/04 (except -L541) is &H5B. set it to that & removed the comment. It should be the same for both PLC's.
EDIT2: Just tried it & it does make a difference, also in DF1 changed the Baud from Auto to 19200, so it doesn't take time to try the other baud rates before starting comm's.
RE-EDIT: To make the Controls page load a little faster I removed 7 green Start PB's, added the Click bits from them to the 7 Pilot Lights & moved the Pilot Lights to where the PB's were.
Also, by a suggestion in a PM I got, for liability all the E-Stops were renamed All-Stop, and I deleted the two directory forms & put all FormChangeButtons on MainForm & on most other forms (except the button that would call the form on presently).