Macro library

Русский

Defer macro call

Delayed call of an auxiliary program depending on the specified time. There are three modes of macro operation:

All attributes except those used by this macro can be passed to the launched program.
This can be useful when testing various systems when a program must be called cyclically.
You can make it as a custom G-code on your machine, see other macros.

[!NOTE] Specify the G-coda number for the simplified form of the cycle call. For example G232.

Call Format

G65 P_ A_ B[_] C[_] D[_] E[_] F[_] H[_] I[_] J[_] K[_] M[_] Q[_] R[_] S[_] T[_] U[_] V[_] W[_] X[_] Y[_] Z[_]
G232 A_ B[_] C[_] D[_] E[_] F[_] H[_] I[_] J[_] K[_] M_ Q[_] R[_] S[_] T[_] U[_] V[_] W[_] X[_] Y[_] Z[_]

Attributes

Examples

Example 1: launch of the O700 auxiliary program until 15:30.

G232 A700 H15 M30 T1

Example 2: launch of the O700 auxiliary program after 15:30.

G232 A700 H15 M30 T2

Example 3: Run the O700 utility program multiple times over a period of 30 minutes.

G232 A700 M30

Example 4: One-time start of the O700 auxiliary program after 15:30.

G232 A700 C1 H15 M30 T2

Defined Variables

System Variables Used

Compatibility

[!WARNING] Before starting the makras, do not forget to check all the system variables used, they may differ on some machines.


Source files