Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
Today 17:43

Can't install Linux 2.9.8 hybrid alongside Windows 11.1

Category: Installing LinuxCNC

Might have better luck searching the Debian forums with this, although win11.....
  • tommylight
  • tommylight's Avatar
Today 17:39
Replied by tommylight on topic Nice small 5 axis machine with some nice features

Nice small 5 axis machine with some nice features

Category: Show Your Stuff

Bump.
They post plenty of new videos, but i did not have time to watch them.
  • Aciera
  • Aciera's Avatar
Today 17:39 - Today 17:44
Replied by Aciera on topic CSS/G96 for other than X-axis?

CSS/G96 for other than X-axis?

Category: Advanced Configuration

Interesting. Just checked on a sim on 2.10pre and setting ini velocities to 0 does not quite work for me. The tool moves to the start of the spiral and then moves back. A bit strange really:

 

Same on 2.9.8
  • Lcvette
  • Lcvette's Avatar
Today 17:26
Replied by Lcvette on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

thats true, i did that because we now listed everything here in the docs. I will remove the machine setup file ini since it can be copied directly from the docs page instead and will be kept more current. good looking out susan-parker!
  • tommylight
  • tommylight's Avatar
Today 17:10
Replied by tommylight on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

You still have the:
.turret.hal:1: Unknown command ''
error, there is something on the first line of that file causing the error.
Try running it through a dos/win to Linux script, might be some strange character there.
  • RotarySMP
  • RotarySMP's Avatar
Today 16:33 - Today 16:43

Gmoccapy scaling up each time you exit tool table - 2.9.8 trixie

Category: Gmoccapy

Hans contacted over the github bug tracker, to have me run the Gmoccapy lathe sim, and sure enough, there is no scaling error behaviour there.

So I also tried the Gmoccapy Lathe_Macros sim, and that has the scaling behavior error.

When I created my current config, copied my old 2.8.2 config files, and cut paste the lathe macro files from this sim. Any ideas where I need to look for corrective action appreciated.
Cheers,
Mark

 
  • RotarySMP
  • RotarySMP's Avatar
Today 16:30
Replied by RotarySMP on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

I tried running just the turret.comp under halrun, and have the same result as Andy. It works.
 

But when I call it from my custompostgui.hal, it errors out. See attached error logs.
Cheers,
Mark
 
  • spumco
  • spumco
Today 15:44
Replied by spumco on topic CSS/G96 for other than X-axis?

CSS/G96 for other than X-axis?

Category: Advanced Configuration

That worked like magic.

I removed all the jog-disconnect stuff from the M-codes and substituted
hal setp ini.v.max_velocity    0
hal setp ini.0.max_velocity    0

in the switched-mode M-code file, and the opposite in the normal-mode M-code.

Switchkins still works: parting slide is still connected to the X-axis controls, but the V-axis/Joint_0 simply doesn't move.
  • Axis GUI jog controls do nothing (!)
  • G-code V-axis moves do nothing
  • MDI does nothing
  • V-axis jogging does nothing (via MPG or continuous buttons)
  • No following errors or other issues noted
Best part is if I command a G0 Vnnn via MDI and then switch the axes back to normal, nothing 'jumps' like there's a blocked command waiting to be unblocked or re-enabled.

I'm probably missing some odd situation where this could bite me, but the fact is I'm only planning to use this switched mode briefly while the parting tool is in action (during a program) and then immediately restore the kinematics.

See any 'gotchas' with this?
  • juan13372k
  • juan13372k
Today 15:21
SIEG SX3.5Z Drivers EtherCAT A6 Steppers was created by juan13372k

SIEG SX3.5Z Drivers EtherCAT A6 Steppers

Category: Driver Boards

Hello,

i bought this Sieg Typ Mill SX 3.5 from Paulimot in Germany. I now need to buy Steppers and Drivers. 
This is the Mill:  sieg-sx3.5z i bought the Mill with glas scales and i like to implement them in the driver if possible?

I am thinking of getting the the following Driver and Steppers if it makes sense:  400-w-ethercat-ac-servomotor-kit  
i would be nice if the experts can give me a feedback because iam quit new to this topic. 
thank you 
  • spumco
  • spumco
Today 15:10
Replied by spumco on topic CSS/G96 for other than X-axis?

CSS/G96 for other than X-axis?

Category: Advanced Configuration

I think I just found what may be a stupidly-easy solution:  set MAX_VELOCITY to zero.

I set AXIS_X & JOINT_0 max velocity to 0 in a test INI file and LCNC started up with no complaints.

Z-axis homed first, then X just sat there doing nothing - as expected.

Next test will be to edit the switchkins M-code and try it after everything is homed.
  • Aciera
  • Aciera's Avatar
Today 14:47 - Today 15:03
Replied by Aciera on topic CSS/G96 for other than X-axis?

CSS/G96 for other than X-axis?

Category: Advanced Configuration

This may be of interest:
github.com/LinuxCNC/linuxcnc/compare/mas..._axes_in_interpreter

Adds a magic comment (mask,xyzabcuvw) to the interpreter. This allows setting which axis words (ie any of 'xyzabcuvw') to disable in the interpreter.
Works for MDI and inside Gcode programs.

(mask, <if none of 'xyzabcuvw'>;)    ->  no restrictions apply [default]
(mask,z)    ->  if the interpreter finds a 'z' word an error is raised
(mask,zab)  ->  if the interpreter finds a 'z', 'a', or 'b' word an error is raised

Notes:
 Only the first nine (9) characters after the comma (,) are considered.
 Upper- and/or lowercase letters are supported.


 
  • RotarySMP
  • RotarySMP's Avatar
Today 13:49 - Today 13:57
Replied by RotarySMP on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

Thanks a lot for trying that Andy. I'll compile your correction this evening. I will probably have to put the 2.8.2 SSD back in the machine, and I can also see if this works there without error.

If I fall back on somehing like 2.8.4 buster ISO, do I loose your latest macros layout?
  • HansU
  • HansU's Avatar
Today 13:14
Replied by HansU on topic Display slightly too big

Display slightly too big

Category: Gmoccapy

I think it's a bit different. Because the original issue is about expanding the width but your window gets expanded in both dimensions.
  • susan-parker
  • susan-parker
Today 13:09
Replied by susan-parker on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

This step 5 appears to be missing from the current documentation:

kcjengr.github.io/probe_basic/machine_config.html

Step 3: Edit INI files
... only has 4 steps.
  • cekaa
  • cekaa's Avatar
Today 12:13

Hello, I would like to add an EtherCAT IO device. What should I do

Category: EtherCAT

Is there a place to learn how to use XML?


ceka@debian:~$ ethercat pdos

=== Master 0, Slave 2 ===
SM0: PhysAddr 0x1000, DefaultSize   64, ControlRegister 0x26, Enable 1
SM1: PhysAddr 0x1100, DefaultSize   64, ControlRegister 0x22, Enable 1
SM2: PhysAddr 0x1200, DefaultSize    6, ControlRegister 0x64, Enable 1
SM3: PhysAddr 0x1400, DefaultSize   12, ControlRegister 0x20, Enable 1
=== Master 0, Slave 3 ===
SM0: PhysAddr 0x1000, DefaultSize  128, ControlRegister 0x26, Enable 1
SM1: PhysAddr 0x1400, DefaultSize  128, ControlRegister 0x22, Enable 1
SM2: PhysAddr 0x1800, DefaultSize    5, ControlRegister 0x64, Enable 1
  RxPDO 0x1600 "RxPDO0-Map"
    PDO entry 0x7000:01, 16 bit, "OUT"
SM3: PhysAddr 0x1c00, DefaultSize    7, ControlRegister 0x20, Enable 1
  TxPDO 0x1a00 "TxPDO1-Map"
    PDO entry 0x6000:01, 16 bit, "IN"
ceka@debian:~$

 
Displaying 16 - 30 out of 17468 results.
Time to create page: 0.218 seconds
Powered by Kunena Forum