minvai Posted April 26, 2015 Report Posted April 26, 2015 Hello I am working with recipe control and data tables at the moment using SD card. I need example to import/export data tables, because one that I found write only 1 cell in excel, and that cell becoming full of "0CSV" words. So basicly I want to do , pushing button on HMI and all data table from PLC would be exported to SD card or existing Data table from SD card would be imported to PLC data table memory with same name. I attached file with my try to do this... 1st it wrote a lot of "0CSV" in one cell, now it doesn't work, just shows MI6-> status integer message of 128 then i try to export..
MVP 2023 Joe Tauser Posted May 6, 2015 MVP 2023 Report Posted May 6, 2015 Is this your entire program? You don't have anything to monitor the SD card's status in the logic. Also, you probably want to allocate more than 6 characters for a DW on the last line. The delimiter for the last line should be 0D (carriage return), not 2C (comma). You're just writing one huge line, not a line for each entry. Joe T.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now