I have a problem copying and pasting a Task block. I right clicked the task in Project Browser and clicked copy Code-Block. When I right click the task folder and click paste, the screen flickers like it did something but nothing changes. If I copy the code-block, then change the name of the existing block (by right clicking and selecting configure code block) before pasting then the screen will flicker but it still won't paste.
BTW. what I'm trying to do is copy a code block that only needs minor changes to perform another similar task, so I could save some programming time. For now I will create a new task and copy and paste the ladder instead.
The current version doesn't handle that very well (intra-project copy/paste), although that has been fixed and will be out in our next release (which has some additional PLC functionality, hence requires testing on both the Designer side AND the CPU/firmware side).
I'm assuming that you are in Edit mode (otherwise, you could not try to "paste" because that command would be disabled or not even show up in the context menu, but you may be using key strokes Ctrl+V and in that case, you may just see a "flicker").
The current version handles intra-project code-block pasting as an APPEND-LOGIC-TO-SAME-CODE-BLOCK operation (yeah, not great, but like I said, it has been addressed and working as you would expect it to in our internal version by creating a "COPY_OF_your_program" and telling you how to rename it).
I was able to duplicate your behavior if I created an
empty code block and then tried to copy/paste it. Since it contained nothing, nothing got appended to the existing code-block, hence just a "flicker".
I also tried it after renaming the original code-block and I got a strange error in my Output Window. Make sure your Output Window is not floating on some powered-down secondary monitor. The Output Window should be logging SOMETHING in this situation (mine said "Invalid element"

). Yeah, like I said, we've address this and it works great under both INTER and INTRA project code-block pasting, but it's "not soup yet".
