Advanced Search

Search Results (Searched for: )

  • bmoo
  • bmoo
21 Feb 2026 18:06
Replied by bmoo on topic Help wiring G0704 Spindle to Mesa 7i96s

Help wiring G0704 Spindle to Mesa 7i96s

Category: Milling Machines

Whoops, got the wrong image. It's a 7i96s
  • PCW
  • PCW's Avatar
21 Feb 2026 17:44

Considering a Full Rewire on a Working Schaublin 125 CNC

Category: Turning

You can figure it out via the 7I85 manual but more easily with:

mesaflash --device 7i92t --addr [card_ip_address] --dbname1 7i85 --readhmid
  • tommylight
  • tommylight's Avatar
21 Feb 2026 17:44
Replied by tommylight on topic Help wiring G0704 Spindle to Mesa 7i96s

Help wiring G0704 Spindle to Mesa 7i96s

Category: Milling Machines

Do you have a Mesa 7i96 or 7i96S?
Your tittle says 7i96S but the attached picture is for 7i96, so what gives?
  • Dudelbert
  • Dudelbert
21 Feb 2026 17:04

Considering a Full Rewire on a Working Schaublin 125 CNC

Category: Turning

Thanks for the answer.

One question: Smart Serial 0 is on DB25 pins 1 and 14, can you tell me which location on the 7i85 that corresponds to? I would assume it is the same as Serial 0 with the “normal” firmware (TB2 in the middle). Is that correct?
  • freemoore
  • freemoore
21 Feb 2026 16:22
AT903 VFD modbus register map was created by freemoore

AT903 VFD modbus register map

Category: Advanced Configuration

Hi all, 

After some success with modbus comms using pkuart and hm2_modbus (thanks to PCW for all the support) I'm minded to try talking to the VFD with modbus as well.  However the vfd is (cheap, amazon-sourced) model AT903 of the AT900 series, maker unknown, and although the manuals I've found show how to set it up for modbus comms they do not include any kind of register map. There's a parameter for '0=standard modbus 1=nonstandard modbus' and a number of other params related to serial comms, but that's it. 

Has anyone successfully talked to one of these over serial, or knows who make them, or has the register map? 


Andy
  • bmoo
  • bmoo
21 Feb 2026 16:21

Help wiring G0704 Spindle to Mesa 7i96s

Category: Milling Machines

Hello there. I'm at a loss for how to wire my spindle to my mesa card to control on/off, direction, and RPM. Could anyone give me some advice please? Attached are the mill wiring diagram and mesa pinout. TIA 
  • PCW
  • PCW's Avatar
21 Feb 2026 16:21

Considering a Full Rewire on a Working Schaublin 125 CNC

Category: Turning

There are no PWMgens at the hal level with a 7I77/7I83, the analog outputs are all 7i77 or 7i83 pins

The likely reason you don't see the 7I83 is that it's disabled in the hal file

No sure which channel its on but consider changing "sserial_port_0=2xxxxxxx" to "sserial_port_0=00000xxx"
because the original statement only enables one sserial channel (0) and sets it to mode 2, and it looks like you
have 2 sserial channels connected. In addition the 7I83 only supports mode 0.
  • Marcos DC
  • Marcos DC's Avatar
21 Feb 2026 16:20
Replied by Marcos DC on topic How good is Ethercat motion control?

How good is Ethercat motion control?

Category: EtherCAT

@NWE

Industrial drives like Omron should not show behavior that depends on history or on how many times you repeat a homing cycle. They don’t “degrade” or become inconsistent just because you run the same sequence again and again. If behavior changes depending on history or number of cycles, that’s almost always a bug in the integration logic (state not reset, counters not reinitialized, missing edge detection, incomplete state machine), not in the drive or in EtherCAT(fieldbus) itself

how many CiA402 implementations are we talking about?
which one are you actually using in your setups? For example, are you using the stock cia402.comp, a modified version, or something else on top of LCEC? And with which drives / modes?

I know this thread is about EtherCAT motion control in general, so to avoid derailing it, maybe it makes sense to open a separate thread focused on this specific Omron / CiA402 / startup behavior case, where we can look at the actual component, configuration and state machine logic in detail
  • Konstantin
  • Konstantin
21 Feb 2026 15:38 - 21 Feb 2026 15:41
Replied by Konstantin on topic CiA 402 Folder Missing

CiA 402 Folder Missing

Category: EtherCAT

Thank you for your help. Actually @3404gerber was right, I had the EtherCAT master working but did not have any configuration created. I managed to move the drives, by the way there are 4 drives, and basic move in joint mode is working fine.

For the past few days I was trying to get the homing to work but no success so far. My servos are with absolute encoders and first of all I tried homing on the current position - it works. Now I would like to home the motors on index pulse but I cannot get it working. I installed and compiled cia402_homecomp and added the HOMEMOD line in the .ini file of the machine.

The problem is when I click home joint button, the motors starts moving at the predefined velocity and keeps moving untill "joint 0 following error" occurs and the drive has fault that says "Homing sequence timeout".

Would you provide any hints on how to approach this problem?

My settings are the same for all 4 axis and you can check them below:

.hal file:
#########################################
#nets
#########################################
net emc-enable => iocontrol.0.emc-enable-in
sets emc-enable 1

#config
setp cia402.0.csp-mode 1
setp cia402.0.pos-scale 8388608

#from servo(ethercat) to cia402
net x-statusword      lcec.0.0.cia-statusword => cia402.0.statusword
net x-opmode-display  lcec.0.0.opmode-display => cia402.0.opmode-display
net x-drv-act-pos     lcec.0.0.actual-position => cia402.0.drv-actual-position
net x-drv-act-velo    lcec.0.0.actual-velocity => cia402.0.drv-actual-velocity

#from cia402 to servo(ethercat) 
net x-controlword         cia402.0.controlword => lcec.0.0.cia-controlword
net x-modes-of-operation  cia402.0.opmode => lcec.0.0.opmode
net x-drv-target-pos      cia402.0.drv-target-position => lcec.0.0.target-position
net x-drv-target-velo     cia402.0.drv-target-velocity => lcec.0.0.target-velocity

#from motion to cia
net x-enable    <= joint.0.amp-enable-out => cia402.0.enable
net x-amp-fault => joint.0.amp-fault-in   <= cia402.0.drv-fault
net x-pos-cmd   <= joint.0.motor-pos-cmd  => cia402.0.pos-cmd
net x-pos-fb    => joint.0.motor-pos-fb   <= cia402.0.pos-fb

#homing
net x-home-request         joint.0.request-custom-homing     =>         cia402.0.home
net x-homing             joint.0.is-custom-homing         <=         cia402.0.stat-homing
net x-homed             joint.0.custom-homing-finished     <=         cia402.0.stat-homed

.ini file
HOME                    = 0
HOME_OFFSET                = 0
#HOME_SEQUENCE            = 0
HOME_SEARCH_VEL            = 0
HOME_LATCH_VEL            = 1.0
#HOME_IGNORE_LIMITS        = YES
HOME_USE_INDEX          = YES
  • NWE
  • NWE's Avatar
21 Feb 2026 15:25
Replied by NWE on topic How good is Ethercat motion control?

How good is Ethercat motion control?

Category: EtherCAT

--snip--
I don't know if that's a linuxcnc thing, and ethercat thing, or just a stupid omron thing.

Other than these quirks though, its great and I would not switch back for anything haha.

What model number Omron drive is this? Also, are you using some form of CIA402 component with it? Which one?

I have had a keen interest in Omron servos for a while, but never actually worked with one of those. One of my upcoming projects could use one, now knowing there is "some mysterious bug" of sorts really catches my interest. If I manage to carve out some time for this, I would like to acquire the hardware and investigate the problem.
  • Dudelbert
  • Dudelbert
21 Feb 2026 15:24

Considering a Full Rewire on a Working Schaublin 125 CNC

Category: Turning

I had another look, and the encoder issue was my mistake, it is working fine.

To get a working config, I tried multiple variants of the 7i92 internal and 7i77 firmware in PnCconf, but I was not able to get it to allow me to set the PWM number greater than 0. However, I think I found a possible solution. I flashed the 7i92t_7i85s_4pwm firmware. That is not the correct firmware for my hardware, but it allows me to generate a config that I can actually start in AXIS and inspect in HAL Show.

My intention was to use the one Smart Serial port that should still be there to connect the 7i83, then change all the PWM configuration to that, and afterwards reflash with the correct firmware to get the other Smart Serial ports back. However, I cannot get the Smart Serial interface to appear in HAL Show.

Is there a fundamental error in my approach?

I also attached some pictures of what I am currently seeing.
  • Marco61
  • Marco61
  • michaeln
  • michaeln
21 Feb 2026 15:13
Replied by michaeln on topic G-code wizard für Gmoccapy

G-code wizard für Gmoccapy

Category: Gmoccapy

Hallo T_D,

vielleicht hilft dir das weiter:
forum.linuxcnc.org/nativecam/53492-nativ...9-3?start=100#343260
Damit solltest du NativeCAM integriert in Gmoccapy zum Laufen bekommen.

Viele Grüße 
michaeln
 
  • michaeln
  • michaeln
21 Feb 2026 15:07
Replied by michaeln on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

Hello,

i made a new guide for installation NativeCAM on LinuxCNC.
The last guide from Giovanni is one year old, in the time between this forum-thread was growing.
With this new version i want to share all from the LinuxCNC-Forum topic compact for an easy and fast installation.
Some points i add like starting NativeCAM in a different language like GERMAN or FRENCH or integrate it on gmoccapy.

Thanks to FernV, freemoore and Giovanni for their work to get NativeCAM running with LinuxCNC 2.9.4

Best regards
michaeln
  • tommylight
  • tommylight's Avatar
Displaying 61 - 75 out of 18772 results.
Time to create page: 0.215 seconds
Powered by Kunena Forum