Can I use a C shell script for my PLC stuff?
sorry about my noisy compressor,It gonna live outside in the next couple weeks
Please Log in or Create an account to join the conversation.
You seem to have fought the chnc turret woes,so,maybe you can shed some light on a new gremlin.I had my HNC turret indexing reliably until the other day.It has developed a constant air leak on the stop cushon plug on the right side of the x axis.Strangely enough it will index to any tool except 2,it stops on 6 or 8 when t2 is called,if called from t1 or t8 ,it will index to t2.One out of six times it will land on tool 2 from any commanded tool.I beleive my logic is sound,as I can track what is happening thru halshow and it lands on every other tool every time.I beleive this is a machine side problem.
The machine is 35 years old and I suspect that every seal in it is probably shot.On your chnc,does air leak from the stop cushon constantly?Do you have any insight into what might need attention or should I go the shotgun approach and clean/replace all seals orings ect in all of the valves?Thanks for your insight.
Please Log in or Create an account to join the conversation.
and of course the seals , i found a big improvement once i'd looked at the bearings , it seats and turns everytime now .
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Big John,
You seem to have fought the chnc turret woes,so,maybe you can shed some light on a new gremlin.I had my HNC turret indexing reliably until the other day.It has developed a constant air leak on the stop cushon plug on the right side of the x axis.Strangely enough it will index to any tool except 2,it stops on 6 or 8 when t2 is called,if called from t1 or t8 ,it will index to t2.One out of six times it will land on tool 2 from any commanded tool.I beleive my logic is sound,as I can track what is happening thru halshow and it lands on every other tool every time.I beleive this is a machine side problem.
The machine is 35 years old and I suspect that every seal in it is probably shot.On your chnc,does air leak from the stop cushon constantly?Do you have any insight into what might need attention or should I go the shotgun approach and clean/replace all seals orings ect in all of the valves?Thanks for your insight.
When I converted my CHNC I replaced all the seals in the turret. Here is the thread on that. My CHNC leaks air from two places, the collet closer and the turret stop. It's so bad when the collet is open that I disconnect the hose from the closer unless it is a quick part change. My oiler does not work at all or well and the first tool change of the day misses every time... after that it never misses. Because this turret is based on time any stickiness will drive you nuts.
John
Please Log in or Create an account to join the conversation.
some times the small clip in the cushon can come loose.. this can give problems with catching positions. as will go out too far etc..
also, might help if you put the magenet more advanced,. so you see the tool position early.. so delay on firing in the cushon is taken caroff
have ot watch it might put some tool places out of position.. but its one trick i did on 2 machines on there turrets.. helps alot..
also air presure makes a huge diff, so make sure you have a good size regulator onthe supply in so you can keep it nice and set..
like john says, any water in the line plays games the next day too.. o how we all love air logic
hope helps in some ways...
rob
Please Log in or Create an account to join the conversation.
Next snafu,I have an external coolant button.Until I added the io coolant on pin in hal and or'd it in a comp file(shown below),it worked.The coolant works from mdi and the manual check box,but I cannot turn off the coolant(or on) with the button when its been called with M8.I cant actually get to the command in emc for the coolant.The button is momentary and is basicly setting or reacting to a state.
if((pb_cool_on)==1||(auto_cool_on)==1&&(cl_idod_on)=0)
{
cl_idod_on=1;
}
else
if((pb_cool_on)==1&&(cl_idod_on)=1)
{
cl_idod_on=0;
}
Do the halui coolant pins actually control the coolant?I saw in another post a pin named motion.coolant-flood,but i cant find it in the documentation.Suggestions?
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
These are the 2 ways of using coolant that I know of
linuxcnc.org/docs/html/gui_halui.html
(two pins are boolean state indicators and one actually turns on /off so far as I am aware)
linuxcnc.org/docs/2.5/html/man/man1/iocontrol.1.html
and motion does not list it
linuxcnc.org/docs/2.5/html/man/man9/motion.9.html
Maybe it was a not very cleverly named signal you saw?
regards
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.