Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: lethang85 on November 30, 2015, 09:57:47 PM

Title: How many time Mach3 execute Macro?
Post by: lethang85 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