Hello Guest it is April 18, 2024, 07:01:43 PM

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.


Messages - fredech

Pages: 1
1
Hi Reult,

yes I did, and even tried another one from Royaume d'eole. Both work fine.
The USB/RS485 I'm using is that one:
https://www.amazon.fr/gp/product/B07B416CPK/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1
After many investigations, it seems that as soon as the plugin is active.

UPDATE:
As I wanted to give you as many informations as possible including a copy of the scripts involved, I found the problem !
It was a USERDRO conflict.
the script of the "set variable position" is using the same default USERDRO of the VFD monitor:
x = GetABSPosition(0)
y = GetABSPosition(1)
z = GetABSPosition(2)
SetUserDRO 1000, x
SetUserDRO 1001, y
SetUserDRO 1002, z

Happy ending :)

Fred

2
I add that I wired everything with shielded cables, taking good care of separating steppers cables and spindle cable paths, as well as power and signal cables.

Fred

3
when the spindle is running, I can hear little harmonics in the steppers but it works fine. The only odd thing is the "goto variable position".
I did try with the vfd turned on but disconected from mach3, it works fine.
I have the problem only when the communication is estabished via the rs232/rs485.
I tried to make a new setup from scratch, supposing the xml file had been corrupted, but nothing changed.

I can live with that problem, even though I love that function and use it a lot, but I would like to understand what's wrong (and eventually get this function back :)

4
thanks for your response

Does the VFD produce noise even when the spindle is not running ?

5
General Mach Discussion / Mach3 / Huanyang - Goto Variable Position
« on: March 13, 2019, 03:16:23 PM »
Hello

I have a strange problem:
when the Huanyang VFD is connected to mach 3, the "goto Variable position" is acting strange: X and Y go normaly to the memorised position, but Z goes to the zero machine coordinates...
If I disconnect the VFD (connected via RS485), everything is fine.

any idea what could be the problem ?

6
General Mach Discussion / Re: Mach3 Set and Goto Variable Position
« on: March 10, 2019, 05:31:01 PM »
I just found the issue
the macros were altered for a reason that remains a mystery...
I just copied all macros from a backup file and everything came back fine :)

thanks anyway !

7
General Mach Discussion / Mach3 Set and Goto Variable Position
« on: March 10, 2019, 09:08:24 AM »
Hello everybody
Something odd happened to me:
Set and Goto variable position (in the MDI tab) do not work anymore:
X is fine, but Y and Z always want to go to the 0 machine coordinates.

I checked everything I could (macros and config) but everything seems to be ok.
I'm a bit lost...

any idea about the problem ???

Fred

Pages: 1