Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7505229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:50:16+00:00 2026-05-29T21:50:16+00:00

What does the @ sign means in ladder programming? Documentation explains the @ specifies

  • 0

What does the “@” sign means in ladder programming? Documentation explains the @ specifies an indirect DM address in binary mode … offset an memory area: what does that mean actually?

Consider the following image from the documentation:

enter image description here

How can the content of a the address (a 16 bits or decimal 32767) becomes the word address? For example, if adress CIO 0 has content of 000000001000000: adding the @ sign the CIO 0 changes to 000000001000000? What exactly is moving in the above instruction?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T21:50:19+00:00Added an answer on May 29, 2026 at 9:50 pm

    This works for DM (Data Memory) only. There are many memory areas of an Omron PLC. CIO is usually used for input/output bits only. W (work) is used to store working memory bits (think RAM), H (hold) is used to store bits whose values must be retained if power is lost (think Hard Drive, bit data). DM and EM are used primarily for holding WORD data, also stored if power is lost. There are no hard and fast rules about this, of course – in a lot of circumstances you can use CIO bits in place of W bits, for example, if you want to, but each has certain unique features that differentiate them and make them more suitable for certain purposes.

    In this case the @ symbol works like a pointer. If I used the instruction [MOV #1 D300] I would move the hex data [x0001] to memory location D300. To be clear, #1 (the second argument) is a hexadecimal (symbol #) constant of value x0001. If, as in the above example, D300 contained the value [x0100] (=256 decimal) and if I used the instruction [MOV #1 @D300] I would not move the value [x0001] to D300 but I would move it to the address contained in D300 – in this case D256.

    Note that the @ symbol is used for pointers in binary/hex format. If D300 = [x0100] then a MOV instruction to @D300 will move data to D256 (hex 0100). You can also use the * modifier to do [MOV #1 *D300] and this will treat the 0100 stored in D300 as a BCD value – in other words, instead of pointing to D256 it will point to D100!

    Using pointers allows you to not have to modify your MOV instruction, for example, if you want to direct a value to a series of different places in different conditions. If you wanted to redirect the memory movement to a different address you would just update the address value stored in D300.

    Note that the @ symbol can mean other things with mnemonics – @LD, for example, means a differential UP contact!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What does the @ sign in the following code means ? $(input[@type=checkbox][@checked]).each( function() {
Possible Duplicate: what does “@” means in c# What does the sign @ mean
function now(){ return +new Date; } questions : what does the plus sign mean?
What does the >> sign mean in Java? I had never seen it used
We have an application that does single sign-on using a centralized authentication server (CAS).
What does it mean to sign an assembly? And why is it done? What
What does the equivalence sign with the small 3 next to it mean... I'm
I'm new to Java. What does the below mean? (addition) + sign in println
What does the dollar sign mean in PHP? I have this code: <?php class
what does & sign mean when used in objective c for example? int i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.