Hello Guest it is April 25, 2024, 08:22:03 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 - zeeschuim

Pages: 1 2 3 4 5 »
1
VB and the development of wizards / Re: Lamello clamex wizard
« on: April 06, 2023, 10:16:48 AM »
Thanks mate.

2
VB and the development of wizards / Lamello clamex wizard
« on: April 05, 2023, 05:22:41 AM »
I have made a wizard for the lamello clamex.
https://youtu.be/WWSYfu6Pj50

3
VB and the development of wizards / Re: infrared screen
« on: May 02, 2020, 05:31:11 AM »
I have now this:
   Sub Main
   
      If  GetOEMLED(1000) Then ' is run
      
         
      
      If IsActive(INPUT1)And (GetLed(116) = true) Then
 
      DoOemButton(1004)      ' 1004 DoOemButton stop
      End If
      
      End If
      
   End Sub 


It is not working, any idea?

4
VB and the development of wizards / infrared screen
« on: April 30, 2020, 10:15:07 AM »
I want to make a makro for a infrared screen.
Only while running a G-code and there is an input from the infrared screen .
The machine will go in reset or stop state.
Where do I have to start?

5
Third party software and hardware support forums. / XHC no aftersale!
« on: February 27, 2020, 04:35:46 AM »
XHC products are a no go  when you want after sale service.


6
VB and the development of wizards / Re: offset tool
« on: February 28, 2016, 05:41:30 PM »
And now, how to get this offset only for for tool 8 working? ???
Is M6end therefor a good place?
With a if else:
Code: [Select]
If GetOemDro824 = 8 Then
Code "G92 X100"
Else
Code "G92.1"
End If

7
VB and the development of wizards / Re: offset tool
« on: February 28, 2016, 03:18:35 PM »
G92 does the trick! ;D

8
VB and the development of wizards / offset tool
« on: February 28, 2016, 03:01:19 PM »
How can give an offset in X and Y direction on a tool like this one?

http://www.veldmanslijptechniek.nl/aggregaten/freesaggregaten/5449-freesaggregaat-1-er25-/-iso30.html

9
VB and the development of wizards / Re: message if the Y distance is to big
« on: February 25, 2016, 12:46:56 AM »
So it will be something like this?
Code: [Select]
If GetOemDro(151)<1750 Then
Code "(MSG,te groot voor de tafel!)"
End If

10
VB and the development of wizards / message if the Y distance is to big
« on: February 24, 2016, 01:06:28 PM »
I am busy with  a wizzard.
I have a code what add some values to find a Y position.
Code: [Select]
If GetUserLED(1071) Then
Code"G00 Z"& SafeZ &"X0 Y" & een + ZgD + twee + ZgD + drie + ZgD + vier + ZgD + vijf + ZgD + zes + ZgD + zeven + ZgD + acht
I want to make a messagebox what will tell me when the sum off the values exceed the machine boundry in the Y axe.
Is this possible and how?

Pages: 1 2 3 4 5 »