Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record Graph Data to .CSV more than 100000 rows error #38

Closed
LEESY97 opened this issue Jan 15, 2024 · 3 comments
Closed

Record Graph Data to .CSV more than 100000 rows error #38

LEESY97 opened this issue Jan 15, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@LEESY97
Copy link

LEESY97 commented Jan 15, 2024

First of all, thank you for the useful program!
The following problem occurred while using the program. Please understand that my English is not good, so the explanation may be strange.

I use this program Version 1.5.0 with processing 3.5.4
I want to save more than 100000 rows of data coming in through serial communication.
When saving as a txt file using Record Messages, a new file is created and saved when it exceeds 50000 rows.
However, when saving as a csv file using Record Graph Data, the following window appears after saving up to 100000 rows and does not work properly.
Could it be that I made a mistake while using it?

image (8)
image (9)
image (10)

@chillibasket
Copy link
Owner

chillibasket commented Jan 21, 2024

You are using the program correctly.

If an error occurs while the program is trying to save new data to the file, it will try to create a new file with "-backup" in the name to save the data and prevent it from being lost. What is happening is that for some reason, the data saving is failing multiple times while you are recording, and each time it creates a new file with another "-backup" in the name.

I've found that file saving can sometimes fail if you are saving to a USB flash driver, or to a network location which is not on your computer. If this is not the reason in your case, I would need to do some more tests with large data files. I don't think files that big are created very often, so you may be the first person to use it in this application.

@LEESY97
Copy link
Author

LEESY97 commented Jan 21, 2024

Thank you for your answer.

I tried saving to two locations:

  1. C:\processing
  2. C:\Users\UserK\Desktop

but all of them error occurs.
image

and Live Graph is stop.
image

chillibasket added a commit that referenced this issue Jan 30, 2024
@chillibasket chillibasket self-assigned this Jan 30, 2024
@chillibasket chillibasket added the bug Something isn't working label Jan 30, 2024
@chillibasket
Copy link
Owner

This issue should now be fixed in release version v1.6.0 d55b798

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants