Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Is DWORD considered signed or unsigned?

rdb9879
2017-07-25
2017-07-26
  • rdb9879 - 2017-07-25

    I see the DWORD is 32-bit and arithmetic operations can be performed on it.

    Is it considered signed or unsigned 32-bit?

     
  • Anonymous - 2017-07-26

    Originally created by: scott_cunningham

    A DWORD is a UDINT. Unsigned, 32 bit. Typically should imply but coding or some data but I have used and see it used with counters and addition / subtraction (pointers are DWORDS).

     

Log in to post a comment.