Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
01 May 2025 23:14 - 01 May 2025 23:17

None of the axis are moving - using mesa 7i92t with 7i76u

Category: Basic Configuration

Also you might try checking that the direction pins change state when jogging in either direction

(you will have to disable homing to do this test)
  • tommylight
  • tommylight's Avatar
01 May 2025 23:08

None of the axis are moving - using mesa 7i92t with 7i76u

Category: Basic Configuration

Attach a picture of the wiring here so we can have a look.
  • SteepLearningCurve
  • SteepLearningCurve
01 May 2025 22:27
Replied by SteepLearningCurve on topic None of the axis are moving - using mesa 7i92t with 7i76u

None of the axis are moving - using mesa 7i92t with 7i76u

Category: Basic Configuration

Hi PCW
Thanks for your prompt reply :)
I changed the step time and space time to 5000 for all four motors, switched off everything, and restarted , however it makes no difference (the motors don't move)
I was not sure where to measure the 5v, but choose 7i76u's TB2 connector and checked axis 0 through 3 , using the ground and +5VP on each axis, and all measure 4.9v . (The 5v comes from the 7i92T).
  • Tntmold
  • Tntmold
01 May 2025 22:25
Replied by Tntmold on topic General Questions about using ethercat

General Questions about using ethercat

Category: EtherCAT

Thanks, I added dcconf lines (see attachment) but still get the same pin does not exist error
  • PCW
  • PCW's Avatar
01 May 2025 22:00 - 02 May 2025 00:08

mesa 7i73 4x8 keypad problems on KEY8 input

Category: Driver Boards

7I73 version 16 firmware

Increases the time between setting the row outputs
and sampling the column inputs( for longer cables etc)

Firmware:

 

File Attachment:

File Name: 7i73.zip
File Size:8 KB


SSerial update script:

 

File Attachment:

File Name: updatess-eth.zip
File Size:1 KB



 
  • PCW
  • PCW's Avatar
01 May 2025 21:55

None of the axis are moving - using mesa 7i92t with 7i76u

Category: Basic Configuration

I would first try setting the step time and step space to 5000 (5 usec)
since 2500 (2.5 usec) is the drives minimum (0 margin)

Also check the 5V at the 7I76U to make sure its not low
  • Hakan
  • Hakan
01 May 2025 21:33
Replied by Hakan on topic General Questions about using ethercat

General Questions about using ethercat

Category: EtherCAT

I think you need a dcconf item for every slave in the ethercat-cat.xml file.
I don't have exact syntax here on the phone, but search for dcconf and assignactivate 300 and there should be examples of that line.
  • SteepLearningCurve
  • SteepLearningCurve
01 May 2025 21:12

None of the axis are moving - using mesa 7i92t with 7i76u

Category: Basic Configuration

Hi All
Please can someone suggest next steps to try to get this to work.
I am a novice at this, so it must be something obvious, it’s just not obvious to me :)

Please see hal, ini, io attached.
I have a gantry X Y Y Z (two y motors)
I am using a Mesa 7i92TM connected from P1 to a Mesa 7i76U.
I have tried latest linuxcnc images on both Raspberry pi4 and on Intel NUC, and get the same outcome.
I used current version of mesact

The Linuxcnc dro counts on the screen, but the actual motors don’t move.
It looks like It counts in all axis until the software limits are reached, then errors.
When switched off, you can move gantry by hand in any direction.
When switched on, the gantry is rigid.
Stepper drivers are all DM556T.
Green led shows on all four of the stepper drivers (no red led on any of them)
I have wired from 7i76u to stepper drivers in differential mode, and in single ended mode with common ground, it made no difference, no axis moved.
The watchdog led in middle of Mesa 7i76U is green, and flashes approximately every second.
I have four inputs. Limit switches on the x and z axis, and proximity sensors on both ends of y axis.
In halshow, all four inputs are yellow, and go red if you trigger any of them.
Please can you suggest where to look next, or what config changes to try.
Many thanks
  • Attis92
  • Attis92
01 May 2025 20:17

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

The problem is a bit tricky to explain.

The Python upload script doesn’t show any issues — the problem only becomes visible when connecting to the board via serial port (RS232). On page 215, I described the core issue: the board rejects the new config with the message “JSON Config file CRC incorrect”, even though the CRC is actually correct.

When I initially prepared the board, I uploaded the “basic” EC500 config. This version uses the stepgen module on the BaseThread, which runs at 40kHz. That frequency was too low for my AC servo setup — I could only reach about 2400 mm/min feedrate.
So I tried uploading the DMA-accelerated stepgen config, which supports ~500kHz and lets me reach 6000–8000 mm/min. However, I couldn’t upload this new config due to the CRC issue.
Eventually, I erased the entire chip, re-flashed the firmware, and uploaded the DMA-based config again — and it worked without errors.
But when I tried to modify the config afterwards, the issue came back.

My theory:
The firmware stores the received config on the external NOR flash. After writing, it checks the validity (CRC) — and if it’s OK, it copies the config to another flash region and marks it as "Saved". It also erases the previous area (which is necessary for NOR flash writes).
However, if for some reason this copy/erase process doesn't happen correctly, then the new config can't be written to flash.
There’s no visible error, since the flash still contains data, but the system ends up checking and using the old (cached) config instead.
I’m not sure if I’m right, but it would explain the behavior. 
  • tommylight
  • tommylight's Avatar
01 May 2025 20:01
Replied by tommylight on topic setting up 2 motors on one axis not working

setting up 2 motors on one axis not working

Category: General LinuxCNC Questions

Do both Y have limit/home switches?
They must be set in the wizard for each Y.
  • GriseaTech
  • GriseaTech
01 May 2025 19:52
Replied by GriseaTech on topic New update on STMBL

New update on STMBL

Category: Driver Boards

 
Do you have any information on your chopper circuit for the HV DCLink rectifier? I would love to see how you rectify your power? What type of capacitance have you settled on for the bus? Also it might make sense to right angle PCB for some electrolytic caps to reduce ESR. I know the wire runs are short but i would be interested to see a scope trace of the VBUS during operation.

PS. I was working on updating the STMBL for edge connectors and changed out a few parts including the IPM but I really like your implementation!  
 
  • xlordofpainx
  • xlordofpainx
01 May 2025 19:31
Replied by xlordofpainx on topic setting up 2 motors on one axis not working

setting up 2 motors on one axis not working

Category: General LinuxCNC Questions

Update. when i go to the linux cnc I get 4 joints instead of x y z.
  • xlordofpainx
  • xlordofpainx
01 May 2025 19:17
setting up 2 motors on one axis not working was created by xlordofpainx

setting up 2 motors on one axis not working

Category: General LinuxCNC Questions

Hey,after 2 years i am finally  using 7i96 mesa card. I am trying to set up the motors for my router and the y has 2 motors. i set up both in the pnc conf- one is the main y and the other is tandem Y2. when I then go to the motor testing and setup only one spins when I test. both motors work and when I swap around connectors everything works, including when I set them up as x y z. But when I have 2 motors on one axis only one spins. I wanted to give you the hal file but when I plug in a USB stick it does not pop-up (still very new to this). Here are some pictures. Let me know if I can give you something or how I can get the USB to work so I can download the file haha.  Thanks in advance 
  • meister
  • meister
01 May 2025 19:13

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

Category: Computers and Hardware

New plugin to read position from cheap calipers, unfortunately too slow for position feedbacks (~ 8Hz)

www.youtube.com/shorts/qFDBOTNq4Dk
  • tommylight
  • tommylight's Avatar
01 May 2025 18:43

Probe Basic and Carousel ATC with Geneva and Stepper

Category: QtPyVCP

OK, thank you both.
If so, using a stepgen (if possible without joint/axis) and setting the scaling and steps/unit with the FWD/REW outputs from carousel to stepgen should work in hal...
Displaying 5626 - 5640 out of 24134 results.
Time to create page: 0.263 seconds
Powered by Kunena Forum