Hello Guest it is June 01, 2025, 04:00:54 AM

Author Topic: How many time Mach3 execute Macro?  (Read 3604 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