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

Summary:
If you are writing a Citect protocol driver using the Citect DDK then you may be using some new constructions in the 'Driver'.DBF. Some these constructions do not allow you to use white space and unexpected compile errors may occur if you do.  

Solution:
Do not use white space in your 'Driver'.DBF templates. For example:

WRONG:

%U.%u<PI=5, SP= 6>
%U(10, 10, 1000)

RIGHT:

%U.%u<PI=5,SP=6>
%U(10,10,1000)

 

Keywords:
 

Attachments