CobiaCruiser

MrPLC Member
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About CobiaCruiser

  • Rank
    Hi, I am New!

Profile Information

  • Country United States
  1. Struct with Variable Index for CJ2M

    No particular reason why I put Struct_Name in quotes. I was trying to set it aside more. Looking at it now it appears very unnecessary.
  2. Struct with Variable Index for CJ2M

    So I am working on a project where I am using "XFER" command and I am trying to move some words from a place into location: global_variable_1[Variable2]."Struct_Name"[INT1].member1. The problem is that whenever I try to make "INT1" into a tag variable with data type integer. It does not work. I think this is considered a 2D array? Is this even possible? Also I did see other posts that sounded similar, but I could not make a direct connection. I have some other PLC's in my facility that seem to be able to do this with Sysmac Studio, but not with CJ2M and cx-programmer. Is this possible to do what I want and if not is there a work around?