EasiTurn - Will VR Work?

Help and advice for Denfords lathe control software VR Turning.

Moderators: Martin, Steve, Mr Magoo

Post Reply
SimonRafferty
CNC Expert
CNC Expert
Posts: 101
Joined: Tue 12 Aug , 2008 15:53 pm
Hardware/Software: Denford Cyclone P
EMCO PC Mill 100
Solidworks 2018
SimSolid
Location: Horsham, UK
Contact:

EasiTurn - Will VR Work?

Post by SimonRafferty » Thu 14 Aug , 2008 11:36 am

We have just bought an EasiTurn Lathe, which all appears to work OK, but the Denford controller is rather limited! It has all of 4k of memory on board.

I was wondering if any of the VR software can be persuaded to talk to it? On the forum, there are only a couple of mentions of the EasiTurn at all, so I guess they were not common?

Would I be correct in thinking that the RS232 connection diagram for a StarTurn which appears to use the same 5 pin DIN connector will be the same?

Thanks in advance,

Si

User avatar
Steve
CNC Guru
CNC Guru
Posts: 1432
Joined: Tue 21 Feb , 2006 16:15 pm
Location: Denford UK

Post by Steve » Thu 14 Aug , 2008 12:44 pm

Hi,

It sounds like you have an NEE control on it so VR Milling will not work.

Your only option to improve it is to upgrade the control

SimonRafferty
CNC Expert
CNC Expert
Posts: 101
Joined: Tue 12 Aug , 2008 15:53 pm
Hardware/Software: Denford Cyclone P
EMCO PC Mill 100
Solidworks 2018
SimSolid
Location: Horsham, UK
Contact:

Post by SimonRafferty » Thu 14 Aug , 2008 13:44 pm

The NEE control appears to have an RS232 input. I would have thought that, so long as the comms protocol between the two can be 'adjusted' (with a VB app for example), the G Code it spits out ought to work similarly?

Failing that, what are my options on a new controller? I don't really want to go down the route of Mach3 - as it seems to be difficult to interface things like the tool changer and spindle drive. Is there another type that I can just bolt on and connect up and it will talk natively to it? Do such things ever crop up second hand? Can I buy one direct from Denford?

Sorry for the number of questions!

Si

User avatar
Denford Admin
Site Admin
Posts: 3632
Joined: Fri 10 Feb , 2006 12:40 pm
Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then.
Location: Sunny Brighouse
Contact:

Post by Denford Admin » Fri 15 Aug , 2008 15:36 pm

If you don't want to mess with the electronics (why would you when its working fine ?) then you should be searching for all the posts on "drip feed" and "Industrial Text Editor".

eg: viewtopic.php?t=1107

As far as I know, you can drip feed large programs to a NEE control from any number of RS232 applications. (The Industrial Text Editor is a free download from here, its a DOS program we used in the olden days)

User avatar
Triac whizz
CNC Expert
CNC Expert
Posts: 238
Joined: Mon 17 Jul , 2006 21:48 pm
Location: France

Post by Triac whizz » Fri 15 Aug , 2008 20:32 pm

If you don't want to mess with the electronics (why would you when its working fine ?)
Well from memory when mine had NEE control you couldn't actually save any offsets when you turned the machine off (ok so my tape didn't work) and getting the serial to work is hit & miss. and no MPG.

For Mach, the spindle speed is easy for a toolchanger you will have to do some code. i.e, you'll have to take something new on board but thats no different than learning how the PNC3 works.

PNC3 was wonderful in 1983 when the ford sierra was about, they're both dated now :mrgreen:
Self Catering Lodges in Central France with covered pool & large grounds
www.la-coterie.com

SimonRafferty
CNC Expert
CNC Expert
Posts: 101
Joined: Tue 12 Aug , 2008 15:53 pm
Hardware/Software: Denford Cyclone P
EMCO PC Mill 100
Solidworks 2018
SimSolid
Location: Horsham, UK
Contact:

Post by SimonRafferty » Sat 16 Aug , 2008 1:16 am

Thanks for the info.

This evening I got the RS232 working reliably both ways. Do you happen to know how I can persuade it to accept a drip feed? The manual does not mention much useful about the RS232. I can load a program on to the lathe then run it - but there doesn't seem to be an obvious way of getting it to run a block as soon as it's loaded?

With this working, I figure on writing a post-processor for one of the off the shelf apps which will parse the G-Code and spit it at the EasiTurn one block at a time.

If it has to be divided in to discrete 'programs', it makes the parsing more difficult (so for example, a repeat/loop does not span two programs) - but not impossible.

Si

User avatar
Triac whizz
CNC Expert
CNC Expert
Posts: 238
Joined: Mon 17 Jul , 2006 21:48 pm
Location: France

Post by Triac whizz » Sat 16 Aug , 2008 8:12 am

I'm not even convinced that the easiturn will accept a drip (other than the operator :lol: )
If you're using cad/cam anything that comes out of that will be free of repeat blocks. with all the memory available in machine tools now they're just not needed.
Self Catering Lodges in Central France with covered pool & large grounds
www.la-coterie.com

User avatar
Mr Magoo
CNC Guru
CNC Guru
Posts: 301
Joined: Tue 21 Feb , 2006 21:45 pm
Location: Brisbane, Australia

Post by Mr Magoo » Sun 17 Aug , 2008 10:12 am

Remove the 'L' characters from the end of the NC blocks to execute...

M03S1000L = Load

M03S1000 = Execute

SimonRafferty
CNC Expert
CNC Expert
Posts: 101
Joined: Tue 12 Aug , 2008 15:53 pm
Hardware/Software: Denford Cyclone P
EMCO PC Mill 100
Solidworks 2018
SimSolid
Location: Horsham, UK
Contact:

Post by SimonRafferty » Sun 17 Aug , 2008 17:36 pm

Cheers Mr Magoo!

Ill give it a whirl later.

Si

Post Reply