problem in citect scada

S

Thread Starter

shailesh

hi friend
i use citct scada (demo) version .
when i config of i/o device then there is no problem in compilation.but when i define varable tage then compile it will indicat bad device i/o error .
what i should i do?
thank you
 
Hi,

Is the address you entered is correct ie:
modbus need 0xxxx for digital variable 4xxxx for words ...
But generic memory device need Dxxx for digital, Ixxx for Words...

Browse the help file to find out the correct address syntax!
 
You need to have each variable address preceded by the particular type... as mentioned by Anon...

Fxxxx for Float
Dxxxx for digital
Ixxxx for integer
Oxxxx for Byte
Rxxxx for Real
Sxxxx for String.

For example, if your data type is string, you need to make the address name S1 or S2 or something like that.
 
Top