Hello Guest it is April 27, 2024, 02:09:58 PM

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 - Yura_74

Pages: 1
1
It's works too.
But, maybe useful to create matrix in m800 with variants of key buttons. And user can write his script in certain cell.
Or it is not often required.  :)

2
To stop executing the script at any place. Try this code:
Yes it works :) Thanks
Quote from: area51
There is nicer ways to do it, but this way your code are nearly unchanged.
it is much more difficult? I want try it.

3
Great thanks area51 for you useful plugin.
But I can't make workable script.
If i make like this

Code: [Select]
'========Go to Home======
If SL And SR And Button = PW then
Message ""Let's go to zero on the machine coordinates""
DoOEMButton (138)
End If

'======Ref All step by step=====
'If SR And Button = PW Then
'Message "Ref All step by step"
'DoButton( 24 )
'DoButton( 23 )
'DoButton( 22 )
'DoButton( 25 )
'End If

When I press  SL + SR + PW
Also work SL + PW branch
How do I exclude the implementation of the second branch

Pages: 1