02-07-2013 02:58 PM
I have a Lookout application that ran on ver. 5.1 that I am upgrading to run on ver. 6.0.
When I try to load in the source code (.lks file), I get a dialog box saying that the compilation has failed. When I click on this, I get an error message stating the error is "not a member of class 'GE-series90': 'PowerFactor'".
I am using a GE series 90-30 PLC (which is the "class" in this case). I assume that 'PowerFactor" is refering to a parameter of this class and that perhaps it is not properly defined. Any suggestions would be helpful.
02-18-2013 06:38 AM
Hi, I think I have a very similar problem but unfortunately haven't resolved it. I was just wondering if you got past this error somehow? Thanks
02-20-2013 03:45 PM
It seems that maybe the alias is not being added to the class object.
I would view the source in a text view (notepad works ok) and verify the PowerFactor alias is there.
Mike