11-04-2010 05:32 PM
I'm using Lookout 6.1 which is communicating with a GE CPU340. The customer changed out the PLC with a GE CPU374. I need a driver for Lookout that will work with the new CPU. In Lookout the only driver selections I have is a GE 90-30 and a GE 90-70. The current driver being used is GE 90-30 but apparently won't work with the new GE CPU374. How do I get a new driver installed into Lookout so that my project will work with the new CPU?
11-07-2010 02:57 PM
the GE srtp driver for 90.30 (and 90.70) plc is good only for 364 cpu, is it not god for 372 and 374 cpu
i suggest use GE versamax ethernet driver for this cpu, the problem is address limit to %r02048 and not %r16000
11-08-2010 11:44 AM
Where do I find this driver?
11-08-2010 02:29 PM
n the driver list
GE_versamax driver is compatible with cpu E05 but also with cpu 364, 372 and 374
GE_series_90 is compatible only with 364
11-08-2010 02:43 PM
How do I go about modifying my current GE object to a GE versamax and still keep all my members and connections in place.
11-08-2010 03:12 PM
( i speek bad english)
open a new object with random name with GE_versamax driver in our application
save and close
open source file .lks with editor, rename the new driver with the name of old series_90 driver and append all data member
delete old driver and its data member
open with lookout the source file and save this with application name
11-08-2010 03:18 PM
when you say open .lks file with editor. What do you mean. Which editor?
11-08-2010 03:45 PM
i use notepad
11-08-2010 04:45 PM
I've attached 2 files in notepad. The data members associated with my old driver called GE, and my data member associated with my new driver called GE_1. So I just need to rename the new driver to GE and attach all these data members associated with it into my new driver. Is that correct?