jbondie

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Everything posted by jbondie

  1. Pointer Device memory

    To those who don't know the GX Works2 compiler treats any function block referenced used in your code as a place to copy the entire set of code data into your program. Function block calls are not handled like pointers even though the should be. [You'll consume all your pointer space by thinking function blocks are great.]