Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
25 Oct 2024 00:03
Replied by tommylight on topic Installation Error

Installation Error

Category: Installing LinuxCNC

NTP is ok, but might cause occasional latency warnings.
Start LinuxCNC and choose ant of the SIM configs, then close, then open again and choose a different one, play around and test as much as you like.
It does everything in sim as if it is a real machine, so very good for learning.
  • HogWild
  • HogWild
24 Oct 2024 23:59 - 25 Oct 2024 00:03
Replied by HogWild on topic Installation Error

Installation Error

Category: Installing LinuxCNC

An update:

Ordered and installed a 500Gb SSD to replace the128GB SSD in my industrial PC (IPC).

I then retried the install from my bootable flash drive with the Debian/LinuxCNC install iso.

It again had the error trying to mount the iso on the USB drive so I did as described above…removed the USB drive, waited 15 seconds, re-inserted the USB drive, waited another 15 seconds, and selected the “Try again” option.

This time it mounted the iso on the USB drive successfully and continued with the install.

I went with the suggested partitions and sizes. However, it created a 1Gb swap partition and I had planned to make this at least 4Gb (since the IPC has 4Gb of memory). Oh well, hopefully 1Gb is plenty.

Remainder of install went off without a hitch. Rebooted from the fresh install on the new SSD and Dorian is up & running. Added a USB WiFi stick and loaded the drivers for it and now WiFi is working.

Powered off and moved the IPC upstairs where I only have a WiFi internet access. WiFi connected fine, but date shifted back to a day in June 2024…so I couldn’t get a secure (https) connection to any online web page.

So I googled configuring NTP for a WiFi connection, issued the NTP install command, and after installing I looked up and date/time were set correctly…and now https works fine for connecting to online web pages.

I’m a Linux newbie so happy to get this install working. Hopefully there is no conflict between NTP & LinuxCNC, anyone know?

I started LinuxCNC to take a look around. It immediately asked me to load a machine configuration so I just closed it as I have no idea which one to select.

Now it’s time to read LinuxCNC documentation…
  • tommylight
  • tommylight's Avatar
24 Oct 2024 23:05

Russian machine tool company that uses LinuxCNC with Probe Basic

Category: QtPyVCP

From their PDF:
To set the speed of the spindle 0 to 1000 RPM, use M3 S1000 $0 (CW 1000RPM
for the main spindle) and to turn it off use M5 $0.
To set the speed of the spindle 1 to 10000 RPM, use M3 S10000 $1 (CW only) and
to turn it off use M5 $1.

And lower on that document, at the "plot tab" is Gremlin (the LinuxCNC visualization screen, not the small monsters from the movie :) )
Last page, board with parallel port, oh yes! :)
Still the price is not astronomical.
  • Micro2000
  • Micro2000
24 Oct 2024 23:03 - 24 Oct 2024 23:08
Replied by Micro2000 on topic Base Thread Over 100k

Base Thread Over 100k

Category: General LinuxCNC Questions

When I take the gpu out it starts to load debian, then the screen goes black. It was showing visuals perfectly fine before. The TV I'm using now isn't showing the resolution error, at first I was using a vga dell monitor, and that was showing the error. 
  • spumco
  • spumco
24 Oct 2024 22:46

Russian machine tool company that uses LinuxCNC with Probe Basic

Category: QtPyVCP

And there's this one:

www.apsx.com/apsx-nano-cnc-swiss-lathe

Nowhere do they explicitly mention LCNC.  It runs on "ASPX CNC software."

And yet...

All the g-codes, M-codes, etc. are identical.  Post processor is minor edit of the LCNC post.

Not sus at all.
  • viaj2901
  • viaj2901
24 Oct 2024 22:42

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Hello, great job with porting remora to these boards.
I went through a lot of post on this forum thread, but I'm not able to find the schematics for the EC500. Does anyone have a reverse engineering version of the PCB schematics? Thanks!
  • PCW
  • PCW's Avatar
24 Oct 2024 22:37

Unexpected realtime delay on task 0 with period 1000000

Category: QtPyVCP

It's not a issue with Intel MACs
If you disable IRQ coalescing
and pin IRQs, You get pretty decent
performance.

For example on this HP8300 I have been running a test on a 7I76EU
with a 3 KHz servo thread for about 3 days while using the PC for general
web browsing, email etc and have not had any issues.
(CPU frequency is 2.9 GHz and times are in CPU clocks)


 

 
  • Lcvette
  • Lcvette's Avatar
24 Oct 2024 22:14

Unexpected realtime delay on task 0 with period 1000000

Category: QtPyVCP

@PCW who would be the person group best suited to fixing it, and do they know about it? is this a linuxcnc thing or a debian thing?
 
Honestly its a Linux thing (broken driver) but would be easier to fix in a non debian compliant ISO
Ultimately it should get fixed in the kernel driver so the proprietary Realtek driver is not needed.

Interesting, would it help the intel adapter performance as well? bring it back to the 4.9 kernel day performance?  i miss those days...lol
  • PCW
  • PCW's Avatar
24 Oct 2024 22:03
Replied by PCW on topic matrix_kb + 7i93 should work together?

matrix_kb + 7i93 should work together?

Category: Advanced Configuration

The matrix_kb component can work with a 7I73 or any I/O device
that has input and output bits. With a 7I73, it converts a scan code byte
to individual key outputs. With a general I/O device it provides the row and column
output and input bits and converts them to individual key outputs.

Are you sure the 7I93 I/O bits are set in the proper directions?
 
  • Stran_ge
  • Stran_ge
24 Oct 2024 21:43
Replied by Stran_ge on topic Spindle servo step/dir Problems

Spindle servo step/dir Problems

Category: Advanced Configuration

it does have a speed display, i guess i could try to check the scales for both encoder and step scale. I will report back once i wake up, ty guys your help is truly appreciated!!
  • macsddau@linuxcnc
  • macsddau@linuxcnc's Avatar
24 Oct 2024 21:42 - 24 Oct 2024 21:43
Any idea how to write PP form APT to ngc was created by macsddau@linuxcnc

Any idea how to write PP form APT to ngc

Category: Post Processors

Hi Evrybody
I'm trying to write a post-processor to convert APT file (ISO4343) to ngc to get path working on LinuxCNC. A long time ago, unfortunaltly, I have thrown away my course of PP writing (it was in the early 90's for CATIA v3 with FORTRAN). I have not practice since this time.
I'm slowly learning Python for this.
Is anyone have an idea how-to ? APT language ? How to structure program ? ...
  • pingtomi
  • pingtomi
24 Oct 2024 21:41
matrix_kb + 7i93 should work together? was created by pingtomi

matrix_kb + 7i93 should work together?

Category: Advanced Configuration

Hello,

I've tried to set up matrix_kb with 7i93 using 3x3 matrix at a first time but it reads all buttons in one column as pressed (of course I press only one button).
I've tried to use diodes to separate buttons without success.
I see but doesn't clearly understood that matrix_kb is mainly designed for 7i73, is this correct?
Should it work with 7i93 or must I go with 7i73? 7i73 for me wouldn't be a convenient solution because my 7i95's SS ports are configured as SSI interfaces for ABS encoders so it would be difficult to connect an additional 7i73 to it.
Any other ideas/workaround to be able to connect about 30 buttons to Linuxcnc without using 30 inputs?

Thanks a lot.
Tamas
 
  • scotta
  • scotta's Avatar
24 Oct 2024 21:32

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

Raspberry Pi 5 support

As you may have seen in the rp1lib thread, I've been working on RPi 5 SPI support for LinuxCNC. It's ready for some testing and feedback!

github.com/scottalford75/Remora/tree/mai...omponents/Remora-spi

This version of the Remora component will detect which Raspberry Pi version it is running on and load the appropriate SPI and GPIO drivers, BCM2835 or rp1lib.

For the Raspberry Pi 5 there is future features that will need to be added to the loadrt command line:
  1. The RPi 5 has 5 SPI instances available on the header
  2. Each SPI instance has a choice of 2 - 4 chip select GPIO pins
  3. Different method to configure frequency
For those that wish to test, remember this is a Beta version. Bugs may still be present.
 
  • tommylight
  • tommylight's Avatar
24 Oct 2024 21:24
Replied by tommylight on topic Spindle servo step/dir Problems

Spindle servo step/dir Problems

Category: Advanced Configuration

Does the servo drive have a speed display?
If not, Do you have something to check the spindle RPM?
If not, do you have an arduino and a photo resistor or optical sensor?
All these measuring should be done with no spindle feedback in hal as not to mess up the readings when commanded at a certain speed.
-
The encoder feedback RPM is easy to find manually, set the hal show to show the raw counts from the spindle and rotate the spindle by hand 1 full turn, adjust the scale accordingly.
-
This is untested, but setting the spindle as an axis and the output scale to 1 and checking how many mm it takes for a full rotation by using MDI or just jogging, would yield the actual scale.
Displaying 19276 - 19290 out of 24145 results.
Time to create page: 1.503 seconds
Powered by Kunena Forum