Community
Fusion Manufacture
Talk shop with the Fusion (formerly Fusion 360) Manufacture Community. Share tool strategies, tips, get advice and solve problems together with the best minds in the industry.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Anilam 3300mk processor

54 REPLIES 54
SOLVED
Reply
Message 1 of 55
szkiXHQG3
3821 Views, 54 Replies

Anilam 3300mk processor

I am using an older 3300mk Control. Ihave been using the 7872_anilam post process conversional modal v1  processor it seems to work well except every program has to be modified in editor because at the beginning and end of the program it rapids to z 0 usually the traveling across the part. Here is a short section beginning code and end code. 

 

* ANNA TEST1
* TOOL 1 D=0.5 CR=0 TAPER=45DEG - ZMIN=-0.248 - CHAMFER MILL
Dim Abs
Plane XY
Unit Inch
Tool# 0
Rapid Z0
* ENGRAVE1
Tool# 1
X-3.5015 Y0.9278 Z0.6
Z0.16
Line Z-0.009 Feed 15.
X-3.2571 Y1.0031 Z-0.1222 Feed 30.
X-3.2528 Y1.0044 Z-0.1242
X-3.2486 Y1.0057 Z-0.1264

 

 

 

END Code

X3.2438 Y-0.8844 Z-0.0112
X3.2418 Y-0.8818 Z-0.009
Rapid Z0.2
X3.1739 Y-0.8405
Z0.16
Line Z-0.0093 Feed 15.
X3.1772 Y-0.8377 Feed 30.
Rapid Z0.6
Tool# 0
Z0
X0 Y0
EndMain

54 REPLIES 54
Message 41 of 55

So if there's no place in Fusion to define the XY home, I was thinking I might set the value in the post and offer the user the option to change the default.  I assume that would be done using this mechanism of Property and Values.  I just didn't want to redefine that XHome and YHome if I could pull the values in from Fusion directly.

 

Xander: 

writeMoveBlock(gMotionModal.format(0), homeX, homeY);"

Yes, this is the section where I saw the Home reference  (Sorry... Xhome and Yhome, that was the "other" program). 🙂

 

So you've both given me some things to look at. I'm going to poke around myself first, to see If I can deconstruct what's there and modify it for my needs.


Home.png

Message 42 of 55
Anonymous
in reply to: szkiXHQG3

I have an older Anilam 3000 M and the3300mk processor does great except that the drilling off need to be drilloff, and the for radius's that can not be I, j, or k nor a radius but needs to be CornerRad. Is there a possibility to update this post to do this?

 

Best Regards

Vince

Message 43 of 55
HughesTooling
in reply to: Anonymous

@Anonymous Are you using the post from this thread, it works a lot better than the generic one supplied with Fusion. Read through the whole thread and use the newest version. I would avoid using Radius for corners as it give a lot or errors as you'll see reading this thread and the one I linked to, Anilam controls have a lot of problems with arc moves.

 

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Message 44 of 55
mike.mattera
in reply to: Anonymous

CornerRad is only for Line to Line corners with a fillet. You can use it for Arc to Arc to Arc  type contours. You're much better off with XY IJ  or XY R output.

 

Message 45 of 55
Anonymous
in reply to: HughesTooling

Thanks I'll give it a try. 

Message 46 of 55
Anonymous
in reply to: HughesTooling

Mark that was Perfect!
Message 47 of 55
amberg47
in reply to: szkiXHQG3

Can you use Fanuc nc program to anilam cnc.

I am also expert user of anilam cnc 3300mk
Message 48 of 55
amberg47
in reply to: szkiXHQG3

You can you Fanuc nc code on anilam cnc.


It's easy and more inaccurate!
Message 49 of 55
HughesTooling
in reply to: amberg47


@amberg47 wrote:
You can you Fanuc nc code on anilam cnc.


It's easy and more inaccurate!

Not so easy if you want to edit the program at the control though. The post I've modified works well, I haven't had any problems with it and how is the Fanuc code more accurate?

 

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Message 50 of 55
amberg47
in reply to: HughesTooling

@N10G0G90Z9.999
@N20X-8.756Y5.136S1500M3
@N30G0Z.8H0M8
@N40G1Z-.2F55
@N50X-8.835Y9.537F950
@N60X-8.818Y10.515
@N70X-8.773Y11.004
@N2930X-35.591Y-52.209
@N2940X-39.367Y-52.853
@N2950X-39.856Y-53.01
@N2960X-40.007Y-53.075
@N2970Y-52.832
@N2980Z-13.333F55
@N2990X-36.334Y-52.208F950
@N3000X-36.973Y-51.108
@N3010X-37.514Y-50.13
@N3020X-38.287Y-48.663
@N3030X-39.495Y-46.218
@N3040X-40.007Y-45.127
@N3050Y-46.601
@N3060Z-13.532F55
@N3070X-38.745Y-49.152F950
@N3080X-37.699Y-51.108
@N3090X-37.077Y-52.207
@N3100X-40.007Y-52.704
@N3110Y-52.579
@N3120Z-13.731F55
@N3130X-37.812Y-52.204F950
@N3140X-38.878Y-50.261
@N3150X-40.007Y-48.048
@N3160Y-49.468
@N3170Z-13.93F55
@N3180X-38.878Y-51.607F950
@N3190X-38.545Y-52.202
@N3200X-39.998Y-52.453
@N3210X-39.988Y-52.324
@N3220Z-14.129F55
@N3230X-39.279Y-52.199F950
@N3240X-40.007Y-50.856
@N3250G0Z9.999
@N3260M9
@N3270G0Z10.
@N3280M2

I have attach a nc file that you can run in your machine with rs232 dnc connection

 

anilam nc image.JPG

Message 51 of 55
HughesTooling
in reply to: amberg47

I don't use DNC I use a compact flash disk for transfer, I can see the advantage using G code for DNC though as the programs will be smaller. Have you tried without line numbers I think that should work and will reduce file size.

 

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Message 52 of 55
amberg47
in reply to: HughesTooling

I am with this type of NC and I always run DNC method because its easy and faster and I also run machine in 3d mould finishing so that my program is so big and also run machine above 30 hours so that  DNC is much help me.

 

I use fanuc NC data after adding @ sign before block number

 

 

I am much happy because this idea is issued by anilam technician person from USA

Message 53 of 55
mike.mattera
in reply to: amberg47

If the Conversational Anilam post is well written and the code has been filtered with the Smoothing options, the file size shouldn't matter that much. Conversational will probably still be bigger than G-Code. Other than that, there is no advantage to running G-Code in a 3300 control. I see G-Code as a disadvantage because you cant visually check the output. In 30 years of writing posts (10 of those years working for Anilam) I have found it is always better to get as close to the native language of the control. There are plenty of good Anilam 3300 posts available.

 

Most conversational controls will also read G-Code (Mazak, Heidenhain, Anilam). The manufacturer will almost Always recommend running in the native conversational format. I cant imagine Jerry Bouvier recommending G-Code. But more like saying it was an available option, if that's what you want to do.

 

I run my A3300 in Conversational.

Message 54 of 55
amberg47
in reply to: szkiXHQG3

You don't need any conversation about run G code on anilam 3300mk.

Just add @ sign every block of line and send to machine direct via DNC method.


It's much easy and more inaccurate

I have been using this method since 2003
Message 55 of 55
lipscombrandy
in reply to: Anonymous

im having huge problems with the Anilam 3300mk control using fusion code. nothing I've read helps me can anyone email me to maybe help ? half of the attachments in posts don't show up anymore. thanks lipscombrandy@gmail.com

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report