Newbie XY plotting and general questions
Posted: Thu Jan 24, 2019 2:45 pm
Hello all,
I am in the process of evaluating this software to see if it will do what I need. My first impressions are very good but it might be a case where "strummin'" is easy but "pickin' and grinnin'" are a bit more.
I'm sorry I can't post my code right now but it's at about 700 lines and I think my questions can be answered without it.
I'd like to tell everyone a little about this project. It involves a stepper motor which moves in an arc and a detector that counts events. It's slow. The motor moves a dozen steps or so, stops for at least 100 ms, the counter counts, dumps to the pc and the process repeats. I want an XY plot that plots motor position on X and counts on Y.
I have read the forum and the documentation fairly thoroughly and can't find this information.
My first question: Can I have a floating point number (or at least a decimal number) on the X axis and an integer on the Y axis? I ask this because the system wants "Steppers Degrees" on X and counts on Y. Sometimes I have cheated other pieces of software and printed an integer as things like 2.34. Can't see how to do it here.
Second question: Can I autorange the Y axis but still set the bottom limit to zero? My counter seldom counts negative events.
Third question: Is there any way to clear the serial monitor, while it's gathering data, short of opening another?
Fourth question: Can I store a graphical plot and then recall it later? I would like this because sometimes a "good part" is scanned. I want to save that scan as a reference so that other parts can be compared.
Sorry to be so long winded. I look forward to hearing from someone with much more experience than me.
Thanks for reading.
Rod
I am in the process of evaluating this software to see if it will do what I need. My first impressions are very good but it might be a case where "strummin'" is easy but "pickin' and grinnin'" are a bit more.
I'm sorry I can't post my code right now but it's at about 700 lines and I think my questions can be answered without it.
I'd like to tell everyone a little about this project. It involves a stepper motor which moves in an arc and a detector that counts events. It's slow. The motor moves a dozen steps or so, stops for at least 100 ms, the counter counts, dumps to the pc and the process repeats. I want an XY plot that plots motor position on X and counts on Y.
I have read the forum and the documentation fairly thoroughly and can't find this information.
My first question: Can I have a floating point number (or at least a decimal number) on the X axis and an integer on the Y axis? I ask this because the system wants "Steppers Degrees" on X and counts on Y. Sometimes I have cheated other pieces of software and printed an integer as things like 2.34. Can't see how to do it here.
Second question: Can I autorange the Y axis but still set the bottom limit to zero? My counter seldom counts negative events.
Third question: Is there any way to clear the serial monitor, while it's gathering data, short of opening another?
Fourth question: Can I store a graphical plot and then recall it later? I would like this because sometimes a "good part" is scanned. I want to save that scan as a reference so that other parts can be compared.
Sorry to be so long winded. I look forward to hearing from someone with much more experience than me.
Thanks for reading.
Rod