Advanced Search

Search Results (Searched for: )

  • unknown
  • unknown
27 Mar 2025 01:29
Replied by unknown on topic Question about custom BOB for a 7i92

Question about custom BOB for a 7i92

Category: Driver Boards

No the firmware has to be rebuilt and the FPGA reprogrammed. It's not so hard to build firmware yourself.
  • unknown
  • unknown
27 Mar 2025 01:25
Replied by unknown on topic Mesa card minimum network speeds

Mesa card minimum network speeds

Category: Driver Boards

So you want to connect the mesa card/cards to the router (wired) and the computer to the router via wifi ?
Generally it's advised to connect the mesa card directly to the computer via a cable, no switch/hub/router involved.
I think network latency would be the issue. And each mesa card would have to have it's own IP, sorry if you already know this, but not everyone is wise to basic networking.
  • Soccer Kid
  • Soccer Kid's Avatar
27 Mar 2025 01:00
Replied by Soccer Kid on topic Ethercat panel configuration

Ethercat panel configuration

Category: EtherCAT

Sure, but that's just one example. Because I haven't done all the configuration yet, in the XML below, I show some outputs and inputs, where value is used to read the MPG signal.
  • Soccer Kid
  • Soccer Kid's Avatar
27 Mar 2025 00:58
Replied by Soccer Kid on topic Ethercat panel configuration

Ethercat panel configuration

Category: EtherCAT

<masters>
<master idx="0" appTimePeriod="1000000" refClockSyncCycles="3">
<!-- panel -->
<slave idx="0" type="generic" vid="00000890" pid="101407" configPdos="false">
<syncManager idx="2" dir="out">
<pdo idx="1600">
<pdoEntry idx="7000" subIdx="01" bitLen="1" halPin="out-1" halType="bit"/>
</pdo>
<pdo idx="1602">
<pdoEntry idx="7020" subIdx="01" bitLen="1" halPin="out-2" halType="bit"/>
</pdo>
<pdo idx="1603">
<pdoEntry idx="7030" subIdx="01" bitLen="1" halPin="out-3" halType="bit"/>
</pdo>
</syncManager>
<syncManager idx="3" dir="in">
<pdo idx="1a00">
<pdoEntry idx="6000" subIdx="01" bitLen="1" halPin="in-1" halType="bit"/>
</pdo>
<pdo idx="1a01">
<pdoEntry idx="6010" subIdx="01" bitLen="1" halPin="in-2" halType="bit"/>
</pdo>
<pdo idx="1a02">
<pdoEntry idx="6020" subIdx="01" bitLen="1" halPin="in-3" halType="bit"/>
</pdo>
<pdo idx="1a03">
<pdoEntry idx="6030" subIdx="01" bitLen="1" halPin="in-4" halType="bit"/>
<pdoEntry idx="6030" subIdx="11" bitLen="16" halPin="value" halType="u32"/>
</pdo>
</syncManager>
</slave>
</master>
</masters>
  • blazini36
  • blazini36
27 Mar 2025 00:55
Replied by blazini36 on topic Question about custom BOB for a 7i92

Question about custom BOB for a 7i92

Category: Driver Boards

PCW, I assume you're still watching this thread.....

I just picked this thing back up again after quite some time and am repurposing it for sort of a "dual role" machine. I need to add another PWM output, I assume I can't just modify the pin file for the 7i92t since the other file is a binary right?
  • oddwick
  • oddwick's Avatar
27 Mar 2025 00:54
Mesa card minimum network speeds was created by oddwick

Mesa card minimum network speeds

Category: Driver Boards

Ok so stupid quick question.  its been a minute, but im in the process of finally building my 4x8 router after getting moved.  I got a super snazzy computer cart for it and i had the idea to use an old router i had lying around to network all my machines so i can use one computer to control them instead of a dedicated one for each machine. to keep my cords to a minimum (and freakin trip hazards!), i was going to try and use wifi to connect to the router from the computer. before i start stretching cords, is this feasible?  i’ve googled and cant seem to find the minimum network speed for a 7i96 to be able to work. oh and this will be a dedicated network, probably no internet on a wifi N router (300mbps). if not im sure i can hustle up a cheap wifi 5/6 one too!
  • tommylight
  • tommylight's Avatar
27 Mar 2025 00:48

Index to Linuxcnc & the Raspberry Pi (4 & 5) Official Images Only!!!

Category: General LinuxCNC Questions

Fixed tittles for both, links still work, pinning it and locking it now so if you can not post or edit do let me know on the other topic.
Thank you.
  • vre
  • vre
26 Mar 2025 23:59

tangential knife along multiple layer height

Category: AXIS

Is there any other cam software for tangential knife except sheetcam ?
  • D Jensen
  • D Jensen
26 Mar 2025 22:55
Replied by D Jensen on topic Retrofitting a 1986 Maho 400E

Retrofitting a 1986 Maho 400E

Category: Milling Machines

Thanks Mark,
I had a quick look at the link and I'll have to spend a few days looking at it. I've already downloaded what looks like the circuit diagrams for my model Maho. I wish I'd known before. I used a similar but very different one for a 600 to help my rewiring. But there are so many variations! As you recall, a lot of mine wiring was botched by whoever refitted the Heidenhain in replacement the the Philips controller. No wiring ferule numbers and all the wiring either orange or blue.And lots of redundant wiring and relays left in place.

For Chris: I use Firefox for my browser. If it notices the language as different to your native one it puts at  the right in the box where you put the web address, a translate button that will translate from German to English and many others. It works very well, which is something that didn't before AI. I'd go to Marks link and look there for your issue.
I think you are telling me that you have the ram and spring assembly apart as I show on page 171 near the bottom. I didn't pull mine part further than shown in the photo, so I can't help further.
But both retraction systems work simultaneously when you energize the tool change hydraulics. So I would try connecting it back onto the hydraulic elbow at the rear again, but with it outside the machine, then activate the tool change so you can see what it tries to do.
Cheers,
David
  • cmorley
  • cmorley
26 Mar 2025 22:51

Can MDI_COMMAND entries be explicitly numbered?

Category: General LinuxCNC Questions

Doesn't help you but in the latest QtDragon, we added:

# new way: 'MDI_COMMAND_SSS = XXXX' (SSS being any string)
# order of commands doesn't matter in the INI

Just for the reason you mention.
  • cmorley
  • cmorley
26 Mar 2025 22:44
Replied by cmorley on topic development of a qt version of ncam

development of a qt version of ncam

Category: Qtvcp

Chris, I guess you have already heard of viaconstructor (github.com/multigcs/viaconstructor).
If not you may can get some inspiration of the graphical part ... and it is also using Qt ;-)
 

No I didn't thank you - looks interesting.
I compiled your Ncam branch and it is helping for testing my work. Thanks.
  • unknown
  • unknown
26 Mar 2025 22:38

Index to Linuxcnc & the Raspberry Pi (4 & 5) Official Images Only!!!

Category: General LinuxCNC Questions

If we fix the berry bit will the links still be good or do they need modifying ?
Pinning it would be a good idea, was hoping you would ask ;)
Locking just to keep it clean, I like it

Thanks
Tommy
  • unknown
  • unknown
26 Mar 2025 22:07

Index to Linuxcnc & the Raspberry Pi (4 & 5) Official Images Only!!!

Category: General LinuxCNC Questions

Intro:
I'm trying to index some of the issues, solutions and info contained in the thread mention in the title. As I would like to keep this "clean", it would be great if any new issues,queries additional info be posted here: forum.linuxcnc.org/9-installing-linuxcnc...official-images-only
(yes I know Raspberry is spelt wrong)
Cheers
Rob

General Stuff
About the Images: forum.linuxcnc.org/9-installing-linuxcnc...-only?start=0#320270

Networking Topics
Installation of Network Manager: forum.linuxcnc.org/9-installing-linuxcnc...only?start=10#320949
Network Setup by behai: forum.linuxcnc.org/9-installing-linuxcnc...only?start=10#320967
Additional Comments by Rodw: forum.linuxcnc.org/9-installing-linuxcnc...only?start=10#320972
Ethercat Status: forum.linuxcnc.org/9-installing-linuxcnc...only?start=10#321684
Simple Mesa Setup without Network Manager by PCW: forum.linuxcnc.org/9-installing-linuxcnc...only?start=30#323321
wifi setup without Network Manager: forum.linuxcnc.org/9-installing-linuxcnc...only?start=40#323701

Locales:
Locales by behai: forum.linuxcnc.org/9-installing-linuxcnc...only?start=10#320959

GPIO
Note that the below may help with those stuggling with Byte2Bot boards.
Regarding GPIO drivers: forum.linuxcnc.org/9-installing-linuxcnc...-only?start=0#320852
Basic Mill Config: forum.linuxcnc.org/9-installing-linuxcnc...only?start=10#321296

Video
Skewed Video Issue & Solution by 109jb: forum.linuxcnc.org/9-installing-linuxcnc...only?start=30#322167

Swap - zswap
Initial issue & Solution: 
forum.linuxcnc.org/9-installing-linuxcnc...only?start=30#322251

UI Isuues:
GMOCCAPY locking up when idle by U2fletch: forum.linuxcnc.org/9-installing-linuxcnc...only?start=40#323825
Solution: forum.linuxcnc.org/9-installing-linuxcnc...only?start=50#324087
Notes: This was related to zswap.
 
Displaying 1846 - 1860 out of 26686 results.
Time to create page: 0.779 seconds
Powered by Kunena Forum