Applies To:
  • CitectSCADA 5.50, 5.50 Service Pack A, 5.50 Service Pack B, 5.50 Service Pack C, 6.xx
  • CitectHMI 5.50, 5.50 Service Pack A, 5.50 Service Pack B, 5.50 Service Pack C, 6.xx

Summary:
When I start up CitectSCADA, I get a "Screen Notes Error" message. What does that mean, and how do I get rid of it?

Solution:
Screen Notes was a feature that was developed in the first release of Citect Facilities. Traces of this feature entered CitectSCADA 5.5 even though Screen Notes were not intended for CitectSCADA. A decision was made remove this feature from Citect Facilities/Nexa and CitectSCADA based on market demand. Hence, this feature is no longer supported.

If you are getting the "Screen Notes error" message (and probably also a "Failure to connect to database" hardware alarm) you will need remove the 'EnableNotes' Environmental Variable from each page in the project. To do this, open a particular page in the Graphics Builder, click on the 'File' menu and select 'Properties'. Navigate to the 'Environment' tab and if the 'EnableNotes' variable exists, select it and click on the 'Remove' button, as shown below:

 

Also, you must ensure that there are no references to any of the following Screen Notes functions within your project:

CSV_Notes_ClearPage()
CSV_Notes_Show()
CSV_Notes_Hide()
CSV_Notes_Select()
CSV_Notes_Modify()
CSV_Notes_PopupMenu()
CSV_Notes_GetNotePopupStatus()
CSV_Notes_GetHiddenStatus()
CSV_Notes_DspList()
CSV_Notes_ListPageDn()
CSV_Notes_ListPageUp()
CSV_Notes_ListGoToTop()
CSV_Notes_ListPageNo()
CSV_Notes_Lockout()
CSV_Notes_Unlock()
CSV_Notes_GetLockoutStatus()

 

Keywords:
Screen Notes  

Attachments