I remember a while back it was mentioned that communication to a Micro850 PLC should be possible with this driver if the routepath is set to nothing. I have tried this without success.Im using the below code, as leaving it blank doesnt seem to help.
In the windos forms event (load):
CLXDriver1.Routepath = Nothing
In the properties tab everything is kept on the default value except for the DisableMultiServiceRequest, which is set to true (since the Micro800 PLC's doesnt support the function) and the IP address of the PLC which is set to 192.168.0.1 to match that of the PLC. (RoutePath left blank)
The demo returns error code :Unknown Code 785 in the status strip
Any thoughts? Thanks in advance