Hello Guest it is March 28, 2024, 06:08:24 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Stefano Prato

Pages: 1
1
Greetings,

I have a big delay, almost one second, every time the machine reach the position to start the drilling. This is very noticible in drilling pattern with fast drilling.
What causes this problem? Is there a fix? I have seen people using arc movement frome the exit of one hole to the top of the other but I don't thing this i possible with fusion 360 and a hobby machine with steppers. Motion controller is ESS, Windows 10 PC.

Here is a video of the operation and the code is in the attachment.

https://youtu.be/l45STue4wX0

Thanks.


2
Greetings,

 
I'm a beginner and I'm working on a DIY machine running on mach3.

I posted a similar thread on a Fusion 360 forum to solve the problem on the CAM side but I'm almost sure that this problem can be solved also through mach3 settings, maybe CV settings.

 
I was testing an end mill with an adaptive toolpath and I noticed that in some points there was a sort of micro-stalling (like a lost step in the stepper motor) in the linear motion and I thought it was a stiffness problem. After running the contour toolpath for finishing, which ended up having a width of cut comparable to the roughing pass due to my concern about stiffness, I noticed that this stalling was absent. I looked at the toolpath and noticed that in the adaptive strategy in single axis movement there were intermediate positioning command. Basically suppose I'm in A in order to go to D the adaptive toolpath commands to go to B and then to C and finally to D; contour instead simply commands to go to D (which  is equivalent in the example).

 
I'm confident that the micro-stalling in the machine is not related to stiffness but that the machine stalls when it reaches this intermediate position and then it starts again after few milliseconds. Like if there is a deceleration before reaching point B.

I can't post the video here so this is the link with the post on autodesk forum where you can see the video     https://forums.autodesk.com/t5/fusion-360-support/intermediate-positions-in-linear-movement-during-adaptive/td-p/10172952

In the video you can see the stalling event with no load. The code is from another run but for example lines 81, 82 and 83 seem useless to me.

Is there something I can check?



Thanks. Sorry for any English problem.
Stefano Prato.

3
General Mach Discussion / Square wave input in Mach3
« on: October 11, 2020, 06:44:54 AM »
Hello,

I would like to add a flow measurement tool to my system to measure the flow of water in the spindle watercooling circuit. Probably this is not very useful but I still would like to do it just to get confidence with the input management of Mach3. These flowmeters output a square wave signal, the frequency is a function of the measured flow(liters/min). So to get the flow I should get the pulse frequency and then write a code that convert it by using a constant that depends on the various models of flowmeter.
It is not clear to me (I'm a new user) how to manage this kind of input. All the inputs in "ports and pins" seem to be intended as some sort of switch more than a measuring input and also I don't think this kind of instrument should be treated as an encoder (also noticed that encoder inputs are very limited in Mach3).
I searched for programming macros that can read a pulse frequency but I haven't found any and I don't know if running a while cycle to count pulses can be ok.

I'm using smoothstepper with an MB3 BoB.

Thanks.


4
General Mach Discussion / Pending signal managment on mach3
« on: May 29, 2020, 08:55:44 AM »
Hello.

I have a closed loop stepper motor with a stepper driver that can output a PEND signal that, if I understood correctly, should be used to comunicate that the last order was completed and the driver is waiting for the next order. Is there a way to implement a sort of closed loop software management on mach3? Maybe something that tell to mach3 to don't send the next order as long as the PEND signal is not active.
Is it possibly present in mach4?

Thanks.

5
Hello,

It's 4 damn days that I'm trying to connect my RnRMotion bob to my STEPPERONLINE VFD and control the speed of the spindle.
If I simply follow the wiring diagram that i found online I should connect the AVI to AI1, ACM to GND and OUT2 to X1(forward signal). Nothing work this way.
When i give M3 command to activate the spindle the 24V tension is from OUT2 to 24V and not from OUT2 to DCM.
Also I haven't understood if I have to provide the board whit a 10V input in order to use AVI PWM signal.


With countless combinations the best result I got was controlling spindle on off and spindle speed but even when PWM signal was at full voltage the vfd frequency never exceeded.

Has someone ever used this combination of VFD and BOB?

This is the board https://www.amazon.it/gp/product/B076VFT59G/ref=ppx_yo_dt_b_asin_title_o09_s00?ie=UTF8&psc=1

This is the VFD (manual at the bottom)  https://www.omc-stepperonline.com/it/variatore-di-frequenza/stepperonline-cnc-vfd-37kw-5hp-17a-220v-inverter-del-motore-di-azionamento-a-frequenza-variabile-per-il-controllo-della-velocita-del-motore-del-mandrino?mfp=252-tensione-di-ingresso-v%5B220%20%28monofase%29%5D

Pages: 1