Applies To:
  • CitectSCADA 5.31, 5.40, 5.41, 5.42, 5.50, 6.0, 6.1, 7.0
  • CitectHMI 5.31, 5.40, 5.41, 5.42, 5.50, 6.0, 6.1, 7.0

Summary:

The Cicode function DspText occasionally returns an error code of 369, which I could not find in the help files.  Any idea what that code means?

The function in question is clearing unused text (blanking it out). 


Solution:

The Description of the error code 369 is: "wrong type for text display".

That basically means that the AN number mentioned in the DSPText() function is pointing to the wrong type of object.

Follow these steps to use this function:

Enable the "show version 3.xx/4.xx tools" from the tools > options in the graphics builder.

And use these AN points from this tool box to display the text.

Using a cicode object instead of the above AN points returns an error code of 369. 


Keywords:
 

Attachments