Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Force RPM output for each tool

8 REPLIES 8
SOLVED
Reply
Message 1 of 9
sales
522 Views, 8 Replies

Force RPM output for each tool

Hello,

We are using the current siemens 840D mill post.

The post will not output S8000 M3 on the second our 3rd tool if the RPM is the same as on the previous tool (which would make sense).

The problem is we use some tool check laser macro where the tool gets checked at 3000 RPM after finishing the operation, when the macro is finished and it moves on to the next tool, which has no spindle speed out put only M3 (since the previos tool had the same rpm) it will keep cutting @ 3000 RPM (laser check tool speed).

I like to force spindle output for each tool after the tool change to make sure it will get back to the correct rpm.

Thank you.

Mike

8 REPLIES 8
Message 2 of 9
Anonymous
in reply to: sales

Mike

 

The easiest solution i see is to make the variable "forceSpindleSpeed" to be true.  If you do a search for that variable name and change all instances to true instead of false you should get the spindle speed to come out at every tool.

Message 3 of 9
sales
in reply to: Anonymous

Hello,

That's what i did changed it in all 3 places but it did not work.

What else can I try?

Thank you for your help.

 

Message 4 of 9
Anonymous
in reply to: sales

Mike

 

The next thing to try is forcing the sOutput variable.

 

Near the top of the post is the variable definitions.  Change the following line.

 

var sOutput = createVariable({prefix:"S"}, rpmFormat);

 

to this

 

var sOutput = createVariable({prefix:"S", force:true}, rpmFormat);

Message 5 of 9
sales
in reply to: Anonymous

testing

Message 6 of 9
sales
in reply to: sales

It still did not output the Rpm only M3, any other ideas?

Thank you!

Mike

Message 7 of 9
ivan.stanojevic
in reply to: sales

@sales

 

Please test the attached post



Ivan Stanojevic


Message 8 of 9
sales
in reply to: ivan.stanojevic

That works, Thank you!

The mistake I had was "Force" and It should be "force".

Mike

 

Message 9 of 9
sales
in reply to: Anonymous

Mcarver,

it works now.

The mistake I had was "Force" and It should be "force".

I apologize, thank you for your help!

Mike

 

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

Post to forums  

Autodesk Design & Make Report