Real variables display problem in Citect 7.0

semmi

Member
Join Date
Apr 2011
Location
Toronto
Posts
8
I've got Siemens S7300 PLC connected to Citect PC via Ethrnet. INT and Bool values are written and red without problems but as for Real values they get written in DB well but they are not displayed on the Citect screen. I absolutely can't get it? What could be the problem of that?
 
I never used reals and S7-cpu's together with citect but here's my 5 cents of brainstorming:

What type of format did you use for the tag?

Maybe there are to many decimals e.g. 2,3456789
 
I used "real" type in Step7 as well as in Citect with no digits after decimal point.

But already I removed all real variables and use INT type instead. Got no time to dwell on that (y).

P.S. But for the rest of the posters - PROBLEM PERSISTS!
 
Hi,

Is Citect still using the S7NT driver ?
Then the real adresses in the DB has to be dividable by 4

So DB1.100 is OK ( 100/4 = 25)
DB1.102 would be not ok.
 
Why do you not contact Citect support? They are very good but if you have not paid your maintenance they will not help you.
 
The connection behaves the same whatever driver S7NT or S7300 is used.

Citect compiler displays no errors related to addresses distribution.

I have #COM displayed where Real value should be.

But via genie "Numpad" the real value is written into DB correctly from Citect (I see this change in Step7 debugger). Citect-Siemens direction works, Siemens-Citect not.
 

Similar Topics

Hi all, I am programming my PLC (TM251MESE), and my code is supposed to stream sensor REAL values to Modbus Device. However, I have to limit my...
Replies
11
Views
3,520
Hi, I have a question about real variables in Twido PLC's, it exists? I want to scale an analog input, and I have to divide one operand to...
Replies
5
Views
2,175
I am working on a project using a NB screen and NX1P2 PLC. I am having a really hard time getting a real number to properly translate through to...
Replies
3
Views
120
I am trying to copy an array of real numbers into a UDT with a real data type element. I have attached a snip below showing my COP instruction...
Replies
4
Views
201
Hi Iam using monitouch hmi(V9 soft) with omron plc cj2m (CX programmer). In this I want to read a data from hmi to plc. The data was like...
Replies
0
Views
93
Back
Top Bottom