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 I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
95
Hi folks, I'm not as accustom with Siemens & WinCC, however I've been asked to increase the amount of data an existing application is logging...
Replies
2
Views
65
Has anyone migrated Proficy Historian data to a new server? I followed the guide to move all the data over, but when I run the utility, it stops...
Replies
0
Views
46
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
10
Views
257
Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
80
Back
Top Bottom