Advanced Search

Search Results (Searched for: )

  • rainbowkoala49
  • rainbowkoala49
26 Feb 2025 05:01 - 26 Feb 2025 05:10
Replied by rainbowkoala49 on topic Elumatec SBZ 130/01 retrofit

Elumatec SBZ 130/01 retrofit

Category: CNC Machines

I understand, as far as what I've seen from the manuals and such the fielbdus is proprietary and as per an elumatec engineer's review himself, the system wont even enable itself until all ferrocontrol only components are connected to each other, so theres no point in a half swap to third party, might as well just switch out the entire drive system, (though the only obvious issue is with the PC here, the guy from elumatec also said the same 28k USD for a new PC, so safe to say thats not an option)
Thanks for the advice, at the very least I did get a pretty decent bit of knowledge about linuxcnc which was quite interesting, and hopefully someone else with the same issue can use this information to save some time.
As for our next course of action, we'll start looking into retrofitting kits and other controllers like mach3, if anyone has any other suggestions or reviews on good companies with full retrofitting kits (drive system + controller etc) I'd appreciate that a lot.
Bit worried about the price for the spindle especially, but I've been told there are some pretty decent chinese companies with cheaper motors, and another option for the axes is just choosing a lower power drive and using a gearbox to match the necessary torque, so I'll keep looking.


edit: just went through the document and found this section, might be relevant:
Complex automation technology plants require an effective and radical possibility
of monitoring, i.e.
• insight into the system, in particular the retrieval of conditions
• influencing, intervening in the system
under various conditions:
• initial commissioning
• plant-specific basic parameterization
• subsequent altering or optimization of the settings
• service and regular maintenance
• malfunctions
For this purpose, two interfaces are available to the DARC system as a partial
component:
When it is integrated into a CAN or Profibus-DP-fieldbus system the DARC system
can be parameterized, tested and commissioned via the serial service interface RS-
232.
When it is integrated into the ferrocontrol CNC fieldbus system the DARC system
can be parameterized, tested and commissioned via the fieldbus.
The following chapters describe all the procedures and methods, depending on the
type of fieldbus used, necessary to operate the DARC system with the appropriate
service interface.

 
  • vre
  • vre
26 Feb 2025 04:57
Replied by vre on topic PID tuning FF2 not working

PID tuning FF2 not working

Category: General LinuxCNC Questions

I have also speed mode servos tuned
with p and ff1 so cruise ferror is 0
but at the start - stop i have ferror spikes.
How to guess initial ff2 value?
What else can i do for start-stop ferror?
  • timo
  • timo
26 Feb 2025 04:50
Replied by timo on topic Lathe project

Lathe project

Category: Turning

Problem: "looks 50% too large" seems to get bigger over time (with every project), but the rule still seems to hold water at the end.
  • Sziggy_NC
  • Sziggy_NC
26 Feb 2025 04:36
Replied by Sziggy_NC on topic Datron M9 to LCNC Conversion

Datron M9 to LCNC Conversion

Category: CNC Machines

I love the temp wiring stand. I will definitely use it going forward.
  • Sziggy_NC
  • Sziggy_NC
26 Feb 2025 04:30
Replied by Sziggy_NC on topic Mesa 7i97T + 7i84 + 7i78 configuration

Mesa 7i97T + 7i84 + 7i78 configuration

Category: General LinuxCNC Questions

What io's do you think you are missing?

I notice that your digital in and digital out are empty. I had to use this to control my tool changer, pnumatic gripper, and to read spindle & tool changer sensors. It is how the O-code program can control the outputs and check the inputs.

I linked my door lock to some classic ladder pins.
Ex: "net door-open classicladder.0.in-01 => hm2_7i97.0.7i84.0.0.input-00"

The sserial seems like it might be right. Check to see if you can see the 7i84 pins in halshow. I had to expand pins > 7i97 > 0 > then I could seen the 7i84. If it doesn't work try replacing the XXXXX with zeros to become "sserial_port_0=00000000" It is what works for my 7i97T + 7i84 setup.
  • noqui
  • noqui
26 Feb 2025 02:16 - 26 Feb 2025 02:17
Replied by noqui on topic Modify AXIS GUI

Modify AXIS GUI

Category: General LinuxCNC Questions

Thanks you All!!! I am not familiar with Python. I am starting to learn it.
In the meanwhile,
If I only want to add an image in the AXIS GUI, that will show a Camera view near the tool, and 3 label boxes.

What do you think it will be the easier way to have it done quickly?

Is this source code correct to add in the INI file to see the image

[DISPLAY]
PYVCP = image.xml

<?xml version="1.0" encoding="UTF-8"?>
<pyvcp>
<image name='fwd' file='fwd.gif'/>
</pyvcp>


This source code would be correct to add for the labels?

<pyvcp>
<label>
<text>"AXIS X"</text>
</label>
<label>
<text>"AXIS Y"</text>
</label>
<label>
<text>"AXIS Z"</text>
</label>
</pyvcp>

Or should I use something like:

Et1 = tk.Label(WINDOW, text="AXIS X", font=("Arial", 24), fg="blue", bg="yellow")
etiqueta.pack(padx=20, pady=20)
Et2 = tk.Label(WINDOW, text="AXIS Y", font=("Arial", 24), fg="blue", bg="yellow")
etiqueta.pack(padx=20, pady=20)
Et3 = tk.Label(WINDOW, text="AXIS Z", font=("Arial", 24), fg="blue", bg="yellow")
etiqueta.pack(padx=20, pady=20)




Thanks a lot.
  • rodw
  • rodw's Avatar
26 Feb 2025 00:29
Replied by rodw on topic QtPlasmac problems

QtPlasmac problems

Category: Plasmac

There are some variables at the top of the shetcam post processor that allow you to prevent generation of the hole data if you don't want to use it.
  • Muftijaja
  • Muftijaja
26 Feb 2025 00:20
Replied by Muftijaja on topic 7i76e - Spindle FWD/ENA ok, but no speed output

7i76e - Spindle FWD/ENA ok, but no speed output

Category: Basic Configuration

Thank you very much! I will do that tomorrow (german time) and report the result!
Have a nice day!
Sincerely,
Hanno
  • Dee436
  • Dee436
25 Feb 2025 23:50
Replied by Dee436 on topic QtPlasmac problems

QtPlasmac problems

Category: Plasmac

Ok

issue of not being able to cut arcs due to radius error is sorted. User error as normal. For some reason I had it in my head that the statements in the gcode regarding the hole processing were commented out with a #. When I did actually comment them out with a ; the code loaded and ran with no issue.

the realtime error is possibly resolved but will know for sure when I do some more cutting tomorrow. I changed the Ethernet cable and also removed the WiFi nic. Will do more testing tomorrow and update the post if I can confirm which cured the issue, if it is cured that is.
  • PCW
  • PCW's Avatar
25 Feb 2025 23:19 - 25 Feb 2025 23:22

7i76e - Spindle FWD/ENA ok, but no speed output

Category: Basic Configuration

Doesn't even look like the current hal file would run
as there are two different signals connected to
hm2_7i76e.0.7i76.0.0.spinout:

net pdnt.spindle-speed-abs => hm2_7i76e.0.7i76.0.0.spinout
#net spindle-vel-cmd-rps-abs => hm2_7i76e.0.7i76.0.0.spinout
net pdnt.spindle.is-on => hm2_7i76e.0.7i76.0.0.spinena
net spindle-cw => hm2_7i76e.0.7i76.0.0.spindir
net spindle-vel-cmd-rpm-abs <= spindle.0.speed-out-abs => hm2_7i76e.0.7i76.0.0.spinout

I would first get things running in the usual way by adding

net spindle.0.on => hm2_7i76e.0.7i76.0.0.spinena

commenting out

net pdnt.spindle.is-on => hm2_7i76e.0.7i76.0.0.spinena

and uncommenting:

#net spindle-enable             <=  spindle.0.on

When this is working I would look into the pendant spindle control options
  • hakinen2255
  • hakinen2255
25 Feb 2025 22:41
Replied by hakinen2255 on topic How to open QT ui file in LinuxCNC

How to open QT ui file in LinuxCNC

Category: Qtvcp

thanks, yes i saw it, i will give it a try as soon as i learn this UI principles of linuxcnc..

as in everything the hard part is the beginning part i suppose..

this happens mostly because of i am new in linux environment and there is no step by step instructions for anything in linux.

i will write everything i learn step by step under this topic about the UI designing and editing for linuxcnc with qt designer so that newbies may save some time
  • unknown
  • unknown
25 Feb 2025 22:38

Spindle speed and jogging speed slider problems

Category: Gmoccapy

Just a guess........
If your touch screen comes up as HID (assuming USB) you may be able to modify the mouse properties in "control center" . Sorry I can't be of more help, as I haven't got access to my setup.
  • Sziggy_NC
  • Sziggy_NC
25 Feb 2025 21:30
Calling pockets with carousel was created by Sziggy_NC

Calling pockets with carousel

Category: Basic Configuration

Currently pocket one on the carousel is called no matter what I do. If I have tool #4 in the spindle but call the #<_current_pocket> the carousel rotates until the index and stops ending up on pocket #1. The code also fails to abort. If I re-run the code the carousel does not rotate, nor does it abort.

The sample of code I am running is as follows.

M68 E0 Q#<_current_pocket> ;set the carousel to move to the right pocket
M64 P0 ; start carousel
G4 P2
M66 P0 L3 Q60 ; wait and check for carousel finish
M65 P0; stop carousel
O040 if [#5399 LT 0]
    (abort, failed to align carousel)
O040 endif   
M2

M64 P0 is "net atc-enable motion.digital-out-00 => carousel.0.enable"
M66 P0 is "net atc-rdy carousel.0.ready => motion.digital-in-00"

I think I copied the "M68 E0 Q#<_current_pocket>" from a video or other forum post.
Is this the correct way to call a pocket when interacting with the carousel component?

My carousel setup is in the main.hal as follows:
# --- setup carousel ---
loadrt carousel pockets=21 encoding=index num_sense=2 dir=2
addf carousel.0 servo-thread

It has an index and a proximity sensor for pocket alignment.
  • 3404gerber
  • 3404gerber
25 Feb 2025 21:29

Anyone figured out how to get Trinamic's TMC5160 drivers working with LinuxCNC?

Category: Driver Boards

Hi,

I have uploaded a first development version of my module on github.

It has not been deeply tested and will probably have some bugs. But it connects to drivers on RPi4 and RPi5 and moves motors. I wrote a very short how-to, but feel free to ask questions about how to use it.
  • Finngineering
  • Finngineering
25 Feb 2025 21:15
Replied by Finngineering on topic Un-lobotomizing a Maho MH600T

Un-lobotomizing a Maho MH600T

Category: CNC Machines

Thank you RotarySMP. You certainly are an inspiration!
Displaying 18556 - 18570 out of 18704 results.
Time to create page: 0.829 seconds
Powered by Kunena Forum