Hi All,
On reload and rebuild of a new project in 3.99yB34 , it seems there is an now issue with the EthernetIPforCLX comms driver not talking to the CLX PLC (I have confirmed IP address and pinged the PLC from the PC OK – the AB Studio 5000 software is also working correctly). In one instance , it even seems like the project has loaded a ABDF1 serial driver by default.
For our application, we are deliberately trying to replace the main form with a prior form created in 3.99x and remove all references to Page2, can someone please confirm the correct sequence of driver load vs build of project vs replacement / removal of main form with prior form created in 3.99x.
Is it,
1) Load CLX driver to main form
2) Build project
3) Add prior form
4) Add CLX driver to prior form again
5) Remove Main Form and Page 2
6) Rebuild project again
Or
1) Add prior form (assuming comm driver is already in the original vb)
2) Build project
3) Remove MainForm and Page2
4) Rebuild project
Appreciate your help on this.