
rjjong1 (Customer) asked a question.
Project compiles but cannot upload to PLC
In the latest version (4.7.0), I'm trying to upload my program that compiles to my P2000. But it fails doing so. I'm using the new ST functionality in my program.

rjjong1 (Customer) asked a question.
In the latest version (4.7.0), I'm trying to upload my program that compiles to my P2000. But it fails doing so. I'm using the new ST functionality in my program.
Copyright © 1999-2023 AutomationDirect. ALL RIGHTS RESERVED
I've pinned down what causes the error. This piece of code in one of my ST tasks:
SendMessageQueue = UDS 1D Array (20 cols)
.Checksum = INT32
.Payload = UINT8 1D Array (98 cols)
.PayloadLength = INT32
p*SendMessageQueue = INT32 and is a number between 1 and 20.
But that doesn't explain why it fails.
Can you go online with the CPU and create a system report then PM me that file? I will get this over to our development team to review.
https://community.automationdirect.com/s/question/0D5Dp000018IE6NKAW/productivity-protips-system-report
I PMed you the report.
I recreated the rung from your ST code on my end. It compiled without errors and downloaded to the CPU successfully with no issues. Since I'm unable to reproduce the problem in this environment, having the system report will help further investigate the root cause.