Hello Guest it is April 29, 2024, 12:16:28 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Giuno85

Pages: « 1 2 3 4 »
11
OK understood.
but how do I assign it to user led from machscreen design?
with OEM code? as in the picture?

the right syntax is as I put in the image?

12
you were clear from the beginning, I understood from your explanation that I should have copied the program into macropump etc.. etc...
I was wondering if there was a way to leave only one script in macropump by removing it from the start cycle button so as not to create a duplicate script.
in this case I need a call from the start cycle button in the panel to userled 1500 contained in the macropump script to be able to use both buttons, both the external one in modbus and the one on the panel

I truly thank you for your availability and your help

13
I'm sorry, I explained myself poorly.
what I would like to do is run the program you wrote before

If ((GetUserLed(1500) = True) And (GetUserLed(1501) = False)) Then
'insert your button code here
'.
'.

'Start machine
DoOEMButton(1000)
End If
'make sure we run the code only one
SetUserLED(1501,GetUserLed(1500))



 both from the external button and from the start cycle button to the panel what I would like to know is how to assign the button that you told me to call with brain to the panel button

14
I was talking about calling the GetUser Led(1500) by programming the start cycle button with machscreen design as well as calling it with brain and external button.
If you assigned the button as per the attached image, is it correct?

15
Mach Screens / assign a button to a userled
« on: January 26, 2024, 07:54:22 AM »
Hello everyone
Does anyone know how I can assign a button to an assigned LED button? On screen design
For example GetUserLed(1500)

16
Thanks for the reply, can I also recall the LED button from the button on the screen?

17
thank you very much for the reply, I also published the topic on the forum in the screen designer section.
So I have no way to call a new button created on machscreen with my brain?

Is it possible to call an assigned hotkey with the brain?

the problem is that I customized the start call by doing other things and that's why I modified the button

sorry, I created several posts because it is a topic that touched more than one topic in the forums  :-[ :-[

18
 I control the start cycle from an external button via Modbus and Brains.
I tried to command the button by setting execute button script at the lobe termination, but it doesn't work.
Can someone help me?

19
 I control the start cycle from an external button via Modbus and Brains.
I tried to command the button by setting execute button script at the lobe termination, but it doesn't work.
Can someone help me?

20
Hi Graham, the script you made works great I tried it.
I would like to ask you, since I control the start cycle from an external button via Modbus and Brains.
I tried to command the button by setting execute button script at the lobe termination, but it doesn't work.
can you help me?

Pages: « 1 2 3 4 »