PID Tuning and a maibe stupid G28 question :-) #144
Replies: 3 comments 2 replies
-
You have to run a cycle then go to the log tab and click on the button. Only the last cycle is stored in the log.
G28 is not an offset, it is a an absolute position. I added G28 and G30 to the offset tab in order to make them accessible - a bit misleading I know.
It cannot be disabled, only set to 0. I may change that in a later version. G28 (and G30) should not be used unless the machine has been homed. |
Beta Was this translation helpful? Give feedback.
-
After homing I send the command G28 Z0 X0, the lathe run to the coordinates and went back to the endswitches, after this G28 was zero. About logging, I did it that way you described, without doing a cycle, I get a dotted line in the middle ( sure, not data), running a threading cycle and return to the PID tuner and click "get data" the window is greyed out ( no feedback) |
Beta Was this translation helpful? Give feedback.
-
I tried your gcodes, the console show a PID, but the PID Tuner window keeps blank. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I finally finished the lathe and it works as it should.
Only threading still makes me mad, the angles are not as they should be and thats why I reflashed the Teensy with PID logging (1000) enabled.
But if I click on the button, and than start a few thread cycles in the air, I see nothing at all on the PID logging.
The lathe have no VFD, I only can change RPM by turning a potentiometer. The RPM are measured with a sensor and the RPM are shown correctly in IOSender.
Could please someone explain me how the logs are visualized? Is there anything more to set up in the program?
How is the workflow to get the data?
The other issue is, I tried to write a macro with homing and set G92 to get a fixed zero to measute the tool offsets.
I used G28, did not know that $H is the way to go.
I am not sure, but I think since then if I look at the offsets I see x-1z-1 at the G28 row.
The tools had an wrong offset too. I corrected them but it seems to "forget" it, just right now I had this issue again, I wanted 12mm diameter and got 13mm.
How can I disable the G28?
Beta Was this translation helpful? Give feedback.
All reactions