Hello Guest it is April 19, 2024, 09:43:31 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 - peter81

Pages: « 1 2 3 4 5 6 7 8 9 10 11 »
41
Show"N"Tell ( Your Machines) / O3N250
« on: July 08, 2012, 07:11:58 AM »
Hello,

I almost finished control panel for my O3N250 CNC machine. Still need to implement some functions. Here is the picture of the final look.

Regards,
Peter


42
VB and the development of wizards / Re: Need some vb help!
« on: July 07, 2012, 06:17:59 AM »
Hi Richard,

maybe you could use do loop function. I'm using it in my m6start code and it works realy well.

Do
 If Not (GetOEMLED(823)) Then
     message "Tool not released"     
 End If
If (GetOEMLED(823)) Then Exit Do
Loop
message ("")
ActivateSignal(Output1)

Regards,
Peter

43
VB and the development of wizards / Re: De-ref axis
« on: June 25, 2012, 04:15:53 PM »
Thanks Gerry for help. I've designed my screen in the way that if you want to reference axis again it must be first dereferenced.

Peter

44
VB and the development of wizards / De-ref axis
« on: June 23, 2012, 09:18:11 AM »
Hello,

can someone help me how to de-reference just one axis not all of them? Is there a specific OEM code for each axis or can I do it in other way? Thanks.

Peter

45
dspMC/IP Motion Controller / Re: DSPMC and ESTUN
« on: May 04, 2012, 10:51:51 AM »
Thanks Mike for helping me. Are those ground pins on J6 and J7 the same as on J2 port? I have all connections done without boards (exept J4 board) so I don't have a spare cable left. I was thinking to connect them to ground cables on J2 port. Will that be ok?

Thanks,
Peter

46
dspMC/IP Motion Controller / DSPMC and ESTUN
« on: May 04, 2012, 07:38:17 AM »
Hello all,
It's been a while since my last post here. I have upgraded my machine to newer drives and motors (the older ones just didn't perform well) and I have done a lot of changes to machine. I have some problem about connecting. Where on DSPMC can I connect pin 18/36 which can be found on page 40 in the manual?

Thanks,
Peter

47
PoKeys / Re: Pokeys tests
« on: January 09, 2012, 03:44:19 PM »
Thanks Hood. I know that at this moment inputs and outputs are only available from VB. I'm trying to figure out from manual how it's done, but it is too much complicated for me. I'm not very good at VB  :-[

Peter

48
PoKeys / Re: Pokeys tests
« on: January 09, 2012, 03:02:35 PM »
Hello Hood,

I'm also trying to test new plugin with my Pokeys56U and I have some truble. I don't know how to map digital inputs to a userLEDs.  Have you tried that already?

Peter

49
PoKeys / Re: Two pokeys?
« on: October 12, 2011, 03:02:08 PM »
Thanks Hood for answer. This plugin and update was made by Polabs to use four pokeys in Mach3. Is anyone else had tried to use multi pokeys or know if it works?

Peter

50
PoKeys / Re: Two pokeys?
« on: October 11, 2011, 12:11:32 PM »
Anyone ever tried using two pokeys? I found this in mach3 plugin update file

Update 7.6: 04Nov2009:

1).    Added the ability to Use upto 4 PoKeys simultaneously!!!!
   Devide IDs of the 4 PoKeys are: 0,1,2, and 3, there are
   4 "DLLs" for your use, one for each potiential PoKey.
   PoKey0.dll, PoKey1.dll, PoKey2.dll, PoKey2.dll
   This expands the IO potiential and functions to:
        220 Digital IO, upto 16 Analogs (4 of those can be converted to
   Analog output for spindles), 4 LCDs, 4 Matrix Keyboards 8x8,
   Encoders by the truck loads, 12 PWMs

Pages: « 1 2 3 4 5 6 7 8 9 10 11 »