AdvancedHMI Software

General Category => Support Questions => Topic started by: abslcplc on October 06, 2015, 07:44:50 PM

Title: Ver 399a PLCaddressVisibility Error on PilotLight3Color
Post by: abslcplc on October 06, 2015, 07:44:50 PM
I just downloaded version 399a & added my existing project into it, then when I did a Rebuild (before I opened any forms) I got 4 errors that PLCaddressVisibility is not a member of AdvancedHMIControls.pilotLight3Color.

Do I have to change something, or just delete the lines in the VB code, because I don't use that entry at all?
Title: Re: Ver 399a PLCaddressVisibility Error on PilotLight3Color
Post by: Archie on October 06, 2015, 07:55:19 PM
Click on each error and change PLCAddressVisibility to PLCAddressVisible

Or you can just delete the line of code.
Title: Re: Ver 399a PLCaddressVisibility Error on PilotLight3Color
Post by: abslcplc on October 06, 2015, 07:59:00 PM
Directly under each line of code with the "Visibility" is the line with the "Visible", so I just deleted the 4 lines.

Thanks.