PlasmaC Fiber laser 1Kw head height control + auto focuas
25 Aug 2020 22:58 #179458
by rodw
Yes, its a (significant) variant of John Thornton's work.
The Maths really did my head in and then I had to convert it to gcode which was even worse.
There are 3 macros. Start_align, Align-X and Align_Y. So you click on start _align and then when on the corner, you pick if you are aligning along the X or Y axis. I hoped this could be folded into one button which worked out the correct axis you were using.
I have not found a need for it but I think someone like Stefan who drops a full sheet of 16mm on his table might appreciate it.
Replied by rodw on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
Did someone say bugs?!
I have this thought back before my table existed and before I knew Plasmac existed. I think it's about the only thing that Plasmac doesnt do by default that I had on my "wish list" back then. Now that I have my table I'm not entirely sure it's strictly necessary, but it's fun to think about anyways.
I assume you're using a G10 rotation?
Yes, its a (significant) variant of John Thornton's work.
The Maths really did my head in and then I had to convert it to gcode which was even worse.
There are 3 macros. Start_align, Align-X and Align_Y. So you click on start _align and then when on the corner, you pick if you are aligning along the X or Y axis. I hoped this could be folded into one button which worked out the correct axis you were using.
I have not found a need for it but I think someone like Stefan who drops a full sheet of 16mm on his table might appreciate it.
The following user(s) said Thank You: taloot, snowgoer540
Please Log in or Create an account to join the conversation.
01 Sep 2020 21:36 #180363
by taloot
Replied by taloot on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
how can i load 3 pwmgen
i have 7i92 which have firmware with 2 pwmgen
where can i find 7i92 firmware with 3 pwmgen
i have 7i92 which have firmware with 2 pwmgen
where can i find 7i92 firmware with 3 pwmgen
Please Log in or Create an account to join the conversation.
01 Sep 2020 21:44 #180365
by Clive S
Peter (PCW) will probably come along if he sees it and if you are lucky he just might build you one.
On another note I have read and re read this post many times and I am very interested. I think you said somewhere that you might release the configs files etc
Replied by Clive S on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
how can i load 3 pwmgen
i have 7i92 which have firmware with 2 pwmgen
where can i find 7i92 firmware with 3 pwmgen
Peter (PCW) will probably come along if he sees it and if you are lucky he just might build you one.
On another note I have read and re read this post many times and I am very interested. I think you said somewhere that you might release the configs files etc
The following user(s) said Thank You: taloot
Please Log in or Create an account to join the conversation.
01 Sep 2020 22:27 #180367
by PCW
Replied by PCW on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
What pinout do you need?
Please Log in or Create an account to join the conversation.
02 Sep 2020 08:29 #180404
by taloot
sure i will in my github...
after finish the basic functionality
Replied by taloot on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
how can i load 3 pwmgen
i have 7i92 which have firmware with 2 pwmgen
where can i find 7i92 firmware with 3 pwmgen
Peter (PCW) will probably come along if he sees it and if you are lucky he just might build you one.
On another note I have read and re read this post many times and I am very interested. I think you said somewhere that you might release the configs files etc
sure i will in my github...
after finish the basic functionality
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
02 Sep 2020 08:37 - 02 Sep 2020 08:39 #180405
by taloot
i will use 2 Chinese BOB with it..
so p17 on p1 and p2
3rd one any pin on P2
3 axis + foucs = 4 joints
Replied by taloot on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
What pinout do you need?
i will use 2 Chinese BOB with it..
so p17 on p1 and p2
3rd one any pin on P2
3 axis + foucs = 4 joints
Last edit: 02 Sep 2020 08:39 by taloot.
Please Log in or Create an account to join the conversation.
02 Sep 2020 20:05 #180463
by PCW
Replied by PCW on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
7I92 config for 2x "5 Axis Mach BOB"
Normal spindle PWMs on pin 1s
B axis step/dir on pins 16/17 replaced with PWMs
So 4 Step/Dir axis per BOB 2x 5V accessible PWM per BOB
Normal spindle PWMs on pin 1s
B axis step/dir on pins 16/17 replaced with PWMs
So 4 Step/Dir axis per BOB 2x 5V accessible PWM per BOB
The following user(s) said Thank You: taloot
Please Log in or Create an account to join the conversation.
03 Sep 2020 17:27 #180562
by taloot
and can i use PNconfig?
where can i place those files what direcly in linuxcnc
Replied by taloot on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
whats the use of VHD file7I92 config for 2x "5 Axis Mach BOB"
Normal spindle PWMs on pin 1s
B axis step/dir on pins 16/17 replaced with PWMs
So 4 Step/Dir axis per BOB 2x 5V accessible PWM per BOB
and can i use PNconfig?
where can i place those files what direcly in linuxcnc
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19201
- Thank you received: 6436
03 Sep 2020 17:38 #180563
by tommylight
Replied by tommylight on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
Flash the .bit file using the mesaflash utility:
mesaflash --device 7I92 --addr 10.10.10.10 --write name-of-file.bit
then do:
mesaflash --device 7I92 --addr 10.10.10.10 --reload
Then also:
mesaflash --device 7I92 --addr 10.10.10.10 --readhmid
To see the list of the pins
mesaflash --device 7I92 --addr 10.10.10.10 --write name-of-file.bit
then do:
mesaflash --device 7I92 --addr 10.10.10.10 --reload
Then also:
mesaflash --device 7I92 --addr 10.10.10.10 --readhmid
To see the list of the pins
The following user(s) said Thank You: taloot
Please Log in or Create an account to join the conversation.
03 Sep 2020 17:39 #180564
by PCW
Replied by PCW on topic PlasmaC Fiber laser 1Kw head height control + auto focuas
The VHD file is in case you want to make a changes in the firmware later
You can use pncconfig but it will not know about the PWM gens
so you would need to edit the hal file to set them up and connect them to
the desired LinuxCNC pins
You can use pncconfig but it will not know about the PWM gens
so you would need to edit the hal file to set them up and connect them to
the desired LinuxCNC pins
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.123 seconds