Hello Guest it is April 26, 2024, 04:22:54 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.


Topics - jderou

Pages: « 1 2
11
PoKeys / Wake on Lan with 56e
« on: April 20, 2015, 08:46:54 PM »
Is it possible to get the 56e to turn the computer on with a button press?

12
Finally getting around to documenting this, it has been a few months now since this project started.


This all started when I fried two of the original servo amplifiers (http://www.cnczone.com/forums/servo-motors-drives/244822-fry-servo-amplifiers.html).  This is a pretty large machine, travels are 20 x 40 x 20.  It was not meant to be in a garage, so replacement parts are priced accordingly.  A repair place quoted me $700 each to possibly repair the amps.  New price is $1400 each.  Not gonna happen, and I was sick cause I had parts to make.
Here is the machine at that time


I had long been dreaming of getting rid of the clunky dos-based control but there was one thing that kept me from doing it,...It worked and was very accurate.  Having been through Mach builds before I know sometimes things can be less than predictable (the windows based motion control anyway).
With the idea of it "working" out of the way, it was time to look for another solution.  As an aside, I make custom footboards for bass drum pedals  
Luckily I had several stocked up, but I needed to get the machine going again asap.
I had received a private message from Larry Kenny of Larken Automation (www.viperservo.com) several months earlier when I was researching the idea.  At the time it was between the Viper 200 and another drive CNC4PC carried.  They were the only reasonably priced drives that accepted step-direction and could handle the servo power requirement.  The servos are SEM 140v, 6.5A continous, 30A peak, 31in-lb.
After a phone conversation with Larry I was confident that the viper 200 was the way to go.  Larry was very helpful and support means a lot in this kind of project.  3 viper 200's and a BX7 breakout board on order...

13
Brains Development / Why did this work?! Modbus addressing
« on: January 31, 2014, 08:11:36 AM »
I now have Brains writing a integer from Mach to the holding register of a Micrologix 1200 PLC.  I can't understand how it is working though!

According to the manual, the holding register addressing should start at 40001.  I set the Address Modbus(Var) in the serial plugin to 40001, with 4 registers and Output-Holding.
The test Modbus worked fine, I was able to read write to these registers.

In Brains is where I struggled to write to the appropriate register through the Modbus output.  The information was going somewhere in the PLC, cause I was able to read it back through brains also, but I don't know where it was going.
I was, however, able to write to the correct register by using the Sendstring output.  This was not appropriate for sending an integer though.

So anyway, after most of a day, I changed the Address Modbus(Var) to 0 and that solved the problem.  I don't understand this though, and that bothers me!

How is it getting to the correct address? ???

Thanks,
Joe

14
General Mach Discussion / What is wrong with my cutter comp!?!
« on: January 16, 2014, 10:08:21 AM »
Simple program, just a rectangle, with lead in/out line and arc just as I would do on a Fanuc control.  Most of my results have been that the control just stops, doesn't know what to do on the entry to compensation.  This one is really strange, it is like it is cancelling/applying compensation on every line. 
I have "advanced compensation analysis" in ports & pins unchecked.  With it checked no compensation happens.
Can't figure this one out, need help please!

%
O0000(CUTTER COMP)
(MATERIAL - ALUMINUM INCH - 2024)
( T1 |  1/2 FLAT ENDMILL | H1 | D1 | CONTROL COMP | TOOL DIA. - .5 )
N100 G20
N102 G0 G17 G40 G49 G80 G90
N104 T1 M6
N106 G0 G90 G55 X-6.1969 Y.0015 A0. S1069 M3
N108 G43 H1 Z.25
N110 Z.2
N112 G1 Z0. F25.
G90 G91.1
N114 G41 D1 Y.5015 F30.
N116 G3 X-6.6969 Y1.0015 I-.5 J0.
N118 G1 X-8.4952
N120 Y-3.0856
N122 X-4.8986
N124 Y1.0015
N126 X-6.6969
N128 G3 X-7.1969 Y.5015 I0. J-.5
N130 G1 G40 Y.0015
N132 Z.2 F40.
N134 G0 Z.25
N136 M5
N138 G91 G28 Z0.
N140 G28 X0. Y0. A0.
N142 M30
%

15
PoKeys / Triggering Pokeys Pin status through Modbus via Brains
« on: January 04, 2014, 12:22:08 PM »
Hello,
I have a Pokeys 56e that I have setup with Modbus to mach3 pc.  I am having no problems bringing inputs from the board into mach3 brains.  I am having trouble setting pin states from brains.  Can anyone point me in the right direction?  Not sure whether the pin should be setup as input or output.
Thanks,
Joe

Pages: « 1 2