Hello Guest it is April 25, 2024, 12:40:06 PM

Author Topic: How many time Mach3 execute Macro?  (Read 1634 times)

0 Members and 1 Guest are viewing this topic.

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