Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
Today 22:03

Considering a Full Rewire on a Working Schaublin 125 CNC

Category: Turning

The pin definitions are in the firmware.

In addition, the driver command line can enable/disable secondary functions.
(the primary function of all pins is GPIO)

That is, "sserial_port_0=2xxxxxxx" would only enable sserial channel 0 in mode 2
 
  • PCW
  • PCW's Avatar
Today 21:55 - Today 21:55
Replied by PCW on topic 7i92T and mx3660 request for help

7i92T and mx3660 request for help

Category: PnCConf Wizard

If you get a red LED on the 7I92 when LinuxCNC is running, that indicates latency issues with the host PC


This does not require  a reset but the issue must be solved before you can have reliable operation

I would no bother with pncconfs tests, but simply run  your newly created configuration with LinuxCNC

To check network latency, run:


sudo chrt 99 ping -i .001 -q -c 60000 10.10.10.10


This will run for 1 minute then print timing statistics.
  • tommylight
  • tommylight's Avatar
  • Studi
  • Studi's Avatar
Today 20:57

Mesa 7i96S step ausgangsignal =5V , Schrittmotortriber eingang 12V was nun?

Category: Deutsch

@ Tommylight Danke für das Anpassen!
Ich werde berichten wie es weiter geht, und hoffentlich welche Lösung wir gebaut haben.
Dies wird aber eine Weile dauern. Bitte um etwas Geduld.
  • m0602232
  • m0602232
Today 20:41

Custom homing - distance coded glass scales

Category: Advanced Configuration

Hello

(Third try posting this, there's something wrong with the forum server)

I'm retrofitting a Cincinnati Arrow which does not have any kind of homing or limit switches on x and y -axis. Glass scales have distance coded index marks though and I would like to use them for homing. I found one successful attempt doing so: 
forum.linuxcnc.org/12-milling/42195-retr...ing-success?start=50

Editing hm2 similarly shouldn't be too difficult but homing.c looks completely different nowadays. Should this kind of thing be done with homecomp? Any advice on that would be welcome, my coding skills are slightly limited and there is not too many examples of homecomp yet.

Thanks
Ossi
  • tommylight
  • tommylight's Avatar
Today 19:52

Mesa 7i96S step ausgangsignal =5V , Schrittmotortriber eingang 12V was nun?

Category: Deutsch

Der Titel stimmt fast ganz nur das s ist mir entwischt.

Fixed, thank you.
  • tommylight
  • tommylight's Avatar
Today 19:17

Request for Community Feedback on g-code++ (sterp) Integration with LinuxCNC

Category: Show Your Stuff

Thank you Franco,
Do you think it would be better to have this on a separate topic?
Either way, i have pinned this so it is easier to find, google has become utterly useless for searching anything if not very good at "google hacking".
  • tommylight
  • tommylight's Avatar
Today 19:16
Replied by tommylight on topic Mesa 7i73 auf analog in + encoder mode stellen

Mesa 7i73 auf analog in + encoder mode stellen

Category: HAL

loadrt hm2_eth board_ip="10.10.10.10" config="num_encoders=6 num_pwmgens=0 num_stepgens=0 sserial_port_0=00200000 sserial_port_1=22222222" 
Notice the 22222222 <<< 8x2, that will set all sserial ports to mode 2, this is what i do when i do not want to bother finding the right address.
Also notice sserial_port_1, if you have more than a single sserial port (each can have several boards attached)
The above example is from my Mazak with 7i92/7i77/7i74 and 2 of 7i84.
  • Finngineering
  • Finngineering
Today 19:14
Replied by Finngineering on topic XHC WHB04B development?

XHC WHB04B development?

Category: General LinuxCNC Questions

Welcome Hannes and thank you from my side for your contributions. I am fairly new here myself, and have made no "real" contributions to LinuxCNC so far.

If you read through this thread, you saw we discussed a "loops" variable. The changes you made to hal.cc should be another way of fixing that specific issue. As for the other changes, I haven't really used any of those features. And to be honest, I'm a bit confused about the modes (auto, MDI, manual, teleop, joint).


In other news, I have been slowly chipping away at making a new firmware for the dongle. As of right now, I have something that is mostly working. I will release the source code once I have it in a little bit better shape. But I don't think it will be of use to most people, as flashing a new firmware is likely a one way street, and may make the pendant unusable.

If you or somebody else wants to update the xhc-whb04b-6 component (more), there is some low hanging fruit:
The libusb_fill_bulk_transfer in:
github.com/LinuxCNC/linuxcnc/blob/master...whb04b-6/usb.cc#L457
should really be a libusb_fill_interrupt_transfer. Endpoint 1 is an interrupt endpoint after all. The dongle/pendant doesn't know the difference between bulk and interrupt, but for scheduling of traffic on the USB bus, there are some differences. It's not inconceivable that some of the disconnects could be from USB congestion and wrong transfer type, but I do think it's unlikely.

Another thing is the checksum calculation. The full formula is:
checksum = (~random + button1)^(~random | seed)
In the XHC implementation, the seed is the day of month [1...31] and "random" is from a timer in the microcontroller.
  • Cecco
  • Cecco
Today 19:07

Lichuan LC20E Homing, End switches, Probing

Category: EtherCAT

Hi i have the exact same problem, even when trying to jog the motor by the display and have it disconnected from ethercat, so it's probably a parameter of the servo drive. I know that's not the point of the topic but i would like to know how you managed the problem!
  • michaeln
  • michaeln
  • 2tinker
  • 2tinker
Today 18:44
Replied by 2tinker on topic AMB FME-U 1400 DI

AMB FME-U 1400 DI

Category: Deutsch

@Waggi : Vielen Dank für deinen Bericht.
Das mit den Reparaturen ist jetzt eher unschön. Zu den 2 beschriebenen Defekten würde mich noch folgendes interessieren:

Kannst du noch nachvollziehen, was du beim Bruch des Mittnehmers bearbeitet hast? Also Material und bei den Zustellungen eher aggressiv oder moderat.

Bist du dir sicher, dass das genannte Lager ein Spiel von 2mm hatte?
Das ist ja schon erheblich und kaum vorstellbar.
Weist du zufällig noch, was das für ein Lager war/ist?

Und noch eine letzte Frage. Wenn du von Werkzeugwechsler bei einer HF-Spindel schreibst, meinst du da ein ähnliches System wie bei der AMB oder ein Druckluftbetriebenes ATC?
  • liutas4x4
  • liutas4x4
Today 17:48
M codes for a second spindle? was created by liutas4x4

M codes for a second spindle?

Category: General LinuxCNC Questions

Hi.
Are them already preset in project or them should be created by myself?

/eugenius
  • matasbuk
  • matasbuk
Today 17:37
Replied by matasbuk on topic Lathe Bed Wear Compensation

Lathe Bed Wear Compensation

Category: Advanced Configuration

Hi,

did you manage to get the compensation working? I also have a bed wear problem on my lathe and wondering if there are any software solutions?
  • tuxcnc
  • tuxcnc
Today 15:24
Replied by tuxcnc on topic spindle.0.at-speed and s decrease problem.

spindle.0.at-speed and s decrease problem.

Category: Basic Configuration

Temporary solution:
1. Add to your ini file line bellow in [RS274NGC] section:
REMAP=S argspec=s ngc=setspeed
2. Make and place in proper folder setspeed.ngc file:
o<setspeed> sub
S#<s> G4P0.001
o<setspeed> endsub
Now LinuxCNC waits at every change of spindle speed.
Tested by code bellow:
g0x0
m3s24000f1000
g1x10
s2400
g1x0
s24000
g1x10
s2400
g1x0
m5
m2
Displaying 1 - 15 out of 18800 results.
Time to create page: 0.616 seconds
Powered by Kunena Forum