Hybrid View
-
12-02-2018 #1
Hey Buddy.
No problem, you're welcome. Glad to try and give some possible ideas.
I'm with magicniner, in that if it was workign on a previous firmware then the current one instaleld has broken it.
I'm watching the Pandora development, as what those guys are doing is brilliant and makes the unit nicer, but I have resisted flashing it myself as the setup works for me so far. So I'm reluctant to mess around until I really need to.
Try flashing back to a previous working firmware and see if that makes things right again.
Ian
-
15-02-2018 #2
Slowly making progress in understanding the control language thats supported. It looks very like Fanuc Macro Control language.
I think this may be where the system variables come from but so far I have had no luck trying to find a concise reference manual for the Fanuc languiage.
Any one have any links?
I have got loops and conditions working now trying to figure out subroutine calls.
WillLast edited by Will_D; 15-02-2018 at 11:13 AM.
-
21-02-2018 #3
Does anyone know if any of the Fanuc Post Processor Scripts in Aspire work out of the box with this?
I had previously created a post processor to work in Solidworks / SolidCAM but had to wipe the PC and cant bring myself to sit for hours re-doing it?
Thanks
Alex
-
21-02-2018 #4
-
22-02-2018 #5
Hi Boyan,
Thanks that worked! I dont need to use Gcode ATC or Gcode ARC?
I have another question, maybe you can help. Im now using Aspire, and it was working very well, however when drawing in the program the Y Direction of my machine was wrong, so my parts were coming out mirrored on the Y Axis.
So i changed the parameters and wiring to flip the Y Direction and make it home to the Positive, and move in the negative (Because my home position is top left).
After changing everything, the machine moves correctly, and homes correctly. Aspire is generating the code correctly (Making Y move in the Negative direction and not the positive), however now the controller refuses to run the code.
I am pulling my hair out trying to figure out what the problem is.
Any help would be appreciated.
Alex
EDIT: The problem above magically fixed itself.....Last edited by AlexDoran; 22-02-2018 at 05:12 PM.
-
27-03-2018 #6
Have anyone tried the find center function on the DDSCV1.1? Also wondered if anyone have tried writing macros for it yet?
-
08-04-2018 #7
Never knew about a "Find Center function". How is it invoked.
I have written a test sub-routine:
(Safe Block)
G17 G21 G90 G54 G40 G49 G80
(Investigate Subroutines)
(set initial X, Y and Z)
G01 X0.0 Y0.0 Z0.0 F100
#1 = 3.888
G01 Z2.0
G01 X FIX[#1]; Round Down
G01 Y FUP[#1]; Round Up
G04 P5000; Little delay
(Note the above has nothing to do with testing the subroutine mechanism!!)
M98 P456 L3; Call subroutine 3 times
M30; End main Program
%
(Declare the Sub)
O456
G91
G01 X2.0 F50
G90
G04 P3000; Little delay
M99; End of Sub
%
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
CSLAB CSMIO/IP-M 4-axis Ethernet Motion Controller
By dudz in forum CS-Lab (CSMIO)Replies: 35Last Post: 02-01-2017, 01:27 AM -
FOR SALE: Galil Motion Controller - PCI DMC 1842 - four axes
By lateAtNight in forum Items For SaleReplies: 1Last Post: 24-06-2014, 03:41 PM -
FOR SALE: Galil 1880 8 axis PCI motion controller
By Boyan Silyavski in forum Items For SaleReplies: 1Last Post: 03-06-2014, 07:39 PM -
Advice please! JAF Motion Controller issues!
By Mark Chard in forum Machine Control SoftwareReplies: 0Last Post: 31-01-2014, 05:03 PM -
eBay: Galil DMC-1580 Motion Controller 8-Axis
By Boyan Silyavski in forum Items On eBay UKReplies: 1Last Post: 25-12-2013, 10:30 AM
Bookmarks