Citect question

atomtm

Member
Join Date
Jun 2014
Location
Germany
Posts
130
Hello everyone !
Can anyone please tell me if Citect can handle 64-bit floating point variables ? By default REAL is 32-bit am I correct?
Thank you in advance
 
http://vius.ru/files/CitectSCADAUserGuide.pdf

The following are allowed:

Data Type Variable Size Allowed Values
BCD Binary- Coded
Decimal
2 bytes 0 to 9,999
BYTE Byte 1 byte 0 to 255
DIGITAL Digital 1 bit or 1 byte 0 or 1
INT Integer 2 bytes -32,768 to 32,767
UINT Unsigned Integer 2 bytes 0 to 65,535
LONG Long Integer 4 bytes -2,147,483,648 to 2,147,483,647
LONGBCD Long BinaryCoded
Decimal
4 bytes 0 to 99,999,999
REAL Floating Point 4 bytes -3.4E38 to 3.4E38
STRING String 256 bytes
(maximum)
ASCII (null terminated)

Reading from the device is limited to the above. If you need larger numbers use the math and format instructions to interpret the information.

Regards,
Garry
http://www.accautomation.ca
 

Similar Topics

I have another Citect Substitution Syntax question for a function below. FUNCTION TEST(STRING sTagbase) // Digital Variable tags in database are...
Replies
2
Views
1,609
just wondering if anyone has worked previously on Citect SCADA 2015 (V7.5) before they upgraded Citect SCADA 2016 (V8.0). i have to upgrade my...
Replies
15
Views
8,500
Citect Question I am running Citect 7.2 What is the purpose of the text with @ symbols as a prefix? @(Dump Kernel) I found logic embedded in...
Replies
2
Views
1,435
Hi all. I am not normally working with Citect, so this question might be either really simple or impossible to answer. I have a standalone...
Replies
2
Views
3,666
Hello, i'm wondering if there is a posibility to set the schedule block in a Twido PLC with RTC from Vijeo Citect. Something like an operator...
Replies
0
Views
3,104
Back
Top Bottom