Applies To:
  • CitectSCADA 1.00 1.01 1.10 1.11 1.20 2.00 2.01

Summary:
The documentation in version 1.xx and 2.xx shows that if you don't pass a palette file to the function WinPrint() it will use the default printer palette file PRINTER.PAL. In these versions of Citect for Windows WinPrint will not use this palette file.

CIT has confirmed this to be a problem in Citect for Windows version 1.00 to 2.10. This problem has been fixed in version 3.0 and later.

 

Solution:
To work around this problem in versions 1.xx to 2.xx you should pass the palette file to this function. For example use the following call:

WinPrint("LPT2", 0, 0, "PRINTER.PAL");

Use Version 3.00 or later.

 

Keywords:
 

Attachments