dezsoe, спасибо вам за плагин, это именно то, что нужно!
Может быть, я со временем сделаю ему интерфейс, так как хотел в будущем разобраться с написанием плагинов)
[SwitchOutput]
Button1=20417,3,7,False
bool buttonstate = AS3.Getbuttonstate(20417); // Get Button State
int bnum = 20417; // Button Number
int Port =3; // Port Number 3
int Pin1 =7; // Pin 3 -> Suction
if(buttonstate)
{
exec.Clroutpin(Port, Pin1) ; // Absaugung AN
AS3.Switchbutton(false, 20417);
exec.Wait(100);
}
else
{
exec.Setoutpin(Port, Pin1) ;
AS3.Switchbutton(true, 20417); // Absaugung Aus
exec.Wait(100);
}
while (exec.IsMoving()) {} // Wait for exec.Code to finish
Daywalker wrote:I created a button on the screen with the button number: 20417, my macro also has the number 20417 and is structured like that of "fixebr".
Return to Ask a question from support here
Users browsing this forum: No registered users and 32 guests