Field 877 Active Modal States at Initilisation

If you have a question about the software please ask it here.

Re: Field 877 Active Modal States at Initilisation

Postby kig23 » Wed Aug 15, 2018 10:10 am

Hi,
here is other solution to set G18 from constructor macro (M99998). Just put the code in the constructor macro.

Code: Select all
new Thread(delegate () {
    SetGcode ();
   }).Start();

#Events

private void SetGcode ()
{
   while (AS3.GetLED (25));
   Thread.Sleep (500);
   
    exec.Code ("G18");
}


When you press Reset, G18 will be set. Hope the code is usful.
kig23
 
Posts: 158
Joined: Sat Mar 31, 2018 6:58 am
Location: Italy

Previous

Return to Ask a question from support here

Who is online

Users browsing this forum: No registered users and 14 guests