Applies To:
  • CitectSCADA 5.xx, 6.xx
  • CitectHMI 5.xx, 6.xx

Summary:
I'm using the CSV_File_Display() cicode function and have passed in some Citect colours for the Font and Background colour parameters. Why aren't they being displayed properly?
 

Solution:
The CSV_File_Display() cicode function is expecting a PackedRGB Colour value rather than a Citect colour. You should use the PackedRGB Cicode function to obtain the correct colour code instead of MakeCitectColour().
 

Keywords:
CSV_File_Display, PackedRGB, Colors, Colours  

Attachments