Arithmetics with data adresses

Boyko

Member
Join Date
Oct 2005
Location
--
Posts
26
Hello.

I need to add and multiply data area adresses for the Omron PLCs. For ex.
D1000 + D200 = D1200. I'm not sure but this seems like some sort of pointers.
In CX programmer we have + D1000 D200 D1001 which adds the contents of D1000 and D200 and stores the result in D1001. I don't need this I need the actual adresses, so the contents of D1001 should be adress D1200.

Thanks.
 
What you are doing is referred to in Omron terminology as indirect addressing. Some instructions can use indirect addressing and you are correct the "@" symbol is used to indicate that.

Good Luck!
 

Similar Topics

Hello Everyone, I am using a raC_Opr_NetModbusTCPClient AOI module, as below,. So, I need some assistance to restrict in reducing the poling...
Replies
2
Views
72
Hi everyone, I have a 505 workshop program with PLC type of 555- 1106 and I was wondering how can I download the data documentation window as a...
Replies
6
Views
163
Hello everybody, I'm currently working on a project where I need to implement an IoT platform based on Microsoft Azure Cloud. Communication is...
Replies
2
Views
72
Hello. I have a db which is 1000 INT, and this db is represented in WinCC as a raw data type set of 5x 400 Bytes. This set is read with a script...
Replies
1
Views
81
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
68
Back
Top Bottom