Advanced Search

Search Results (Searched for: )

  • schnellmued
  • schnellmued
24 Nov 2024 16:27 - 24 Nov 2024 17:13
Replied by schnellmued on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

If you have a couple of probes you can always flash one with the following firmware.

github.com/scottalford75/Remora-RT1052/tree/main/CMSIS-DAP
Hi Scott

I have two ST Link v2, flashed the CMSIS-DAP firmware to one of it.  When i plug this in either Windows or Linux PC i dont get a new drive for drag&drop operation of the Firmware ? It this working different then shown in your "Remora RT1052 DAPLink Programming" Youtube video ? Also i cannot find the firmware you have used in those video anymore, was this replaced with the FW linked above ?  I need to flash a NVem with rt1052 Chip

Log from the linux pc:

Nov 24 17:13:00 xxx kernel: usb 1-5: Product: CMSIS-DAP
Nov 24 17:13:00 xxx kernel: usb 1-5: Manufacturer: X893 ARM
Nov 24 17:13:00 xxx kernel: usb 1-5: SerialNumber: 0001A0000000
Nov 24 17:13:00 xxx kernel: cdc_acm 1-5:1.0: ttyACM0: USB ACM device
Nov 24 17:13:00 xxx kernel: hid-generic 0003:C251:F001.000A: hiddev1,hidraw8: USB HID v1.00 Device [X893 ARM CMSIS-DAP] on usb-0000:00:14.0-5/

and a BIG thanks btw for your great work :)
-
schnellmued

edit: seems like i need to use the pyocd to flash tool
  • Aciera
  • Aciera's Avatar
24 Nov 2024 16:10
Replied by Aciera on topic Is wiki.linuxcnc.org out?

Is wiki.linuxcnc.org out?

Category: General LinuxCNC Questions

Is this what you are looking for?
wiki.linuxcnc.org/cgi-bin/wiki.pl
  • jmelson
  • jmelson
24 Nov 2024 15:45

Probe Interface Board Design (resistance switching)

Category: Driver Boards

There are precision levels, one brand is the Taylor Hobson Talyvel. It has a small sensor unit that is about 5" square, and can easily detect arc second changes. Slipping a human hair under one end drives it completely off scale.

I have one obtained surplus on eBay. it reads out to 0.1 arc second and after factory calibration is supposed to be accurate to 0.2 arc second. When I put it on the bed of my 3500 Lb. lathe it easily detects the change when I walk from one end of the lathe to the other. The advantage of this is it has magnetic damping so that if you pick up the sensor and place it on a surface, it settles within 2 seconds! A water level or oil bubble master precision level takes at least 30 seconds to settle.

Jon
  • PCW
  • PCW's Avatar
24 Nov 2024 15:14
Replied by PCW on topic Multiple Mesa 7I84 I/O board setup

Multiple Mesa 7I84 I/O board setup

Category: General LinuxCNC Questions

This is doable, take a look at this thread:

forum.linuxcnc.org/38-general-linuxcnc-q...o-7i92-boards#311116

You can use mesaflash to change the EEPROM IP address
(probably to 10.10.10.11)
 
  • JT
  • JT's Avatar
24 Nov 2024 14:16
Replied by JT on topic Flex GUI Tutorials

Flex GUI Tutorials

Category: Other User Interfaces

Tutorial 23



JT
  • rmavalente
  • rmavalente
24 Nov 2024 14:15
Is wiki.linuxcnc.org out? was created by rmavalente

Is wiki.linuxcnc.org out?

Category: General LinuxCNC Questions

Hello Mates,

I can't access wiki for 15 days or so, is it out? Other than archive.org, is that another url?
 
  • Aciera
  • Aciera's Avatar
24 Nov 2024 12:58
  • gekonko
  • gekonko's Avatar
24 Nov 2024 12:30 - 24 Nov 2024 12:31
Replied by gekonko on topic Translation files for QtPlasmaC

Translation files for QtPlasmaC

Category: Plasmac

I have translated mainly the MainWindow when I decided to test it, before putting more hours in it.
I have also tested to translate only one button "estop", the compiled .qm file had the translation inside.
 

Attachment not found



I have also spotted difference between mine and @Franklin's .ts file. At the very beginning, the line="42" and line="43" is different. Does this means that these translations arent compatible between versions?
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="uk_UA" sourcelanguage="en">
<context>
<name>Conversational</name>
<message>
<location filename="../../../../../lib/python/qtvcp/lib/qtplasmac/conv_block.py" line="42"/>
<source>Block Error</source>
<translation type="unfinished"></translation>
</message>



[code]<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="sk_SK" sourcelanguage="en">
<context>
<name>Conversational</name>
<message>
<location filename="../../../../../lib/python/qtvcp/lib/qtplasmac/conv_block.py" line="43"/>
<source>Block Error</source>
<translation type="unfinished"></translation>
</message>
[/code]
  • SigveCNC
  • SigveCNC
24 Nov 2024 12:28 - 24 Nov 2024 12:29
Replied by SigveCNC on topic Mori Seiki MV-Junior Retrofit

Mori Seiki MV-Junior Retrofit

Category: Milling Machines

Hi.  Andre Fellow Norwegian here. Is it possible to talk to you on messenger or something?
  • royka
  • royka
24 Nov 2024 11:25 - 24 Nov 2024 12:51
Replied by royka on topic Real-Time Kernel with Orange Pi 4 LTS

Real-Time Kernel with Orange Pi 4 LTS

Category: General LinuxCNC Questions

When you activate too many overlays they can interfere with each other, because some pins have multiple functions. Some can also cause extra interrupts, so remove everything that you don't need and isolcpus should be placed after extraargs:
verbosity=1
bootlogo=true
console=both
fdtfile=rockchip/rk3399-orangepi-4-lts.dtb
rootdev=UUID=a703d82e-8d61-4266-8b54-c10361d608ca
rootfstype=ext4
extraargs=isolcpus=2-5
overlay_prefix=rockchip
overlays=rk3399-opp-2ghz rk3399-spi-spidev rk3399-uhs
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
​​​​​​​
  • Hossein74Majidi
  • Hossein74Majidi
24 Nov 2024 06:45 - 24 Nov 2024 08:06
Replied by Hossein74Majidi on topic Real-Time Kernel with Orange Pi 4 LTS

Real-Time Kernel with Orange Pi 4 LTS

Category: General LinuxCNC Questions

That's nice, how is the latency? It might help to isolate the last 4 cores (isolcpus=2-5)if just isolating the last core is not good enough (isolcpus=5)

For spi, open /boot/armbianEnv.txt and edit the following:
overlay_prefix=rockchip-rk3399
overlays=spi-spidev
 

The latency not good actually, it's 75 us with 6*glxgears without SSH, however during this test, there was so many lags.
and with SSH it was 130 us.
and about:
overlay_prefix=rockchip-rk3399
overlays=spi-spidev
I have now this:
verbosity=1
bootlogo=true
console=both
overlay_prefix=rockchip
fdtfile=rockchip/rk3399-orangepi-4-lts.dtb
rootdev=UUID=a703d82e-8d61-4266-8b54-c10361d608ca
rootfstype=ext4
overlays=rk3318-box-cpu-hs rk3318-box-emmc-ddr rk3318-box-emmc-hs200 rk3318-box-led-conf1 rk3318-box-led-conf2 rk3318-box-led-conf3 rk3318-box-led-conf4 rk3318-box-wlan-ap6330 rk3318-box-wlan-ap6334 rk3318-box-wlan-ext rk3328-i2c0 rk3328-i2s1-pcm5102 rk3328-opp-1.4ghz rk3328-opp-1.5ghz rk3328-spi-spidev rk3328-uart1 rk3399-dwc3-0-host rk3399-i2c7 rk3399-i2c8 rk3399-opp-2ghz rk3399-pcie-gen2 rk3399-spi-jedec-nor rk3399-spi-spidev rk3399-uart4 rk3399-uhs rk3399-w1-gpio rk3566-sata2 rk3568-hk-i2c0 rk3568-hk-i2c1 rk3568-hk-pwm1 rk3568-hk-pwm2 rk3568-hk-pwm9 rk3568-hk-spi-spidev rk3568-hk-uart0 rk3568-hk-uart0-rts_cts rk3568-hk-uart1 rk3568-nanopi-r5c-leds rk3568-nanopi-r5s-leds rockpi4cplus-usb-host rockpro64-lcd
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
isolcpus=2-5

Do I need to change it? cause the spi is there already.

 
  • Nitram
  • Nitram's Avatar
24 Nov 2024 05:12
Replied by Nitram on topic 6i24 and boot / gpu

6i24 and boot / gpu

Category: Driver Boards

Thanks Peter and Tommy.
All the board jumpers are set to 5i24 settings.
There are no options in bios for pcie settings unfortunately.
They're is a 1x pcie slot on the mb but neither this, nor any other slots will allow the computer to boot with the 6i24 in situ.
As a trial, I have another (Windows) machine. That machine boots fine and the card is visible in device manager.
I think for now I'm putting it down to something to do with the computer, possibly mother board related.
One last question though, is there a minimum version of linuxcnc which needs to be used to allow the computer to recognise a 6i24?? Could it be something as simple as missing drivers?? IIRC the last time I updated was about 18 months ago.
Thanks!!
  • IronManDylan
  • IronManDylan
24 Nov 2024 04:18
Replied by IronManDylan on topic Fast Hole EDM from Hacked Parts

Fast Hole EDM from Hacked Parts

Category: General LinuxCNC Questions

Hey Tommy,

Thanks. I actually just got a response from Peter.  He gave me the same link you gave me but told me there is a firmware that already has the modifications that I need.  It's called 7i96s_pmd.bin.  So it seems that as long as I can get this to flash I should be good to go as far as listening to the PWM from the Powercore from Rack Robo goes. 

Assss long as the Mesa board can pick up a 3.3v signal on that pin.  It seems that is what the Powercore is putting out as its PWM signal. I can also ask Peter about this and worst case I can run the input into a MOSFET or something similar to up the voltage into the Mesa...

Best,
-Dylan
  • wrhammer
  • wrhammer
24 Nov 2024 03:49
Multiple Mesa 7I84 I/O board setup was created by wrhammer

Multiple Mesa 7I84 I/O board setup

Category: General LinuxCNC Questions

Hello,
I'm getting more familiar with LinuxCNC and Mesa boards, converting a Biesse Rover 13s and have a 7I96s step and direction interface along with a 7I77 analog servo interface connected via the P1 expansion connector. I also have one 7I84 I/O board connected via the TB2 sserial and all is well, I can command the outputs etc. from halshow at all the boards but I need to connect two more 7I84s. I also have the 7I94T anything I/O Ethernet card but I'm using ethernet already on the 7I96S with 10.10.10.10. Should I reset the 7I94T IP to something other than .10 and use an ethernet switch or is there another way to use multiple sserial channels from the 7I96S?

By the way I really appreciate all the others that have gone before me and made this all possible! Thanks for the help!
  • KenSea
  • KenSea
24 Nov 2024 03:22 - 24 Nov 2024 03:24
Pi 4 with Pi Touch Display was created by KenSea

Pi 4 with Pi Touch Display

Category: Installing LinuxCNC

I was typing up a post to ask for help getting LinuxCNC 2.9.2 running on a Raspberry Pi 4 B attached to a Raspberry Pi 7 inch Touch Display, when I finally figured out the solution. Thought I'd still make the post for helping others or possibly even future me if I have to rebuild this system one day.

The Pi Touch uses DSI for connecting to a Raspberry Pi and seems LinuxCNC doesn't have the required settings enabled in the config.txt by default. Not really a surprise as its probably an unusual pairing of hardware and OS.

The solution was adding the below text to config.txt

dtoverlay=vc4-kms-v3d
#DSI1 Use
dtoverlay=vc4-kms-dsi-7inch
# Automatically load overlays for detected DSI displays
display_auto_detect=1
 
Displaying 16786 - 16800 out of 24502 results.
Time to create page: 0.447 seconds
Powered by Kunena Forum