
grant (Customer) asked a question.
Hello All
I have a P1-550 and I have an array of 2000 float values. This array is a pre-calculated table of set points for the PID. I knew from early on the P1-550 could log data to the SD card.. My plan was to populate that array with the values from a CSV file. So I just *assumed* it would read data from the SC card. Well I just got to that point of coding, and realized there is NO file READ option!?! And I did not see any FTP option either.
So I started searching youtube for vidoes, found a few about WRITING (Logging) to an SD card but nothing on READING a CSV file from an SD card.
So is it safe to assume the Productivity PLCs can NOT READ files?
If they CAN, PLEASE point me in that direction!
If they CANNOT, what would be a work around?
One possible work around I found, but, not sure of is using the "RECIPE" option of the CMore HMI? I saw a video by by Gary (ACC) and Automation Direct on the "RECIPE" option.. Where the RECIPE can be used to send values from the CMore to the PLC.
It mentioned a limit of I think "90" tags..
But what about "1" tag with 2000 values?
Any info would be great!!
Last but not least, if the P1000 can NOT, can the P2000 or P3000?
Grant
"if the P1000 can NOT, can the P2000 or P3000?"
NO
"If they CANNOT, what would be a work around?"
Depending on your programming acumen and available resources, you could use something like PyModbus to read the CSV and transfer the values to the controller.