Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
19 Sep 2024 10:46
Replied by Aciera on topic Make arc in W axis

Make arc in W axis

Category: General LinuxCNC Questions

So that is at least two axis on opposing sides sometimes doing arcs simultaneously...

It is not possible to execute two arcs simultaneously. What you could do is use the switchable kinematics feature to switch the X and Z axes to different joints. So you could run regular gcode with arcs in the XZ plane and switch in gcode on which side of the work piece the movement takes place. Remember though that this is possible only one after the other not both simultaneously.

Arc moves are really only defined for linear axes XY, XZ or YZ. If you need different linear axes to perform arcs then switching the joint/axes mapping using switchable kinematics seems to be the only way to go.
  • Moutomation
  • Moutomation
19 Sep 2024 10:26 - 19 Sep 2024 10:27
Replied by Moutomation on topic ethercat gantry

ethercat gantry

Category: Advanced Configuration

When HOME_SEQUENCE = 0 I'm thinking of running a subroutine at startup, I'll equalize the axis positions there, for example I'll send the y1 axis to the y2 axis position and then
Maybe changing HOME_SEQUENCE =-2 could solve the problem. but I don't know how to change these parameters in gcode file
I want to change the HOME_SEQUENCE parameter for joint_1 and join_2. But I will try and see if this is a solution.
  • Moutomation
  • Moutomation
19 Sep 2024 10:16 - 19 Sep 2024 10:18
Replied by Moutomation on topic ethercat gantry

ethercat gantry

Category: Advanced Configuration

I have done many tests but the problem persists. If the two engine positions are not the same at the first start, one of the engines tries to move to the other engine's position very quickly.
I have no idea how to solve this

[JOINT_1]
TYPE = LINEAR
MAX_VELOCITY = 10
MAX_ACCELERATION = 5000
STEPGEN_MAXVEL = 10
STEPGEN_MAXACCEL = 10
SCALE = 1
FERROR = 200
MIN_FERROR = 50
MIN_LIMIT = -100000
MAX_LIMIT = 120000
HOME = 0
HOME_OFFSET = 0
HOME_ABSOLUTE_ENCODER   = 2
HOME_SEQUENCE = 2

HOME_SEARCH_VEL = 1
HOME_LATCH_VEL = 1

HOME_IGNORE_LIMITS     = 0
HOME_USE_INDEX          = YES

[JOINT_2]
TYPE = LINEAR
MAX_VELOCITY = 10
MAX_ACCELERATION = 5000
STEPGEN_MAXVEL = 10
STEPGEN_MAXACCEL = 10
SCALE = 1
FERROR = 200
MIN_FERROR = 50
MIN_LIMIT = -100000
MAX_LIMIT = 120000
HOME = 0
HOME_OFFSET = 0
HOME_ABSOLUTE_ENCODER   = 2
HOME_SEQUENCE = 2

HOME_SEARCH_VEL = 1
HOME_LATCH_VEL = 1

HOME_IGNORE_LIMITS     = 0
HOME_USE_INDEX          = YES
  • RLA
  • RLA
19 Sep 2024 10:03
Replied by RLA on topic Make arc in W axis

Make arc in W axis

Category: General LinuxCNC Questions

Hi..thanks for reply..on a wood lathe I would have rough cut on one side opposed on other with finish cutter...both would need to do arcs but at slightly different times ..also finish cutter acting like skew would have to reverse while rough waits and the both move forward again though offset slightly still. So that is at least two axis on opposing sides sometimes doing arcs simultaneously...finish cutter actually has another axis to rotate cutter to keep bevel angle to wood....would using angular instead of linear work?

Thanks again,
Rick
  • feng
  • feng
19 Sep 2024 08:10

Homemade EtherCAT IO encounters SSC tool and cannot be used

Category: EtherCAT

hello everyone
My self-made EtherCAT IO controller chip is LAN9252, which comes with 16 GPIO. I want to use the SSC tool to create an XML file with 13 GPIO inputs and 3 GPIO outputs to flash onto the PCB board, but I don't know how to use the SSC tool. Can any expert teach me?
  • Finngineering
  • Finngineering
19 Sep 2024 07:54
Replied by Finngineering on topic Retrofitting a MAHO MH600T

Retrofitting a MAHO MH600T

Category: Milling Machines

Nice to see another Maho, and a MH600T at that. I am also in the process of converting mine to LinuxCNC:
forum.linuxcnc.org/30-cnc-machines/49758...mizing-a-maho-mh600t

Do you have the schematics for the MH600T? I have been working off of MH600E schematics I found online. I don't think they should differ too much, though. But if you have MH600T schematics, I sure wouldn't mind a copy.

Did you manage to fix the issue with the hydraulic pump? From what I see in the schematics I use, only the hydraulic pump overtemperature switch should be involved in the machine power/e-stop The temperature switch is 3B1 is needed to pull relay K1, which in turn is needed to "turn on" the machine by latching 7K1.
 
 
  • HansU
  • HansU's Avatar
19 Sep 2024 07:49 - 19 Sep 2024 07:51

Receiving GStat messages in GladeVCPs

Category: GladeVCP

I want to use some GStat messages in a Glade VCP (in gmoccapy), but it seems that not all messages seem to work there.

If I take the example from linuxcnc.org/docs/2.9/html/gui/gstat.htm...tension_code_pattern everything works as expected.
Then I added
    GSTAT.connect("file-loaded", self.file_loaded)

    def file_loaded(self, obj, data):
        print("FILE LOADED:", data)

The result is that I only get the message resp. signal when a new file is loaded, not on a reload.
But if I add this signal in the gmoccapy code directly, I get an event on every reload.

Furthermore the signal "graphics-gcode-properties" works fine inside gmoccapy, but in a VCP I don't get the message at all?

Any ideas about this behaviour?
  • Aciera
  • Aciera's Avatar
19 Sep 2024 06:53 - 19 Sep 2024 07:14
Replied by Aciera on topic Make arc in W axis

Make arc in W axis

Category: General LinuxCNC Questions

As far as I know arc moves are only possible in XYZ. Maybe you could describe your setup in more detail as there may be another way to get what you want.

[edit]
 
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g17-g19.1
  • stenly
  • stenly
19 Sep 2024 06:32 - 19 Sep 2024 06:57

EtherCAT Communication Issues, Lost Frames, Interruptions in Program Execution

Category: EtherCAT

Hi again.

After some testing, I can say I have had no more program interruptions. I've been playing around with the max velocities and accelerations of each axis and joint to find a sweet spot where the machine does not produce those unpleasant vibrations and knocking noises. There is, however, something still weird about it.

When running LinuxCNC and even some light app like a file manager or something, everything is in order. This may sound silly, but whenever there is a terminal open and I am interacting with it, the vibrations happen. So much so that when I have for example my .hal open in vim in the terminal and I use the mouse scroll wheel to navigate the file, the vibrations are in tandem with my scrolling of the wheel. Extremely weird in my opinion, yet I can definitely say it's not a joke.

Any idea what could be causing this? Granted, I am not too worried, as I am not planning on having any terminal (or anything for that matter) be opened alongside LinuxCNC when the machine is in production.

PS. Could anyone help me out in making Axis GUI not set the max velocity to the maximum allowed when I start LinuxCNC? This behavior could be dangerous if someone were to run a poorly written program, so I'd like to have it set to a smaller value by default on startup.
  • rajsekhar
  • rajsekhar
19 Sep 2024 05:09
Replied by rajsekhar on topic Error while Running Linuxcnc

Error while Running Linuxcnc

Category: Driver Boards

Well, I run sensor in terminal and output is in below:

==============================================================
raycnc1@debian:~/Desktop$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +56.0°C  (high = +84.0°C, crit = +100.0°C)
Core 0:        +56.0°C  (high = +84.0°C, crit = +100.0°C)
Core 1:        +54.0°C  (high = +84.0°C, crit = +100.0°C)

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +16.8°C  (crit = +20.8°C)
temp2:        +27.8°C  (crit = +119.0°C)
temp3:        +29.8°C  (crit = +119.0°C)

radeon-pci-0100
Adapter: PCI adapter
temp1:        +60.5°C  (crit = +120.0°C, hyst = +90.0°C)

raycnc1@debian:~/Desktop$
=================================================================
Now the max jotter is 7000ns (servo thread) and 11880ns(base thread). If any thing abnormal in above data, please reply.

I am waiting for the spike to happen again and check sensor data again.
 
  • Diegot
  • Diegot's Avatar
19 Sep 2024 02:30
Replied by Diegot on topic THC problem

THC problem

Category: General LinuxCNC Questions

wow, thank you
my ping was 0.4s to the mesa card and went to 0.4ms
  • Benb
  • Benb's Avatar
19 Sep 2024 00:27

Pls help how to connect 7I77 with Resolver based brushless servo encoder

Category: Driver Boards

Since you already purchased 7i77 boards. SC900 servo drive does already convert resolver signal to incremental signal, lucky you Connect encoder incremental wires from the sc900 servo drive to 7i77. Connect +-10vdc from 7i77 analog outputs to sc900 servo drive. You still need the enable signal from the 7i77 to sc900 servo drive. I briefly had a look at your diagrams, it looks likeJ4 Pin 6 might be useful to enable drive (You still need to determine if the enable signal needs to be high or low)
  • cakeslob
  • cakeslob
18 Sep 2024 23:09

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

for user xaxexa, when you say one pulse output , are you referring to it as only an A channel (x pulse/revolution) or do you mean it is a single pulse like an index channel where 1 pulse/revolution ?
if it is the index channel, you could probably implement it.

Echo to Murphy, we could benefit from having the option for only A/Z as it seems common for lathe users, , Myself and other users are finding increasing need for a non quadratic option so the encoder module can be used for MPG. Using Encoder module vs DIgitial IO for an MPG is a cleaner hal file, but also using digital IO for MPG uses 12% of the available inputs on the SPI version
  • Pankaj_CNC
  • Pankaj_CNC
18 Sep 2024 23:04

Pls help how to connect 7I77 with Resolver based brushless servo encoder

Category: Driver Boards

Dear friends im facing problem of connecting 7I77 with Resolver based brushless servo encoder, Motors is rotating but not showing position changes on display. Pls help 
  • Benb
  • Benb's Avatar
18 Sep 2024 22:48
wiki sign in error was created by Benb

wiki sign in error

Category: LinuxCNC Documents

I was trying to edit LinuxCNC wiki. Signed in as usual. clicked Preferences ->  UserName: ben   -> Administrator Password: chipsI got the following message:Invalid UserID 111, preferences not saved.
(Preferences require cookies, but no cookie was sent.)
Both Chrome and Microsoft Edge give the same error messageWhat am I doing wrong?Best Regards, Ben
Displaying 21901 - 21915 out of 24137 results.
Time to create page: 0.486 seconds
Powered by Kunena Forum