I am getting the same lathe with the same GSK controller. Are you planning to make more video on the subject. I think it's a good CNC system for it's price. Thanks a lot for posting this. Thing I think are interesting: 1- You do not show the work offset used. I guess was G54 but better to specify what you see on the screen. I guess the bigger number are in work offset and the small ones next to them are machine coordinates. Are the tool offset in machine or work offset coordinates? 2- Would be nice to know how to handle when you have mixed tools between the turret and the gang style. In your case I guess T01xx to T04xx is turret, then above should be on the table. Does the GSK recognized what it's inside the turret and what no? 3- In the manual I see we can write " user define commands" from M60 - M74. Would be nice to see how to do it, which language to use ecc... 4- For automatic production, how to set count limit. This just few ideas. Thanks a lot!
Thanks for the video ideas! Unfortunately I don't own this machine, I just created the video using a friend's machine so it would be hard to make any further videos on this topic. As for your questions 1- there is no idea of work offsets on this machine other than the program reference point shown in the video. It doesn't understand the concept of g54, etc like other machines, it's very simple. 2- anything higher than T04xx doesn't activate the turret, you would use these tool offsets for your gang tooling. 3- and 4- very hard to explain in a simple paragraph but great topics for a video to cover.
@@jamesfinniss6448 That what I was afraid off 😅 Anyhow thank you very much for give us a bit of hope on this CNC control system. It's a bummer that it doesn't allow for separate work offsets (G54/G55 ...). That would have been really useful for the times you want to use fix tool or bar puller without the need to offset them from the master tool. Thanks again.
.Hola, muy bueno tus videos! podrias ayudarme? no logro que el ciclo fijo G75 funcione correctamente. Podrias compartirme algun programa con G75 que hayas utilizado. Y algun programa con G71 type Il.. non monotonic. Gracias
Thank you very much, I have GSK 928 TD-L model, can you make video on threading, grooving, parting -off and any others, which can help me to learn more on this model CNC machine.
Thank You this helped a lot with almost everything, I have so much questions about the usb file transfer. Was that the only file in your pendrive? what if my part is the number 5001? i have diferent folders for diferent machines with hundreds of programs in each of them, can i acces folders?
Sir, for example the desired size is 10 mm, And the workpiece has been set but the result of the workpiece is 10.2 mm. How to change the size to 10 mm, without editing the program? Please help, sir. Thank you
Hi sir I have GSK 980 TDB Lathe controller. Our machine have 8 station Tool Turret. I call the Tool indexing or turret indexing but it cant stop. I need proper wiring drawing and parameters setup.. Kindly give the information
Hello James.. Thanks for the info about GSK controller.. I have a cnc machine with GSK cnc 980TDb controller.. Can you suggest how can we update our GSK controller software as we are facing some minor glitches while programming..
Hi James I have GSK 928 t cnc machine and I have problems with the electrical circuit. The machine not started and I brought electrtion and he asked for the electrical circuit diagram. Maybe you can share the diagram if you have it or maybe took a picture for the wiring system in your machine . Thanks
So let's say you machining tight tolerances like bearing sizes on roughing cycle you gonna leave 2mm so how do you or where do lift up your offsets when you doing finishing cycle sorry am used to hass not gsk
Hey James, can you show how to use threading function on this lathe ? I have same controller but when i write threading it just freezes and just idles on that threading code line.
Hello! I have an error in the cutting tool parameter, it is error E337: detect tool post signal overtime..... If you know the level 1 password, it would be of great help to me thanks a lot
Hello Master. In the Fanuc control, you can do this for chamfer and radius: G0 X48 G1 Z0 X50 C1 Z-50 R2 X100 C1 Z-80 In the GSK 980TD control, how is it?
Hello Marcos. The GSK control does not have the same C and R parameters as you know but you can use standard linear (g1) and circular interpolation (g2,3,5) moves. Its not as elegant but will achieve the same result.
@@jamesfinniss6448 I searched the chamfering functions and found what I needed. I hope this example will serve others. (GSK) G0 X48 G1 Z0 X50 L1 Z-50 D2 X100 L1 Z-80
Hello guys, i do have the same machine... it just happened that i turn it on and everything is in Chinese, anyone can help me and guide me telling me how to change back the language to English?
Hello, you need to change bit d7 from 0 to 1 in parameter P413. Chapter 4 of the reference will show you how to modify parameters, specifically page 123 has the details for P413. If you don't get it working, let me know and I'll make a video when I am at the machine next.
@@jamesfinniss6448 Hello Sir, I am having the same problem with the language on my machine. I hope you make videos regarding this, it will be a Big Help for Us ^_^ Thank you so much sir.
Hello, can you help, please? I don't know how to use G71 cycle in that machine. I do know how to use that code G71 in GSK 980TD control but a cannot use it in 928 control. What a problem.
Hi James, I've got a similar lathe with a gsk980tb3 controller we've been having issues with, any chance you'd be interested in helping us out? We're in QLD, just outside of Brisbane.
@@Andrei260786 Здравствуйте! С программами вроде разобрался, но вот в корректировке инструмента есть вопросы. Я корректирую инструмент при запущенной программе потому что если не запустить программу то данные инструмента не меняются. Как корректировать не запуская программу? Спасибо!
@@ЕшовИброхим так понимаю, в процессе автоцикла, ставите на паузу и корректируете ? Можете помочь, немогу разобраться с нарезкой резьбы, инфы про данную стойку мало, можете прдсказать как нарезать м14*2 внутреннюю, инструкция похоже сделана под китайцев, или перевод некорректный, буду благодарен.
@@ЕшовИброхим кстати я новичек, опыт нц31 есть в основном, я обычно корректирую инструмент в самой проге, т.е. меняя диаметр или длинну по z, может это неправильно, но пока мне так проще.
Hi, the program used to generate the gcode was fusion 360 by autodesk, it can be downloaded free from their website. I've written a post processor for it that will be available soon in the f360 post processor library.
Hello, good afternoon, excuse me, could you pass me the program that I use for the video, because it turns out that some codes that I put in I do not want to accept them and it would be very helpful to see how you programmed in that video ... excuse me that I do not speak English, only Spanish I would appreciate it I'll leave you my email in case you like to send it to me, I would appreciate it, thank you very much
Hi, the program used to generate the gcode was fusion 360 by autodesk, it can be downloaded free from their website. I've written a post processor for it that will be available soon in the f360 post processor library.
плохая инструкция. некоторые манипуляции скрыты- как например где-то не показано двойное нажатие кнопки (ENTER). применение не понятных выражений - что значит "подталкивать"
So let's say you machining tight tolerances like bearing sizes on roughing cycle you gonna leave 2mm so how do you or where do lift up your offsets when you doing finishing cycle sorry am used to hass not gsk
Thanks Sir, you are a life saver. i was developing a training module on the control panel working for workers. This helped me a lot.
Happy to help! Thanks for the comment.
Very nice video, I have shared it to some of our customers, thank you for using the GSK928TD-L control.
Thank you very much , I have exam about CNC tomorrow and this video's help me a lot , 😊
Огромное спасибо! Вы сделали хорошую работу, и сократили время изучения этой системы для меня.
Thank you for taking the time to do this video! very instructive!!
it's my pleasure! I'll be very happy if it can help someone.
Thank you very much for the information, I hope you make more videos about it
Thanks man we just got one of these at work and this gave me confidence to start using it
No worries man! Feel free to ask any questions
Guys, how to machine undercuts using G71 with this GSK control? impossible to me.
@@FHove I hope it's not a late answer, but the 928TD-L is a very basic CNC controller, so it can not machine undercuts.
Thank you ever so much. This will help a lot.
Thank you soo much for this video.
I am getting the same lathe with the same GSK controller. Are you planning to make more video on the subject. I think it's a good CNC system for it's price. Thanks a lot for posting this.
Thing I think are interesting:
1- You do not show the work offset used. I guess was G54 but better to specify what you see on the screen. I guess the bigger number are in work offset and the small ones next to them are machine coordinates. Are the tool offset in machine or work offset coordinates?
2- Would be nice to know how to handle when you have mixed tools between the turret and the gang style. In your case I guess T01xx to T04xx is turret, then above should be on the table. Does the GSK recognized what it's inside the turret and what no?
3- In the manual I see we can write " user define commands" from M60 - M74. Would be nice to see how to do it, which language to use ecc...
4- For automatic production, how to set count limit.
This just few ideas.
Thanks a lot!
Thanks for the video ideas! Unfortunately I don't own this machine, I just created the video using a friend's machine so it would be hard to make any further videos on this topic. As for your questions
1- there is no idea of work offsets on this machine other than the program reference point shown in the video. It doesn't understand the concept of g54, etc like other machines, it's very simple.
2- anything higher than T04xx doesn't activate the turret, you would use these tool offsets for your gang tooling.
3- and 4- very hard to explain in a simple paragraph but great topics for a video to cover.
@@jamesfinniss6448 That what I was afraid off 😅 Anyhow thank you very much for give us a bit of hope on this CNC control system. It's a bummer that it doesn't allow for separate work offsets (G54/G55 ...). That would have been really useful for the times you want to use fix tool or bar puller without the need to offset them from the master tool. Thanks again.
Good video, thank you.
.Hola, muy bueno tus videos! podrias ayudarme? no logro que el ciclo fijo G75 funcione correctamente. Podrias compartirme algun programa con G75 que hayas utilizado. Y algun programa con G71 type Il.. non monotonic. Gracias
Thank you very much, I have GSK 928 TD-L model, can you make video on threading, grooving, parting -off and any others, which can help me to learn more on this model CNC machine.
Thanks bro 👍
Very good presentation thanks
Thank You this helped a lot with almost everything, I have so much questions about the usb file transfer. Was that the only file in your pendrive? what if my part is the number 5001? i have diferent folders for diferent machines with hundreds of programs in each of them, can i acces folders?
Great work
Thank you Wasi!
Thank you.
Sir, for example the desired size is 10 mm,
And the workpiece has been set but the result of the workpiece is 10.2 mm.
How to change the size to 10 mm, without editing the program? Please help, sir. Thank you
hello, you need to adjust the tool X offset by 0.2mm in the offsets page.
Thank you, sir.
I entered the offset page then typed -> X-0.2 then enter. or what, sir
Hi sir
I have GSK 980 TDB Lathe controller.
Our machine have 8 station Tool Turret.
I call the Tool indexing or turret indexing but it cant stop.
I need proper wiring drawing and parameters setup.. Kindly give the information
how do you manually input data (MDI) for tool change?
Hello James.. Thanks for the info about GSK controller.. I have a cnc machine with GSK cnc 980TDb controller.. Can you suggest how can we update our GSK controller software as we are facing some minor glitches while programming..
great video you have video how to program eia iso?
In which format and name the nc code should be saved? I saw a 88 number program previously existed in machine directory.
Hi James
I have GSK 928 t cnc machine and I have problems with the electrical circuit. The machine not started and I brought electrtion and he asked for the electrical circuit diagram. Maybe you can share the diagram if you have it or maybe took a picture for the wiring system in your machine . Thanks
So let's say you machining tight tolerances like bearing sizes on roughing cycle you gonna leave 2mm so how do you or where do lift up your offsets when you doing finishing cycle sorry am used to hass not gsk
Thank u for the information vidio
Hello. Can you show me how to thread, cycle G76 ?
Hello, can you give more detailed instructions?
I have Same machine... Showing "Spindle Speed Arrival" can you help me out to resolve the matter
Hey James, can you show how to use threading function on this lathe ? I have same controller but when i write threading it just freezes and just idles on that threading code line.
Hello! I have an error in the cutting tool parameter, it is error E337: detect tool post signal overtime.....
If you know the level 1 password, it would be of great help to me
thanks a lot
Hi James, the tool change doesn't work, the error message "E337: Detect tool post signal overtime". Can you help?
Does anyone have a post processor that works correctly for GSK928TD Model CX0680 as I have errors when doing radius
Hai.. Can helpme. When i press toolchange, alarm code E337. Tool can't turn? Thanks in advance
hi could you please tell me how to connect pc to cnc via gsk com communication software.
How to change the language in GSK 928
When Z is over travel problem.
Then what to do
Please
COMO PUEDO VER MAS VÍDEOS SOBRE ESE CONTROL
Hello Master.
In the Fanuc control, you can do this for chamfer and radius:
G0 X48
G1 Z0
X50 C1
Z-50 R2
X100 C1
Z-80
In the GSK 980TD control, how is it?
Hello Marcos.
The GSK control does not have the same C and R parameters as you know but you can use standard linear (g1) and circular interpolation (g2,3,5) moves.
Its not as elegant but will achieve the same result.
@@jamesfinniss6448 I searched the chamfering functions and found what I needed. I hope this example will serve others.
(GSK)
G0 X48
G1 Z0
X50 L1
Z-50 D2
X100 L1
Z-80
Hello guys, i do have the same machine... it just happened that i turn it on and everything is in Chinese, anyone can help me and guide me telling me how to change back the language to English?
Hello, you need to change bit d7 from 0 to 1 in parameter P413. Chapter 4 of the reference will show you how to modify parameters, specifically page 123 has the details for P413. If you don't get it working, let me know and I'll make a video when I am at the machine next.
@@jamesfinniss6448 Hello Sir, I am having the same problem with the language on my machine. I hope you make videos regarding this, it will be a Big Help for Us ^_^
Thank you so much sir.
Hello, can you help, please? I don't know how to use G71 cycle in that machine. I do know how to use that code G71 in GSK 980TD control but a cannot use it in 928 control. What a problem.
Hi,
Also forget to ask what brand is lathe?
It's a Chinese built machine direct from the factory, hasn't really been branded.
Hi James, I've got a similar lathe with a gsk980tb3 controller we've been having issues with, any chance you'd be interested in helping us out? We're in QLD, just outside of Brisbane.
Sure, i can try! What trouble are you having? Happy for you to send me your email if it's easier
How to change language in this ?
You need to change the p413 setting, bit D7 needs to change from 0 to 1.
Hi
Can you support me for NPT THREAD PROGRAM IN GSK 928TD CONTROL.
I DID NOT UNDERSTAND HOW IT WORKS
возможно ли такую модель подключить в 220 вольт?
This is a 3 phase machine but they do make a 220V machine also.
Здравствуйте! Спасибо Вам! Вы можете сделать видео как програмьировать?
Здравствуйте. Разобрались с программами ?
@@Andrei260786 Здравствуйте! С программами вроде разобрался, но вот в корректировке инструмента есть вопросы. Я корректирую инструмент при запущенной программе потому что если не запустить программу то данные инструмента не меняются. Как корректировать не запуская программу? Спасибо!
@@ЕшовИброхим так понимаю, в процессе автоцикла, ставите на паузу и корректируете ? Можете помочь, немогу разобраться с нарезкой резьбы, инфы про данную стойку мало, можете прдсказать как нарезать м14*2 внутреннюю, инструкция похоже сделана под китайцев, или перевод некорректный, буду благодарен.
@@ЕшовИброхим кстати я новичек, опыт нц31 есть в основном, я обычно корректирую инструмент в самой проге, т.е. меняя диаметр или длинну по z, может это неправильно, но пока мне так проще.
Hello. Can you please pass me the program you use. It Would help me a lot
Hi, the program used to generate the gcode was fusion 360 by autodesk, it can be downloaded free from their website. I've written a post processor for it that will be available soon in the f360 post processor library.
Hi,
Machine itself is from China
Good day sir,
Kindly advise what to do if z drive alarm showing & z soft over something show how to clear this
Hello, good afternoon, excuse me, could you pass me the program that I use for the video, because it turns out that some codes that I put in I do not want to accept them and it would be very helpful to see how you programmed in that video ... excuse me that I do not speak English, only Spanish I would appreciate it I'll leave you my email in case you like to send it to me, I would appreciate it, thank you very much
javieraraujoroa29@gmail.com
Hi, the program used to generate the gcode was fusion 360 by autodesk, it can be downloaded free from their website. I've written a post processor for it that will be available soon in the f360 post processor library.
Hello.
плохая инструкция. некоторые манипуляции скрыты- как например где-то не показано двойное нажатие кнопки (ENTER). применение не понятных выражений - что значит "подталкивать"
Please make this video in hindi vargen
I dont speak Hindi, sorry.
Привет брат, как дела, ты устал, брат, мне нужна твоя помощь, я могу связаться с тобой через WhatsApp или Telegram
So let's say you machining tight tolerances like bearing sizes on roughing cycle you gonna leave 2mm so how do you or where do lift up your offsets when you doing finishing cycle sorry am used to hass not gsk