Please help with plasmac configuration
- tommylight
- Online
- Moderator
- Posts: 19313
- Thank you received: 6466
Not sure why.But it works when config is XYZY, and does not when XYYZ.
And you are welcomed, always.
Please Log in or Create an account to join the conversation.
where is the source code of this module?
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
- Posts: 19313
- Thank you received: 6466
Again, if you have limit switch/switches on the Z axis, it should be at the top, zero should be just a bit below the material.
Please Log in or Create an account to join the conversation.
min =0, home = 100 ( 50 or 120 or 210), probe height = any.
first of all - it goes up from home position
if home = 210 as usually, it hits limit switch.
ok, home = 100. then it go up to 150, then down.
againg - it works at XYZY. but pid values not in places. I tried calibration, I tried ini. No luck.
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
- Posts: 19313
- Thank you received: 6466
max_limit should be how far up your Z axis goes.
Please Log in or Create an account to join the conversation.
If you use the jog buttons for the Z axis does it move in the correct direction?
Do your X and Y axes move correctly.
2.8 would be the better version to use unless you are doing any development.But I decided to install the THC and update the linuxcnc 2.7 to 2.9.
Not quite sure what you mean here. Do you have an external THC, you have Mode =1 which is internal THC.Just wanted to use PlasmaC + THC
Please Log in or Create an account to join the conversation.
I tried MODE 0 and 1. Same.
Will move to 2.8
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
- Posts: 19313
- Thank you received: 6466
Does the Z move down when going in - on screen and up when going + ?X Y Z move correctly. by jog buttons or by software.
I tried MODE 0 and 1. Same.
Will move to 2.8
Please Log in or Create an account to join the conversation.
You have a 30mm Probe Height and a -25mm Ohmic Offset, that means when it detects a material with the ohmic probe then it will drive down another 25mm to take up that offset. This does show up a minor bug in that it doesn't report an error if it gets to the Z minimum at this stage, is just sits there waiting... I will fix that bug but it doesn't really affect the operation.
I think you would need to have a Probe Height of around 45mm or so as the way it is you need to catch the material in that 5mm range.
I have tried with (Zmax=0 Zmin=-215) and (Zmax=215 Zmin=0) and (Zmax=107.5 Zmin=-107.5) it worked correctly for all cases.
What sort of ohmic probe do you have with a -25mm offset.
Do you understand what the error messages you posted mean?
linuxcnc.org/docs/2.8/html/plasma/plasma...html#_error_messagesmaterial too high for safe traverse.
ohmic probe detected while moving to probe height.
Just for interests sake I tried these figures and it still worked:
[AXIS_Z]
MAX_LIMIT = -200.0
MIN_LIMIT = -415.0
[JOINT_3]
MAX_LIMIT = -200.0
MIN_LIMIT = -415.0
HOME = -205.0
HOME_OFFSET = -210.0
Please Log in or Create an account to join the conversation.