QTPlasmaC, first cut ever. What to do after "initial setup"?
- fernandosf
- Topic Author
- Offline
- Senior Member
- Posts: 68
- Thank you received: 16
As for G53/G54, I was just trying to understand the error, but it did not make any sense, cos I have tested lots of values for safe-height and probe-height and the error remains.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
Thanks Snowgoer540. I'll recheck Z axis scale. Not in front of the machine now.
No worries, just was a thought I had. I can't look at your config at the moment, but assuming it's otherwise correct, an incorrect scale would cause you to beat your head against the wall
No worries, just didn't want you to get too hung up on it for Z axis. I will probably add a line or two to the user guide to explain why that is suggested.As for G53/G54, I was just trying to understand the error, but it did not make any sense, cos I have tested lots of values for safe-height and probe-height and the error remains.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
Finally, I am pretty sure that if you set the safe height to 0, it will default to the Z Axis Maximum height, which would help during your debugging.
Please Log in or Create an account to join the conversation.
- fernandosf
- Topic Author
- Offline
- Senior Member
- Posts: 68
- Thank you received: 16
You cannot miss A following error, cos everything freezes. They are not happening now.
I have tested Z scale and it is ok. Commanded to move 30mm and it really moved 30mm.All My drivers are at 800 microsteps (motors are 200 steps/rev).
About safe height, I can't set it to zero. Only from 1 to 74.or 75. Although I have not tried to edit the .prefs file directly.
No matter what value I put on safe height, I got the same error.
So many days lost on this, kind of frustrating...
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
from this:
net Zjoint-pos-fb => plasmac.axis-z-position
net plasmac:axis-position joint.3.pos-fb => plasmac.axis-z-position
#net plasmac:offsets-active motion.eoffset-active => plasmac.offsets-active
I would also recommend changing the following even though you are not using them. The you would have a "standard" QtPlasmaC config wich does make diagnosing issues a bit easier.
in the fer-qtplasmac.ini file [TRAJ] section from this:
SPINDLES = 1
SPINDLES = 3
#net plasmac:scribe-start spindle.1.on => plasmac.scribe-start
#net plasmac:spotting-start spindle.2.on => plasmac.spotting-start
Please Log in or Create an account to join the conversation.
- fernandosf
- Topic Author
- Offline
- Senior Member
- Posts: 68
- Thank you received: 16
Thanks Phill, I had to merge a working AXIS config with a Stepconf generated QTPlasmaC config and I don't remember of messing with the line you mentioned. If you say it's wrong, I'll get it fixed!net Zjoint-pos-fb => plasmac.axis-z-position
About SPINDLES, I tried with standard, but LCNC complained about several lines I wouldn't know how to fix, so I just put 1 SPINDLE so that it would run. Sorry about that, will try to "keep it simple (stupid me)".
I am really interested about how to make a sim config based on a real config, but that would be another topic. I am not always besides de machine and a sim would help test things.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
forum.linuxcnc.org/plasmac/43425-simulator-for-qtplasmac#218673
Please Log in or Create an account to join the conversation.
- fernandosf
- Topic Author
- Offline
- Senior Member
- Posts: 68
- Thank you received: 16
First, my apologies to Phill, as I don't know from where that "Zjoint-pos-fb" line came from (I've just tested and it's not from StepConf). This sort of thing happens when I don't know what I'm doing
Second, eliminating that line and adding "plasmac:axis-position" line, made it work! I can run wrench gcode fine. Will study the config to try to understand what happens there.
About SPINDLES config, i am getting an error, if it's something simple, please advise, or I will compare the conf with a fresh new from stepconf.
error:
$ linuxcnc /home/fer/linuxcnc/configs/fer-qtplasmac/fer-qtplasmac.ini
LINUXCNC - 2.9.0-pre0-4478-ga2e0d30a6
Machine configuration directory is '/home/fer/linuxcnc/configs/fer-qtplasmac'
Machine configuration file is 'fer-qtplasmac.ini'
Starting LinuxCNC...
Found file(REL): ./fer-qtplasmac.hal
Note: Using POSIX realtime
identityKinematicsSetup: coordinates:XYYZ
Joint 0 ==> Axis X
Joint 1 ==> Axis Y
Joint 2 ==> Axis Y
Joint 3 ==> Axis Z
identityKinematicsSetup: Recommend: kinstype=both
config string '0x378 out'
./fer-qtplasmac.hal:220: Pin 'spindle.1.on' does not exist
Shutting down and cleaning up LinuxCNC...
Please Log in or Create an account to join the conversation.
- fernandosf
- Topic Author
- Offline
- Senior Member
- Posts: 68
- Thank you received: 16
Please Log in or Create an account to join the conversation.