Advanced Search

Search Results (Searched for: )

  • Henk
  • Henk
07 Aug 2024 03:37

Mesa card selection for machine with resolvers - resolver questions

Category: Driver Boards

Hi. Yes. I'm from RSA.
I have only used the rotary inductosyn  stuff as shown above, but the principle is the same as a normal resolver.

The linear/rotary inductosyn type has a low inductance (as far is I understand) and the mesa or pico products doesn't work for them, bwich is why I went for the farrand stuff.

But as noted by jmelson above, there are products for the normal wound type resolvers from pico, and mesa electronics.

so it depends very much on the rest of the hardware in the machine and if you can re use that. 

the sa-cnc club meetings are mostly online, so you don't have to travel to Johannesburg  to join. 
  • Mecanix
  • Mecanix
07 Aug 2024 02:51 - 07 Aug 2024 02:54

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

Category: Computers and Hardware

Reference routing (inspiration) for the above wiz part schematic. I doubt all that analog/digital isolation insanity is mandatory, but some does claim those motion control being noisy [rolleyes], and so best practice always just add them in if you are routing this. All what's left to do is the 3V3~5V translation and hooking up 50 gpios. Tomorrow. Maybe. 

My Riocore Kit looks forward its own faraday cage (EMP warfare protection [rolleyes x2[). Let's get in touch, Olivier - I'll send you one (or two!). 




  • cmorley
  • cmorley
07 Aug 2024 01:48
Replied by cmorley on topic qtdragonhd / probing

qtdragonhd / probing

Category: Qtvcp

You may already know this but here is the function qtvcp calls for tool diameter probing (probe_tool_z_diam):
github.com/LinuxCNC/linuxcnc/blob/master...obe_routines.py#L314

Can you describe, using this code where the problem is?
If I understand you properly, you are saying the tool doesn't lower enough to touch the probe on the side of the tool when soide probing in X+ direction.
Does that mean when doing X- probing the tool _is_ low enough?

Chris
 
  • PCW
  • PCW's Avatar
07 Aug 2024 01:14
Replied by PCW on topic Latency Test OK, dennoch Fehlermeldung

Latency Test OK, dennoch Fehlermeldung

Category: Deutsch

Can you post the result of

ip a

Maybe  a routing/ip address issue?
  • rodw
  • rodw's Avatar
07 Aug 2024 00:09

EtherCAT i/o board for spindle, estop and mpg

Category: EtherCAT

However, it outputs the count value and has no direction. The encoder forward counter value increases, and the encoder reverse counter value also increases instead of decreasing.


Seems odd
0x2020 (or 0x2040 depending on where you look) shows a signed 32 bit integer for encoder.
I was able to translate the manual into English with Google Translate
drive.google.com/file/d/1GwtOZH0HaHGVrvv...SEO/view?usp=sharing
  • rodw
  • rodw's Avatar
06 Aug 2024 23:27
Replied by rodw on topic kernel for ethercat

kernel for ethercat

Category: EtherCAT

Most people are running Debian 12 and Linuxcnc 2.9.3 becasue the ISO on the downloads page also allows ethercat to be installed from repositories as per the sticky in this section.
  • jmelson
  • jmelson
06 Aug 2024 23:02

Mesa card selection for machine with resolvers - resolver questions

Category: Driver Boards

Pico Systems has a single channel resolver to quadrature converter for US $150, that is compatible with most so-called brushless resolvers. It is not compatible with variable reluctance resolvers, they need too much excitation current. Typical resolvers it works with are Kearfott/Singer and Harowe Controls Harosyn.
See pico-systems.com/osc2.5/catalog/product_...ath=5&products_id=31
For more info.
  • rodw
  • rodw's Avatar
06 Aug 2024 22:55

Ethercat installation from repositories - how to step by step

Category: EtherCAT

I am a little bit confused about what to download, the one Rodw put on google drive or the one that was posted on 03/08
 

The ISO on the downloads page has been updated with my image.. 
Get it from here becasue its now official
linuxcnc.org/downloads/
  • rodw
  • rodw's Avatar
06 Aug 2024 22:49
Replied by rodw on topic Installing Linuxcnc on Debian Bookworm

Installing Linuxcnc on Debian Bookworm

Category: Installing LinuxCNC

Installing linuxcnc on a standard Debian instance is described in the docs here
linuxcnc.org/docs/stable/html/getting-st...th_preempt_rt_kernel
  • Muftijaja
  • Muftijaja
06 Aug 2024 22:27 - 06 Aug 2024 23:40
Replied by Muftijaja on topic Latency Test OK, dennoch Fehlermeldung

Latency Test OK, dennoch Fehlermeldung

Category: Deutsch

PCW, thanks for your answer!Yes, indeed. If I start the PC, my auto internet connection via RTL8111 is online but no websites reachable. eno1 connection to the Mesa card is working but with slower ping. If I switch to a faster ping with "sudo ethtool -C eno1 rx-usecs 0 ", my auto internet connection is online, but I can't reach any website as before. That's only possible if I close the eno1 connection.
I had to install lshw first. The feedback is - not the same irq for both connections.   

File Attachment:

File Name: Latency_Ne...lshw.txt
File Size:2 KB


I just installed OBS to make a video of that phenomenon.  Maybe I do that tonight. Nope. OBS doesn't recognize my mic. I have to research.

I am shy to install this machine completely new, because I have installed several things and packets up to this point and did not document them. Beginning with libre office, Atril, Firefox, Chrome, Telegram, Geany, Visual Studio (all no problem to install again) and several packages to help with all of these Debian/LCNC problems on my way. Is there any tool or command to show me these not included packages in Debian 12? That would help me a lot.

Thank you for your time and effort...! 
  • scotta
  • scotta's Avatar
06 Aug 2024 20:37

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Just like other stepper systems for LinuxCNC the position feedback is from the step generator. For Remora this is the raw step count from the controller board. The LinuxCNC Remora component then calculates the position in mm by using the joint scale value.

Like my earlier comments, the smallest move / positioning accuracy can only be as small as 1 step.
  • PCW
  • PCW's Avatar
06 Aug 2024 20:28
Replied by PCW on topic 3 Achs Fräse mit MESA 7C80 und Raspi 4

3 Achs Fräse mit MESA 7C80 und Raspi 4

Category: Deutsch

The firmware changes STEP5 to PWM and DIR5 to GPIO
it also sets up the parallel expansion port (P1) to interface
with a standard 5 Axis breakout. This should not make any
operational differences.
  • juliankoenig87
  • juliankoenig87
06 Aug 2024 20:06
Replied by juliankoenig87 on topic Probe panel for Axis GUI

Probe panel for Axis GUI

Category: AXIS

Perfect.

Tooldata looks as it should (for a standard 2mm tooltip).

So. Have fun.

Julian
  • captain-panda
  • captain-panda's Avatar
06 Aug 2024 19:59 - 06 Aug 2024 20:04
Replied by captain-panda on topic 3 Achs Fräse mit MESA 7C80 und Raspi 4

3 Achs Fräse mit MESA 7C80 und Raspi 4

Category: Deutsch

Okay!
Thank you for this clarification.
I'm considering changing my control concept rather than the firmware.
The larger Gravograph machines have AC spindle motors anyway, and I can use the analog signal for those as well ...
Would this other firmware only turn STEP5 into a PWM output, or affect other functions and/or pinout of the 7C80 as well?
  • TucsonSean
  • TucsonSean
06 Aug 2024 19:58
Replied by TucsonSean on topic Probe panel for Axis GUI

Probe panel for Axis GUI

Category: AXIS

Thank you for the heads up. I believe I found all of the changes needed to be made.

I have also attached my tool table.

-Sean

 

File Attachment:

File Name: tool.txt
File Size:0 KB
Displaying 23641 - 23655 out of 25041 results.
Time to create page: 0.441 seconds
Powered by Kunena Forum