Jump to content

Recommended Posts

Posted

I am working on re writing a PLC program from CX Programmer to Sysmac Studion and i have run into a few issues of not being able to find the same instructions. Does anyone know of an instruction in Sysmac Studio that is the same as a XFER and a BSET in CX Programmer.

Posted

Move can be used to move from one array to another (if they are both the same size).  This would be like XFER.  AryMove is very similar to the XFER as it has a size setting as well.  The Clear function can be used to clear all values of an array or structure to 0 / false (or its initial value if specified).  If you want to set an entire array to a specific value, use the SetBlock function.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...