Hello Guest it is April 19, 2024, 06:05:21 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 - Bloy

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 »
21
General Mach Discussion / Youtube videos insertion
« on: April 14, 2013, 12:04:27 PM »
Hi all,
How do you link to a youtube video so that an image of the video accompanies the link for playing, and not just a url link.

Thanks for a quick answer.  I'm sure it must be simple.

John Bloy

22
PoKeys / Re: Pokeys 65U and the Yaskawa Control panel/pendant
« on: April 12, 2013, 11:31:57 AM »
Okay, now that I have examined this Yaskawa "panel" pendant now and then over this week, I have learned a bit about it(a little bit).

The latest Mach3 plugin that Pokeys supplies along with their software basically takes care of most functions of the panel, and just three brains handle a few assignments for coordination of the buttons with LEDs, and feedrate override.
 
I like it!

One anomaly noticed was that the three multiplier buttons that select the jog step increment distance were reversed.  That is, pressing the x1 button actually selected the x100 increment...related to the first three positions within the general configuration of Mach3.  The x10 button was correct.  These three buttons can actually be set to any increment multiplication using the Mach3 configuration.  But to stay with the physical buttons on the panel I needed to do something about that error on the yaskawa panel.


So after some digging, I discovered the three codes in Pokeys that relate to the increment positions of Mach3's configuration....buttons 191,192, and 193.  
I reversed the assignments for 191 and 193.   This got the buttons to select the correct multiplication factor and preserved the Mach3 configuration.
Remember, I'm green at this and want to learn about the Pokeys relationship with Mach3.   It seems very powerfull.



But now another problem popped up.   the LEDs that were associated with the specific button pressed were now opposite... that is, pressing the "handle x1" button lit the "handle x100" button.
So I didn't know what codes refered to the LEDs...what do I do?
Well, I looked into the brains, as previously I knew that the LEDs did not work at all if the brains were not enabled.
Here the LED numbers specific to the panel's increment buttons were discovered...1504, 1505, and 1506.
So I decided to try modifying the brains and switched the 1504 and 1506.  



That did the trick.  The LEDs now followed the button selections and displayed the correct multiplication factor.

Now, After learning the LED code numbers, I was able to find them in the Pokeys Mach3 configuration Plugin and thought I could exchange the 1504 and 1506 in there.  the matrixes of the Keyboard and LEDs align in the same row and column locations.   But for now, I have left the brain modification as the working setup.


This has been a giant leap for me in learning about "mapping?".  But I am still at a loss as to how the LED code numbers were derived.  Looking in the LED code lists makes me think that they were just chosen off-the-cuff and as long as they were directed properly, things should work.

Time for more customizing, as my basic working knowledge has improved slightly and might enable me to alter other configurations to my liking.

 I am much interested in getting the MDI button on the yaskawa panel to actually set up the LCD(at least the fourth row) to show a curser and allow code input.  
This would make going back to the keyboard to input unnecessary.   As it is now, The MDI button on the panel simply opens the MDI screen on the Mach3 screen.

23
General Mach Discussion / Re: New User - Help Mach3 stopped at line 63
« on: April 10, 2013, 05:04:10 PM »
I just happen to have my machine ready to go here....so I tried your code.

It ran fine on my router.  

Others may suggest something that I'm not seeing.

Since your machine is still active and able to jog, I can't see why it would "hold".  The spindle continues? do the DROs continue to move even though the machine is stopped?    I don't know.....:)  I'm still re-aquainting myself with my router.
Watchdog might provide some info...it is enabled in the general configuration -far right.


There are similar spots further on in your code.    You might try "starting from here" at or near those areas of your code.

24
PoKeys / Re: Pokeys 65U and the Yaskawa Control panel/pendant
« on: April 05, 2013, 02:22:07 PM »
Turns out that glitch above where the LCD column setting doesn't stick was not my inability to get the LCD working.  
I now have the pendant LCD displaying all three axes position and feedrate. ...and a fourth axis on row 4 for dispalying 0's as it is not active at this time in Mach3.   :)

Now on to customizing the pendant's buttons as I learn more... could be a while though.

25
PoKeys / Re: Pokeys 65U and the Yaskawa Control panel/pendant
« on: March 30, 2013, 11:36:18 PM »
Here's something that I noticed in the newest Pokeys software..
when setting the rows and columns in the LCD settings under peripherals, the column setting keeps returning to two(2) after setting it and closing.    I want to have 20 columns, as before, but it won't stick.

Included is a pic of the setting configuration after setting the columns to 20 and closing.  Upon re-opening it the screen save is of what it has reverted back to....2 columns..... the Mach3Plugin configures correctly.

I'm wondering if this is causing the problem of the LCD not working after starting up Mach3 as mentioned and depicted several posts back.

26
PoKeys / Re: Pokeys 65U and the Yaskawa Control panel/pendant
« on: March 29, 2013, 07:37:32 PM »
Hiya Scott!
   Looking at your "old" work with pokeys(and this pendant) I am again amazed by you!

John

P.S.  Okay then...  ;)  calling Matt!

27
PoKeys / Re: Pokeys 65U and the Yaskawa Control panel/pendant
« on: March 29, 2013, 07:19:04 PM »
Thanks, Russ

I need all the luck I can muster.   I always wanted to get more in-depth with using all the mach codes(properly) and this pendant with Pokeys is a good vehicle to learn the ins and outs(pun intended).   :D

28
PoKeys / Re: Pokeys 65U and the Yaskawa Control panel/pendant
« on: March 29, 2013, 06:58:32 PM »
Russ,

What I meant before, several posts back, when I said the MDI button on the pendant works, was that the MDI screen on the mach screen popped up and alowed input.

What the MDI button on the pendant does not do(and never did) is bring up a curser on the LCD for inputting, but it might be able to.

I'll just muddle around in the pokeys plugin configurator and familiarize myself with all the settings and what they do.
I DID manage to switch the directions that the pendant MPG traveled when turned... it was reversed.  But that is really basic...

calling Scott Shafer!

John

29
PoKeys / Re: Pokeys 65U and the Yaskawa Control panel/pendant
« on: March 29, 2013, 06:27:07 PM »
Russ,

No sign of a macro named macropump.m1s in any macro folders in this version- 3.043.067.  I'll try a few things...got lots of profiles and Versions on call.

John.

30
PoKeys / Re: Pokeys 65U and the Yaskawa Control panel/pendant
« on: March 29, 2013, 06:06:20 PM »
Russ,

That helps.  I tested just now the MDI and it already functions.  I'll investigate the macro folders see where/if there is something relating to the Mach3 plugin and the Yaskawa.


Right now all macros that might pertain to the Yaskawa are in one folder.... the name "ROUTER", which is the profile name of this machine.

I don't see anything newer other than the one I changed to refcombination the axes when homing, since I installed the latest version of mach3 and made a new profile for teating.

Thanks,

John

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 »