Hello Guest it is April 28, 2024, 04:30:00 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 - RenatoMasias

Pages: 1
1
General Mach Discussion / Error triggeredin change tool
« on: July 22, 2022, 03:19:33 PM »
Hi good day, i have this message of Error Triggered, Art Code 9991, Attempt Recovery.
each time what i call a tool change M6, macro of tool change for machine center, and then the offset table is erase.

this is solvable with reinstalation of mach,,, or formatting pc,, ? this is a problem of hardware ?

attachment image of the error,

thanks

2
General Mach Discussion / Re: call a Macro with Input external
« on: July 08, 2022, 01:36:01 PM »
ok, i see thanks

3
General Mach Discussion / call a Macro with Input external
« on: July 01, 2022, 08:33:41 PM »
Good day, i want call a the macro M40 with a external input for example Input1. It is possible and how?

Renato

4
General Mach Discussion / Re: Brain Error
« on: April 27, 2022, 07:26:31 PM »
yes, Brian error

5
General Mach Discussion / Brain Error
« on: April 26, 2022, 03:16:07 PM »
Hello good day,

I have a problem with alarm appear Brain Error, then the coordenate transform a zero value, picture attachment.

I format the pc with w7-32bits, but error continue.

Some idea why appear this error ?

thanks

6
VB and the development of wizards / Re: Round Double and ACos, ASin
« on: November 05, 2021, 10:26:37 AM »
thanks

7
VB and the development of wizards / Round Double and ACos, ASin
« on: October 30, 2021, 08:57:39 PM »
Hello good day, i generate my code con Gcode:
Code "G1 Z" & z(i) & " Y" & y(i) & " F" & Fm(i)
 but my result are several point decimal, then this exist function as round(z(i),3) for round a three point decimal or as i can make this?

I no find the function Acos and Asin, only Atn or this two function no available?

thanks
Renato

8
VB and the development of wizards / Simple Code No run
« on: January 17, 2020, 03:01:09 PM »
Hello good day. i am probing this code in Mach3.040 and 041:

macro M40:
------------
Message "perfil 1"

Code "G64"
Code "M3"

F=100
pk1=10
pk2=10
Code "G1 A" & pk1 & " Z" & pk2 & " F" & F

pk1=0
pk2=0
Code "A" & pk1 & " Z" & pk2

While IsMoving()
   Sleep(100)
Wend

Code "M5"
Code "M30"

Message "perfil 2"

this no work, no movement, no turn on spindle,  but when i take off:
'While IsMoving()
'   Sleep(100)
'Wend

then the macro run, but the message "perfil 2" appears inmediately, even while the axis are still moving.

Some solution suggestions ?
thanks

Pages: 1