Hello Guest it is March 29, 2024, 09:26:16 AM

Author Topic: Mit Makro digitalen Output und OEM Code ausführen  (Read 708 times)

0 Members and 1 Guest are viewing this topic.

Offline Vido

*
  •  23 23
    • View Profile
Mit Makro digitalen Output und OEM Code ausführen
« on: March 01, 2023, 05:35:59 PM »
Hallo!

Ich habe vor mit einem Button, welches mit einem Makro hinterlegt ist, einen digitalen Ausgang UND einen OEM Code auszuführen, geht das? Es betrifft den OEM Code 103 (jog).
Mein Ansatz war, dass ich ein Button erstelle und dieses mit einem Makro hinterlege, z.B. M300.
In diesem Makro M300 steht:

ActivateSignal (Output12)    //schaltet digitalen Ausgang
DoOEMButton(103)             //sollte den OEM Code 103 ausführen

Nur passiert nicht?! Das Makro liegt im richtigen Ordner.
Woran scheitere ich?




Hello!

I intend to execute a digital output AND an OEM code with a button, which is stored with a macro, is that possible? It concerns OEM code 103 (jog).
My approach was that I create a button and store it with a macro, e.g. M300.
In this macro M300 it says:

ActivateSignal (Output12) //switches digital output
DoOEMButton(103) //should execute
OEM code 103
Only does not happen?! The macro is in the correct folder.
What am I failing at?
« Last Edit: March 02, 2023, 12:53:49 AM by Tweakie.CNC »