Advanced Search

Search Results (Searched for: )

  • trilobyte
  • trilobyte
11 Nov 2024 11:48
Replied by trilobyte on topic Which Mesa Card Should I Buy?

Which Mesa Card Should I Buy?

Category: Driver Boards

i have one 7i76e in my stock, but will the 7i76e come back again? if so i can give my card to a friend. but i'll be able to buy another later to have one as a spare again
  • MaHa
  • MaHa
11 Nov 2024 11:14
Replied by MaHa on topic Macro automatic tool length

Macro automatic tool length

Category: O Codes (subroutines) and NGCGUI

As G38.n returns results in current coordinate system, how to get absolute G53 values.

This calculates G53 distance to toolseter. Can be used to touch off spindle or tool
[#5063 + #[5203 + [#5220 * 20]]]

#<h_ts> = trigger point of toolseter, distance to table

Touch off spindle on toolsetter, get G53 distance spindle to table surface:
#<table_s> = [ABS[#5063 + #[5203 + [#5220 * 20]]] + #<h_ts>]

This shouln't change much, if there is a good repetition with homing Z. So this 2 results can be set as ini parameter, or placed in the probing routine.


Touch off Tool, cancel toollength G49
#<TOOL_L> = ABS[#<table_s> - [#5063 + #[5203 + [#5220 * 20]]]]
G10 L1 P#5400 Z#<TOOL_L>

Touch off workpiece 0, apply G43
  • Robbin
  • Robbin
11 Nov 2024 09:08
Replied by Robbin on topic 7i92/G540/C10/THCAD

7i92/G540/C10/THCAD

Category: Driver Boards

Hi all,

i have a similar question, as above. I want to connect a THCAD to my 7i92.
On the 7i92 i run 2 breakoutboards (see below) however i can't figure out what pins  i need to connect the thcad to.
How can i find where the encoder pins are connected to?


www.amazon.nl/DollaTek-5-assige-CNC-brea...rivers/dp/B07PNDXZQK

Thanks!
  • meister
  • meister
11 Nov 2024 07:42

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

the stepgen from rio also has a duty cycle of 50%,
try measuring the signal at the FPGA pin
  • flexbex
  • flexbex
11 Nov 2024 06:26
Help with source list was created by flexbex

Help with source list

Category: General LinuxCNC Questions

I just installed a new 2.9,2 version. Because my internet wasn't working while I installed it. I needed to change a repository from cdrom to  deb.debian.org/debian/. Now my List looks like this. Is it correct?

 
  • angelnu
  • angelnu
11 Nov 2024 05:12
Replied by angelnu on topic hm2/hm2_7i92.0: Error finishing read!

hm2/hm2_7i92.0: Error finishing read!

Category: Driver Boards

Thank you for your help. Yesterday the router was working for three hours without any problem.
  • smc.collins
  • smc.collins
11 Nov 2024 03:13

Jones and shipley cylindrical grinder CNC conversion, grinding camshafts, cranks

Category: General LinuxCNC Questions

I am getting ready to embark on converting a very nice jones and shiply grinder that I recently aquired for a steal $400 USD, to linux cnc. Now the place where I could use some help from the gurus off mathmatics here. 

I want to be able to use it to grind camshafts, and crankshafts, but I think eccentric turning hal components can probably be tweaked for crankshafts. I am curious how I would 

1. generate g code for the camshaft but I suppose I could use a 2d tool paths with a end mill to generate tool tip positions, around the Z axis with x & y coordinates, the only issue is the grinder will only have z and X like a lathe. 

2. design considerations during the retrofit fit. I am thinking a servo for the z axis to control position along z in a rotary C axis fashion for grinding camshafts as indexing will be important. 

I have 3 good yaskawa AC servos packs and servos out of a hurco I tore down for parts, balls screws and mechanical tidbits for days, the hardpart is trying to figure out how to grind the camshaft lobes.  

open to suggestions if anyone has done anything similar before. 
  • smc.collins
  • smc.collins
11 Nov 2024 03:07
Replied by smc.collins on topic writing chip conveyor component , user input wanted

writing chip conveyor component , user input wanted

Category: HAL Examples

I finally am able to get back after this, what a yr so far.
  • cmorley
  • cmorley
11 Nov 2024 02:10
Replied by cmorley on topic Qtvcp GUI and hal pins

Qtvcp GUI and hal pins

Category: Qtvcp

Unfortunately I guess the short answer is no, there is not an easy way to see what pins the widgets create. I should try to add it to the docs I guess.

Qtdragon use the widget pins but also makes quite a few of it's own pins in the handler file.

A increments HAL pin would be a good pin to add to qtdragon.

Chris
  • Sziggy_NC
  • Sziggy_NC
11 Nov 2024 01:32
Replied by Sziggy_NC on topic +-10v setup 7i97 & .ini

+-10v setup 7i97 & .ini

Category: General LinuxCNC Questions

After more searching about Output_Scale, I have set it to 10 since it is a +-10v system. I also changed my ANALOG_MIN_LIMIT to be OUTPUT_MIN_LIMIT = -10 & same for max limit now it is OUTPUT_MAX_LIMIT = 10.

I will give these changes a shot in the morning.

Thanks.
  • Sziggy_NC
  • Sziggy_NC
11 Nov 2024 01:21 - 14 Nov 2024 23:03
Replied by Sziggy_NC on topic +-10v setup 7i97 & .ini

+-10v setup 7i97 & .ini

Category: General LinuxCNC Questions

Thank you for the confirmation and explanations. I have now corrected my velocity to match the rapid speed this machine is supposed to achieve.
In my case the rapid ipm is 944 so inch per sec would be 15.733 ips = 944 / 60
For acceleration I will try with it at 5 times the velocity to start with. 5 x 15.733 ips = 78.6667 ips which becomes 1.3111 ips^2 = 78.6667 / 60 

The encoders are reading in the proper direction. Measurements with a dial indicator match up with the DRO when moving the axis by hand.
  • greg23_78
  • greg23_78
10 Nov 2024 23:22 - 10 Nov 2024 23:23
Macro automatic tool length was created by greg23_78

Macro automatic tool length

Category: O Codes (subroutines) and NGCGUI

I need your help because I'm completely lost when it comes to programming my macro for automatic tool length.
I'm aware that there are several solutions for setting my tool length, but I'm going round in circles.

I have an ATC spindle and a tool setter that is fixed and doesn't move.
i use AXIS and i wouldn't use probe panel

I would like to do my macro with the solution where in my tool table the Z offset data is the exact tool length (tool + ISO20).

the set-up procedure would be :

1 - I touch my martyr plate / set 0  / and I trigger my tool setter
 conclusion: i know the height of my tool setter

2 - I touch my  spindle without tool to trigger my tool setter
 conclusion: I know the machine coordinate of my Z axis for a contact between the spindle and my tool setter

procedure for a job :

1- I choose any tool (which has been calculated with the tool setter) by activating tool compensation T3 M6 G43

2-touch my workpiece and touch off = 0

3-start program

question :

what would be my equation to calculate the tool length.?G10 L1 P#<_tool> Z.........

i know, i think is very easy but my brain is block with that ...

 
  • PCW
  • PCW's Avatar
10 Nov 2024 22:45
Replied by PCW on topic +-10v setup 7i97 & .ini

+-10v setup 7i97 & .ini

Category: General LinuxCNC Questions

Those are the correct output pins
 The MAX_VELOCITY and MAX_ACCEL
Are the physical maximum velocitys (in inches per second on inch machines)
and maximum acceleration in IPS^2 (typically 5 or 10 x the IPS value)

Note that on a first setup you may have the feedback reversed so you get a runaway
if the encoders are reading in the proper direction and scaled properly you can reverse the feedback by
changing the sign of OUTPUT_SCALE

 
  • Lcvette
  • Lcvette's Avatar
10 Nov 2024 22:45

probe basic - toolpath/file preview loading error

Category: QtPyVCP

in the interim, you can uninstall linuxcnc and reinstall using the lockdown deb version which does not prduce the error message, use the deb download links at the bottom of the page here:

linuxcnc.org/downloads/

or follow the newly updated probe basic docs page here for installation instructions on the deb:

kcjengr.github.io/probe_basic/

select develop or stable per your requirement, both tested and work on the 2.9.3 lockdown deb of linuxcnc!

Thanks for bringing this up, the powers that be are aware and are investigating the issue!

Chris
  • Sziggy_NC
  • Sziggy_NC
10 Nov 2024 22:04
+-10v setup 7i97 & .ini was created by Sziggy_NC

+-10v setup 7i97 & .ini

Category: General LinuxCNC Questions

Hi all,
I was trying to follow tommylight's guide on servo tuning, but once I hook up the +-10v the motor jumps 0.010 on enable. Checking with a multimeter I am able to see 10v appear when I enable the machine. The measured pins are 3 & 4 on TB3 of a 7i97T. The manual shows 3 as GND and 4 as AOUT0.
      Are these pins the ones I should be useing for +-10v?
I have attached my hal and ini files. I would not be supprised if the problem is in my ini file. 
I am unsure of how to determine what values to use for MAX_VELOCITY, MAX_ACCELERATION, and OUTPUT_SCALE. I have tried different combinations of values without any luck. I have tried reading the docs and reading through all the forum posts I could find on those subjects.
     Could improper values for these or other variables cause the behavior I am seeing?
Thank you for your time.
Displaying 18076 - 18090 out of 24288 results.
Time to create page: 0.427 seconds
Powered by Kunena Forum