Hello Guest it is April 26, 2024, 06:32:04 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.


Topics - lethang85

Pages: 1
1
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


2
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

 

3
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

4
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


5
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

6
Hi,

I find in document "Mach3_V3.x_Macro_Prog_Ref", no any funtion set Home Neg in Mach3. Please help me setup  Home Neg in Mach3 with Macro Programing.

Rgs.

Pages: 1