Advanced Search

Search Results (Searched for: )

  • meister
  • meister
Today 11:46

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

Category: Computers and Hardware

new dev update:

go to mbus plugin-config and set the new debug flag

hope that help's
  • Oxbown
  • Oxbown
Today 10:23

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

Category: Computers and Hardware

Hi Meister, I updated to the dev branch, but I don't see any difference. Is there any way to sniff the Modbus network?
  • meister
  • meister
Today 08:08

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

Category: Computers and Hardware

@Oxbown please try dev branch, i hope it works now, have no hardware to test.
and please set the Register address to 192.
  • Holzwurm56
  • Holzwurm56
Today 06:51
Replied by Holzwurm56 on topic Frage zu 7I96?

Frage zu 7I96?

Category: Deutsch

Hallo pcw,
das man die 2 MPGs anschließen kann hattest Du ja schon geschrieben, aber ich habe nicht auch nur die kleinste Ahnung wie?
Hans
  • twatchorn
  • twatchorn
Today 04:32
Replied by twatchorn on topic Plasmac Post Processors

Plasmac Post Processors

Category: Plasmac

Hi,
I am using Fuson 360 and QtPlasmaC. 
I am having the start radius - end radius errors that I see others have but don't know or understand the remedy. As far as I know I am using the second PP on the list below as when I go to import it, is says it already exists and do I want to cancel or replace. 
Clicking of the first link to QtPlacmac PP does not take we to a file for downloading. Is this PP somewhere and the link needs correcting?

Can someone help with a PP. or with instructions for a dummy on how to not get the errors
Kind regards  Trevor

This thread is for user donated post processors for CAM software that has no native post processer for QtPlasmaC/PlasmaC.
I will make this sticky and unlocked and just keep current versions here.
If there are posted comments or corrections I will delete them after they have been actioned.

Current PP's:
There are no third party PP's here for SheetCam, use the PlasmaC PP included with SheetCam for both QtPlasmaC and Plasmac.

PP creators need to be aware of the following:
  • LinuxCNC does not allows analog/digital input or output while cutter compensation (G41) is active.
  • QtPlasmaC disables G92 offsets.

All work product by the author is provided ​“AS IS”. The Author makes no other warranties, express or implied, and hereby disclaims all implied warranties, including any warranty of merchantability and warranty of fitness for a particular purpose.

  • Pro_El
  • Pro_El's Avatar
Yesterday 22:35
Replied by Pro_El on topic Looking for config for a lathe?

Looking for config for a lathe?

Category: Turning

Here are link of detailed explanation how to do it.

There is Lathe mode if you use Axis screen, follow video and select you machine propertis 





 
  • Holzwurm56
  • Holzwurm56
Yesterday 22:10
Replied by Holzwurm56 on topic Looking for config for a lathe?

Looking for config for a lathe?

Category: Turning

In what kind of way can i do it?
  • Pro_El
  • Pro_El's Avatar
Yesterday 21:26
Replied by Pro_El on topic Looking for config for a lathe?

Looking for config for a lathe?

Category: Turning

You can use pncconf wizard to build your hal 
  • mwc
  • mwc
Yesterday 19:44
Replied by mwc on topic More advanced EtherCAT setup questions

More advanced EtherCAT setup questions

Category: EtherCAT

Going back to setting drive parameters, is there anyway to set ModParam with the generic cia402 driver, by addressing the required register directly and not using a 'named' parameter?
  • besriworld
  • besriworld
Yesterday 19:16
Replied by besriworld on topic Mori Seiki MV-Junior Retrofit

Mori Seiki MV-Junior Retrofit

Category: Milling Machines

I assume that I also need to replace the lubrication distributor for the bearings. You can take a look at how the original distributors are designed. In the original setup, the oil passes through the thread of the M3 screw.  I have now put everything back together and installed the new linear guides. In the Y-axis, I’m using Schneeberger roller guides with extended carriages, while in the X-axis I’m using NSK ball guides.

 

 

 

 
  • robh
  • robh
Yesterday 17:15
Replied by robh on topic Amada turret punch

Amada turret punch

Category: CNC Machines

Ok seems Yuken LSV Series servo valves are most common used

And can be +/-10v in or 4-20ma commands

Seems run at 450hz so would require a fast loop than 1khz I would think to get smooth motion

Rest of the phnc just set stroke length as set sheet thickness on it and other things too so ram only retracts for needed stroke giving you faster punch rate

The hit rate on the machine I'm.doimg is 520 I believe , king version is 1200 hits on a nibble rate this is

1" spec not sure will check spec sheet

So this does not seem that hard to interface to
  • PCW
  • PCW's Avatar
Yesterday 17:12

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

Category: Computers and Hardware

The Hostmot2 Stepgen/LinuxCNC does not increase the time between steps. What you are seeing is that
the actual direction change may be some distance from the step pulse  time because
the actual step direction logic depends on the sign of the velocity command and at slow speeds
this velocity change may occur at a time determined by the _fractional_ position count. The hostmot2 stepgen
hardware position is a 16.16 bit number so has a resolution of 1/65536th of an external step.

The setup and hold timings set the minimum timings, but not the maximums.
 
  • robh
  • robh
Yesterday 16:45
Replied by robh on topic Amada turret punch

Amada turret punch

Category: CNC Machines

Hi tom

90% of machine is no brainer done many limuxcnc before check out my posts in build section from years back , and YouTube

Only I was interested know how someone solved the punch hydraulic part , but if machine is servo or fly wheel driven then punch part is easy


Current control has a full on control with a special hydraulic servo controller for punch ram , and id like to replace it as very old now

I'll post some photos up next time I am at the machine
  • PCW
  • PCW's Avatar
Yesterday 15:39
Replied by PCW on topic Frage zu 7I96?

Frage zu 7I96?

Category: Deutsch

7i96_inmd.bit firmware supports up to 4 MPGs on TB3
no additional cards are needed for this.
  • PCW
  • PCW's Avatar
Yesterday 14:48
Replied by PCW on topic Watchdog-Fehler beim Programmstart?

Watchdog-Fehler beim Programmstart?

Category: Deutsch

Typically a watchdog failure indicates a real time issue with the host computer.

What is the result of:

sudo chrt 99 ping -i .001 -c 60000 -q 10.10.10.10

This should run 1 minute and then print out timing statistics

(replace the 10.10.10.10 with 192.168.1.121 if your 7I96 is jumpered that way))
Displaying 1 - 15 out of 288550 results.
Time to create page: 4.680 seconds
Powered by Kunena Forum