Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
Today 22:13

Z axis torch initially going up instead of down when clicking cycle start

Category: Plasmac

Sorry Snowwy, i should have also mentioned that on all my other machines (probably 20? Plasma's) positive limit is at 0, and the example above was for very old PlasmaC, not QtPlasmaC.
On "my Red" machine (my refers to the one i use often, not the rest of them), i still use old PlasmaC and new QtPlasmaC, as my clients have both types in use so i can not afford to forget how to use them, technical support being the main reason, and testing new versions being the other reason, as you can notice if you watch my videos on youtube, different PC's and laptops but always the same red machine.
I am also sorry for not helping more, but as i mentioned several times by now on the forum, work has plummeted badly, been probably over 5 months without turning the machines on.
  • rodw
  • rodw's Avatar
Today 22:07

No chance to use outputs on P1 MESA 7i92 help needed.

Category: Driver Boards

A couple of photos would help as I don't understand what you have done
Normally you would use 0-10 volt from the VFD itself.
Your VFD will have several terminals on it that need their function set, I have X1,X2,X3,X4 that can be programmed for specific functions
A 5v relay either on your BOB  or an external one will trigger forward and reverse. (I used X1,X2)
The VFD should also have a relay internally. You can program this to be "Frequency reached" or similar and send that back to LinuxCNC for your at speed signal.
The only catch I  had was I had to invert the pwm pin otherwise it ran the wrong way (eg S0 gave 10 volts). Not sure how Mesa does it. I recently published some videos on my YouTube @MrRodW channel about wiring in a BOB and how to set up the spindle.
  • MarkoPolo
  • MarkoPolo
Today 21:40 - Today 21:40
Replied by MarkoPolo on topic qtvismach, a axis toolpath

qtvismach, a axis toolpath

Category: Qtvcp

I’ve recently spent a lot of time visualizing the workpiece in Vismach and optimizing toolpaths.
If anyone uses Vismach and would like to test this out, please let me know.

 
  • snowgoer540
  • snowgoer540's Avatar
Today 21:16

Z axis torch initially going up instead of down when clicking cycle start

Category: Plasmac

it's not that, zeroing out an axis in G54 offset (the default) wont do anything. the config isn't right. having a positive travel distance tells it there is 7.5 inches above wherever "home" is. the limit switch is at the top of the travel looking at the pictures. The first move is to go up to z max minus 0.196". which instead of being -.196" it's trying to go to 7.304.

This is all in G53 to be clear.
  • tommylight
  • tommylight's Avatar
Today 18:52

Z axis torch initially going up instead of down when clicking cycle start

Category: Plasmac

You can try something PhillC mentioned quite a while back when i was using non standard Z axis limits on my machine:
-jog Z axis down till the tip of the torch is just under the material/plate
-touch off Z axis to 0 there
do some tests, see if it works properly.
It did work for me, and most probably it is still like that.
  • PCW
  • PCW's Avatar
Today 18:33
Replied by PCW on topic Sudden lost of Y2 slave control

Sudden lost of Y2 slave control

Category: Driver Boards

The step/dir outputs should continue toggling indefinitely.

At this point I would ask for a RMA# from Mesa and return both the 7I76U and the FPGA card for
analysis/repair/replacement.
  • snowgoer540
  • snowgoer540's Avatar
Today 18:24

Z axis torch initially going up instead of down when clicking cycle start

Category: Plasmac

I dont know much about your setup, but I am guessing that Positive Travel Distance should be 0. It's the distance above the origin that the z axis can travel. So if you homed it in the middle of travel your setup above would allow you to jog 7.5 inches up and 7.5 inches down. I'm guessing your home switch is at the top, and therefore when it finds home it should call that 0 and there is no travel above it. Make sense?

From the docs:

POSITIVE TRAVEL DISTANCE
This is the distance the Axis travels from the Origin to the positive travel distance or the total travel minus the negative travel distance. You would set this to zero if the origin is positioned at the positive limit. The will always be zero or a positive number.
  • tuxcnc
  • tuxcnc
Today 18:11
  • Unlogic
  • Unlogic
Today 18:03
Replied by Unlogic on topic Optimum Optimill MH50V CNC conversion

Optimum Optimill MH50V CNC conversion

Category: Milling Machines

Since the both the pump and fans are meant to be used in PC's they are rated for 12 volts so I added a separate Meanwell 12V/2A power supply for them.

The power supply is constantly powered but I switch the output side using a solid state relay so that the cooling only runs when the spindle is on.

However the pump proved to be a bit noisy and way too powerful give the small diameter hose I'm running. So added a 7.5Ω resistor in series with the pump to bring the voltage down to 8V which made it much quieter and brought the flow down to a more suitable level.



With that done I tackled the cable chain along with all the wires and hoses.

 

 

With that in order I turned my attention to the stainless cover I had laser cut and CNC bent a while back. I had to manually make a cut out for the connector of the spindle servo which I had forgotten to take into account. But I think it came out okay anyway.

 

Fitted it with a rubber strip to cover the sharp edges.

 

Here is how the machine looks with the cover installed.

 

 

 
  • Unlogic
  • Unlogic
Today 17:56
Replied by Unlogic on topic Optimum Optimill MH50V CNC conversion

Optimum Optimill MH50V CNC conversion

Category: Milling Machines

Thanks for the feedback dbtayl. Don't worry about clutter, forum threads like this are all about dialog and sharing experiences.

For some reason the final bits always take longer than expected to get sorted. I've managed to get the spindle liquid cooling installed and to somewhat button up the build for now.

The first challenge with the spindle cooling was the location of the inlet which is located at the back of the spindle flange.



I didn't want any hoses down there as the hot chips when milling steel could easily damage them. So I did a little workaround using an angled fitting and a bit of pipe originally meant for a grease based central lubrication system.



 

 

Next up I tackled the the cheap PC water cooling radiator I had purchased of Amazon. I 3D printed some wall mounts for it along with two fan grills for the Noctua fans.

 

Here it is mounted on the wall together with the pump/reservoir unit which I also purchased of Amazon. The yellow color is from the special type of antifreeze I use together with deionized water.

 
  • ruediger123
  • ruediger123
Today 17:10
Replied by ruediger123 on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hello,

I think I’ve found the reason for the reduced speed at F1000.
It’s the "MAX_FEED_OVERRIDE" setting in the .ini file.
When MAX_FEED_OVERRIDE is set to a value greater than 2.0, the speed is the same as it is for F5000.
Is this behavior intentional?


Gruß
Rüdiger

 
  • muddiver
  • muddiver
Today 15:47 - Today 15:52

No chance to use outputs on P1 MESA 7i92 help needed.

Category: Driver Boards

And just because i measured a lot, are all outputs Pull-Up's?
Do i need an Pulldown-resistor to make the card work? 

Strange behavior with the attachments, the files somehow have a date added..   The Bitfile is attached her..
  • muddiver
  • muddiver
Today 15:40 - Today 15:50

No chance to use outputs on P1 MESA 7i92 help needed.

Category: Driver Boards

Hi folks!
i'm trying to find my way getting anything to work.

Whats fine: Handwheel / MPG works, the encoder-Pins are on P1 of the MESA, which is working fine.
Machineaxis running fine, reference-switches work fine,
Funfact, The PWM-pin and the encoderpins on P1 are working, which gives me the feeling i forgot to setp something to get the outputs to work..

My Problem: I have a VFD which i wanted to control via LinuxCNC.
The PWM-Pin works fine, i have a 0-10V Card connected to it, that's fine.
But all my outputs to start the VFD or stop it, absolutely no reaction to my commands..

I have a cheap Mach3 Breakoutboard, which sets it's Outputs to 3Volts when nothing is connected, so i started to measure my way to the MESA-Card. At first i thought it is a Pulldownresistor story, but that changed nothing too..

Finally, my outputs 19 / Pin 2 DB25 and 21 / Pin 3 DB25 of the MESA-Card are always 5Volts, when i connect a Pulldown-resistor 1k to ground, i see 0,8V .
I can toggle these outputs ( when commenting out the usage in HAL ) via halshow ui, but still i see 5V. 0,8 if connected to the resistor.
No reaction.

I attached my konfig, and my Pinfile which is on flashed on the card, i had to rename it to txt for the upload..
The HAL-File for the VFD is named "bzt-fu.hal" , all the addf and loadrt commands are transfered to the custom.hal.I commented these out in the halfiles where they came from, just to make it easy to remember from where the loadrt or addf commands are coming from.

I start thinking i somehow fried the card.. Help welcome!
Greets, Tom
  • coffeeking
  • coffeeking
Today 14:13 - Today 14:36
Replied by coffeeking on topic Notifications

Notifications

Category: Show Your Stuff

"Correct" is subjective. I'm aware of MTConnect, but most people don't have home assistant and would have to build interaction routes. This uses existing, free apps and free brokers to push messages to your phone with no real setup beyond the initial apt install. I don't need the full data available on a dashboard, I just want my phone to ping if the machine has stopped. This maybe my misinterpretation of MTConnect, but it looks like a lot more install/config than I really needed for a simple task (Unless I'm mistaken - what's the route to getting phone notifications for someone without HA/HA companion app?).

If I run a suite of 4 machines and want to port their info into a hub for monitoring, sure. For me, in my garage, I don't want to install and secure a public facing HTTP route, then figure out some form of polling/monitoring/MQTT broker to collect the info, then push it to my phone. With this, I install the phone app, install the .deb on the CNC machine, scan a QR code with phone and it's done.

AFAIK MTConnect isn't backported to the current stable build, or any previous, so this won't help anyone with an existing install unless they update to a dev/nightly build?

Might it be said that if there's a rash of these lately, there's a need outside the current offering (or poorly documented within that offering if it exists?).
  • scsmith1451
  • scsmith1451's Avatar
Today 12:47
Replied by scsmith1451 on topic Sudden lost of Y2 slave control

Sudden lost of Y2 slave control

Category: Driver Boards

After updating the mesaflash app, I tried starting mesaflash. No errors were reported, however, the output were not toggling. Checking the man page, I could not identify any option to keep the pins toggling until the app was cancelled. Since the electronics are located on the back of the machine it requires more that 1-3 secs to move from the keyboard to the board to measure the outputs. Checking currently running programs (ps -ef | grep mesa), no app containing the string "mesa" was running. Is there a hidden option that will keep the app running until cancelled?

However, checking all of the outputs, all voltages were sitting at 4.92 v. What are the next steps for diagnosing issues with the 7i76U?

Kind regards,
Displaying 1 - 15 out of 13340 results.
Time to create page: 0.508 seconds
Powered by Kunena Forum