10-09-2008 09:03 PM
Solved! Go to Solution.
10-10-2008 11:28 AM
The same modbus driver will work. Koyo modbus and Scadapack modbus is the same thing. Change the settings to ethernet and enter the IP address.
Good luck
Mike
10-16-2008 04:19 PM
Mike,
That won't work. The driver is a DL205. The setup is differnet. I am using the Modbus Secondary driver. I hope I don't have to recreate the whole application. There is conciderable amount of displays and sceens that have been created for this application. I tried using the import/export function,but that only works when importing or exporting from the same type of set up. Ie dl205 to dl205. I know other types of HMI software allow you to redirect tags without recreating the whole application. I must me missing something here.
10-18-2008 10:17 AM
morrellh;
I believe that mikes response was correct, but predicated on your original statement that you were using the MODBUS driver to talk to the Koyo PLC. If you are using the 205 driver object, you are probably using the k sequence protocol. In any case you can export from the 205 driver object and then import to the modbus object after an intermediate step. The k (or N) sequence addressing in the 205 driver is different from MODBUS so you will have to change the addresses. These are listed under the Member column in the export file. You have some other challanges. First; Assuming that you will have similar items defined in the scadapak plc but with different addresses from the koyo, I would copy the alias names from the 205 driver object to the to the MODBUS driver object. This is easily done in the .xls export file. While working in the file that you will import into the MODBUS driver object you must assign the corresponding Scadapak MODBUS address for each alias. The scond challange is that all of your existing items that reference the 205 driver will now have to point to the MODBUS driver. I feel that this is most easily done by editing the individual process .lks files. A simple find and replace will do the trick. If you have a large application and have not messed with the .lks file before, you might want to practice on a simple process to learn about the .lks file. This is all easier to do than it is to describe. I don't know if there is any doucumentation that describes the .lks file, but it's not to hard to figure out but when you first look at it it can look intimidating. Before editing your actual lks file(s) be sure to save them in case you make a mistake. If you do edit the lks file i would strongly recommend using a text editor that provides line numbers. You didn't state why you were changing the PLC, but if you just want to put it on an Ethernet, you could either add an Ethernet module or use a serial device server.
Jim Besselman
Control Automation, Inc.
10-29-2008 12:55 PM
10-29-2008 12:57 PM