Hello Guest it is March 29, 2024, 01:51:59 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.


Messages - lethang85

Pages: 1 2 »
1
Mach4 General Discussion / Re: How to programing C# with Mach4
« on: March 02, 2016, 08:17:03 PM »
Tks for your infomation

2
Mach4 General Discussion / Re: How to programing C# with Mach4
« on: March 02, 2016, 04:03:32 AM »
Tks smurph.  How do register a developer?

3
Mach4 General Discussion / Re: How to programing C# with Mach4
« on: March 01, 2016, 08:27:52 PM »
I have not access to SDK  :). You can show header files.

Rgs


4
Mach4 General Discussion / How to programing C# with Mach4
« on: February 29, 2016, 03:24:44 AM »
Hello,

In mach3, i can call API by C#. But in Mach4, i can't call API because i don't know define: const, type .... ex: MERROR_NOERROR,MINSTANCE , HMCDEV. How to programing C# with Mach4?

Rgs


5
VB and the development of wizards / How many time Mach3 execute Macro?
« on: November 30, 2015, 09:57:47 PM »
Hello,

I communication Mach3 and PLC by macro. My macro is simple:

--
Code: [Select]
'Wait Finish PLC
While ((IsActive(INPUT4)=False))   
Wend
'Out Mach3 Finish->PLC:
ActivateSignal(OUTPUT13)

My problem seem Macro execute slow: 150ms -200ms.

How many time Mach3 execute Macro?

Rgs

 

6
VB and the development of wizards / What is best value in function SLEEP?
« on: November 03, 2015, 03:13:30 AM »
Hello,

I use function Sleep in my Macro. Bellow function sleep:

My Macro:
Code: [Select]
While <Wait Input from Sensor>

Sleep 20

WEnd

If try value sleep: 2; 3;  5; or 10; 15, but Macro seem slower than I put value 20 in Sleep. What is best value in function SLEEP?

Rgs

7
General Mach Discussion / Velocity in Gcode G0
« on: October 27, 2015, 04:09:56 AM »
Hello,

I have 4 axis:
Linear axes: X,Y,Z, motor tuning velocity: Vx,Vy,Vz
Rotational Axes: A, , motor tuning velocity: Vx,Vy,Vz

How much the feedrate in GCode G0 X..Y..Z...A  Mach3?


Rgs


8
Tks for your reply.  I see, my problem in Macro. Macro in Mach3 process Input/Output slow. Do this problem improve in Mach4?

Bellow my GCode Process:

- Call Macro A
- Move X1,Y1
- Call Macro B

- Call Macro A
- Move X2,Y2
- Call Macro B

.....

Macro A, B: process Multiple Input/Output.


Rgs





9
Mach4 General Discussion / How many time mach4 check input/output?
« on: June 09, 2015, 11:21:41 PM »
Hello,

I read ebook: mach3MySteries.pdf, mach3 will check the input/output each 1/10 second. My machine requirerequirement check fast input and output. How many time Mach4 check input and output?

Rgs

10
Dear BR549 & ger21,

Thank for your help.

Rgs

Pages: 1 2 »