586,596 active members*
3,073 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Novakon > Torus Pro As A "Production" Machine
Page 52 of 73 242505152535462
Results 1,021 to 1,040 of 1459
  1. #1021
    Join Date
    Jul 2004
    Posts
    1424

    Re: Torus Pro As A "Production" Machine

    Quote Originally Posted by SCzEngrgGroup View Post
    Just added one more thing to my list of things I hate doing: Writing HTML!
    Why not use a WYSIWYG html editor? It makes it easy to get the graphics the way you want it, and you can edit the code that is produced to put whatever programmatic hooks into the code.
    Tim
    Tormach 1100-3, Grizzly G0709 lathe, Clausing 8520 mill, SolidWorks, HSMWorks.

  2. #1022
    Join Date
    Feb 2006
    Posts
    7063

    Re: Torus Pro As A "Production" Machine

    Quote Originally Posted by tmarks11 View Post
    Why not use a WYSIWYG html editor? It makes it easy to get the graphics the way you want it, and you can edit the code that is produced to put whatever programmatic hooks into the code.
    This needs to be compact, efficient code, with minimal graphics. The HTML generators I've tried all generate massive amounts of unnecessary code, and style sheets that are far bigger than the whole final code should be. I've got most of it done now anyway.

    Regards,
    Ray L.

  3. #1023
    Join Date
    Jun 2010
    Posts
    4256

    Re: Torus Pro As A "Production" Machine

    This needs to be compact, efficient code, with minimal graphics.
    Oh well, then you should try using the HTML output from MS Word...

    Cheers
    Roger
    (PS: for those who do not have my sense of humour ... NOT)

  4. #1024
    Join Date
    Feb 2006
    Posts
    7063

    Re: Torus Pro As A "Production" Machine

    Over the last few days, in my very limited spare time, I got the web interface for the ATC nearly finished off. The HTML content is done, and the web server code is integrated into the ATC firmware and working perfectly. All that remains is to "plumb-up" the data inter-connections, so commands and parameter changes issued through the web interface actually execute and/or update the running firmware. That is a tedious, but very simple, task.

    This has also forced me to implement the logical-to-physical mapping on tools, so you can put any tool in any open slot in the carousel, and the ATC will make the correct selection when the tool is called up by logical tool number. This makes me think I should provide a UI for loading tools either by carousel slot number, or by logical tool number. I'll have to give that some thought....

    Regards,
    Ray L.

  5. #1025
    Join Date
    Dec 2009
    Posts
    594

    Re: Torus Pro As A "Production" Machine

    Personally I think the logical-physical mapping for a small machine should be 1-1 using the KISS system.

  6. #1026
    Join Date
    Feb 2006
    Posts
    7063

    Re: Torus Pro As A "Production" Machine

    Quote Originally Posted by kvom View Post
    Personally I think the logical-physical mapping for a small machine should be 1-1 using the KISS system.
    You can certainly run it that way - just don't change the default settings. But NOT having mapping requires the CAM to re-number the tools, which means you MUST move the tools around in the ATC for each job, even if you already have all necessary tools in there, bu just in the wrong order. It's a simple feature, and need not be used it you don't want to.

    Regards,
    Ray L.

  7. #1027
    Join Date
    Aug 2014
    Posts
    889

    Re: Torus Pro As A "Production" Machine

    Tool mapping I can see and understand. What has me concerned is the window where you can adjust PID. That I think the customer shouldn't have anything to do with. It's leaving an open can of worms to the inexperienced tuner that will try to have it's tool change faster than originally designed. I think being that you can diagnose over internet remotely, you'll have to constantly train people how to properly tune the motors. It's OK if you do it, but the majority out there don't understand it.

  8. #1028
    Join Date
    Feb 2006
    Posts
    7063

    Re: Torus Pro As A "Production" Machine

    Quote Originally Posted by G59 View Post
    Tool mapping I can see and understand. What has me concerned is the window where you can adjust PID. That I think the customer shouldn't have anything to do with. It's leaving an open can of worms to the inexperienced tuner that will try to have it's tool change faster than originally designed. I think being that you can diagnose over internet remotely, you'll have to constantly train people how to properly tune the motors. It's OK if you do it, but the majority out there don't understand it.
    The user won't necessarily have access to that, or the Status page. But they still need to exist, if only for my use.

    Regards,
    Ray L.

  9. #1029
    Join Date
    Aug 2014
    Posts
    889

    Re: Torus Pro As A "Production" Machine

    The user won't necessarily have access to that, or the Status page. But they still need to exist, if only for my use.
    Well than, well done. I would just hate it if it could be messed with by the end user.
    Imagine someone thinking to have a tool change as fast as a Robodrill or Brother. That would be unrealistic on their part, but I guarantee you, some would try it.

    With TTS, their are limits as you've noted many times before.

  10. #1030
    Join Date
    Dec 2009
    Posts
    594

    Re: Torus Pro As A "Production" Machine

    Quote Originally Posted by SCzEngrgGroup View Post
    You can certainly run it that way - just don't change the default settings. But NOT having mapping requires the CAM to re-number the tools, which means you MUST move the tools around in the ATC for each job, even if you already have all necessary tools in there, bu just in the wrong order. It's a simple feature, and need not be used it you don't want to.

    Regards,
    Ray L.
    The two CAM programs I've used to date allow me to specify tool numbers for every OP. As long as the ATC slots are numbered in an easily visible way then that would work for me.

    I will say that I don't have TTC and need to measure tool height on every manual change (I have an NM200). If I were to have a Torus with the ATC AND more tool holders than ATC slots, then obviously I'd need to think about mapping, or else modify the tool table in the control each time.

    I'd add that the only reason I'd consider selling the NM200 to replace it with a Torus is if the ATC were available, so keep on keeping on.

  11. #1031
    Join Date
    Mar 2011
    Posts
    480

    Re: Torus Pro As A "Production" Machine

    Great progress Ray.
    I'm curious how the communication interface would work between mach and the ATC controller. Tool mapping sounds great to me. So I'm guessing when mach calls tool 92 for example, your interface would allow you to assign tool 92 to ATC physical location 2 ?. Just trying to wrap my head around the process from CAM setup to execution at the mill. My CAM system is away from the mill and I transfer files via the cloud. I was thinking I could have the post generate my mapping in comments at the file header for example: 92-2 (tool 92 = ATC position 2). When I'm at the mill I could then configure the ATC accordingly. Regarding the HTML web interface, will this be operated from the mill computer or is the ATC going to have its own display/keypad interface.

    Thanks
    Matt

  12. #1032
    Join Date
    Feb 2006
    Posts
    7063

    Re: Torus Pro As A "Production" Machine

    Quote Originally Posted by AUSTINMACHINING View Post
    Great progress Ray.
    I'm curious how the communication interface would work between mach and the ATC controller. Tool mapping sounds great to me. So I'm guessing when mach calls tool 92 for example, your interface would allow you to assign tool 92 to ATC physical location 2 ?. Just trying to wrap my head around the process from CAM setup to execution at the mill. My CAM system is away from the mill and I transfer files via the cloud. I was thinking I could have the post generate my mapping in comments at the file header for example: 92-2 (tool 92 = ATC position 2). When I'm at the mill I could then configure the ATC accordingly. Regarding the HTML web interface, will this be operated from the mill computer or is the ATC going to have its own display/keypad interface.

    Thanks
    Matt
    Matt,

    Your understanding is basically correct. You work entirely in logical tool numbers, 1-9999. When you start a job, you tell the toolchanger logical tool #5 is in physical "slot" 11 of the ATC. When the g-code calls for tool 5, the ATC will know to fetch it from slot 11 in the ATC. The mapping, in the simplest case, will be manually configured using the ATCs browser interface.

    In many CAMs the POST is flexible enough to allow you to output a separate tool file, in addition to the g-code file. I've been doing that for years. Mach3 has a defined tool file format, so if the CAM writes a file in that format, Mach3 can load it automatically. When I get around to doing the ATC plug-in, I'd expect it could easily be made to transfer the Mach3 tool information to the ATC automatically. That would require "re-purposing" one of the little-used Mach3 tool fields (wear offset?) as the physical tool number. Worst case, I'll define a simple text-based tool file format, and the plug-in will have the ability to read and transfer that file to the ATC.

    The ATC will have two logical connections to the PC, both over Ethernet. The first is a simple UDP connection, which is how Mach3 will communicate with the ATC. The second is the web interface, which will be accessible to any PC with network access to the subnet the ATC is on. This means, for example, if your machine is on a WiFi network, you'll be able to access and control the ATC through the browser on your smartphone or tablet.

    Another option that will be loaded down the road, is the ability to send an e-mail if anything goes wrong. For example, an ATC fault.

    Regards,
    Ray L.

  13. #1033
    Join Date
    Mar 2011
    Posts
    480

    Re: Torus Pro As A "Production" Machine

    Awesome Ray,
    as usual, you thought of everything.

    Thanks

  14. #1034
    Join Date
    Oct 2010
    Posts
    1189

    Re: Torus Pro As A "Production" Machine

    Email and 2 sub net is verry cool i like if ,..


    Gesendet von iPad mit Tapatalk

  15. #1035
    Join Date
    Feb 2006
    Posts
    7063

    Re: Torus Pro As A "Production" Machine

    Despite the frickin' FREEZING weather here the last 10 days, I braved my way out to the (unheated) shop today and tested out the functionality of the ATC web interface on the machine itself. All seems to work perfectly! Except for some minor rendering issues on the rather old Win7 version of IE on that machine, all looks and works as it should, and I was able to both test, and actually operate, the ATC through the browser with no issues. Unfortunately, an Ethernet hub, or crossover cable, is required to make the connection between the PC and the ATC. I guess the ATC kit will have to include either a small hub, or perhaps just its own Ethernet card, capable of performing the necessary crossover function internally, allowing the ATC to "play nice" with the ESS which is now standard on all Novakon machines.

    I've also updated the web server code so I can now handle JPG, GIF and PNG image files. This will make it easy to "prettify" the web interface by using image buttons, and other window-dressing.

    Regards,
    Ray L.

  16. #1036
    Join Date
    Jan 2013
    Posts
    630

    Re: Torus Pro As A "Production" Machine

    Ray, A simple crossover cable would work. No need for a switch. Just swap the orange and green pair locations.

    https://www.trangosys.com/cat-5-ethe...ut-assignments

  17. #1037
    Join Date
    Feb 2006
    Posts
    7063

    Re: Torus Pro As A "Production" Machine

    Quote Originally Posted by Kenny Duval View Post
    Ray, A simple crossover cable would work. No need for a switch.
    Yes, I mentioned that. But that doesn't help if you have an ESS, or any other existing Ethernet device already using the Ethernet port.

    Regards,
    Ray L.

  18. #1038
    Join Date
    Jan 2013
    Posts
    630

    Re: Torus Pro As A "Production" Machine

    Plenty of solutions. A switch. Another Ethernet card. Swapping the single port card for a dual port if possible in the machine. I would just document the options and let the end user make the decision.

  19. #1039
    Join Date
    Jun 2010
    Posts
    4256

    Re: Torus Pro As A "Production" Machine

    crossover cable
    It sticks in my mind that some ethernet interfaces these days are adaptive: they don't care which pair is which. Rather cute engineering to be able to handle 100 MHz through switches like that, but it does solve a few installation problems.

    Cheers
    Roger

  20. #1040
    Join Date
    Jan 2013
    Posts
    630

    Re: Torus Pro As A "Production" Machine

    Anything running a gigabit capable chipset is capable of auto-negotiation as well as auto detection. Older 100 meg and 10 meg interface can't determine if they should be MDI or MDI-X on their own. In those instances you need a crossover cable if you are connecting end point devices directly to each other with no intermediary such as a hub or switch.

Page 52 of 73 242505152535462

Similar Threads

  1. Replies: 5
    Last Post: 01-12-2014, 07:07 PM
  2. Need advice Setting Up production: 4 to 8 sq ft of 39" long 1x1" AL Angle daily use
    By aluminumwelder in forum Material Machining Solutions
    Replies: 1
    Last Post: 09-27-2013, 08:21 AM
  3. First "real parts" made on the Torus Pro
    By AUSTINMACHINING in forum Novakon
    Replies: 2
    Last Post: 05-30-2013, 04:06 AM
  4. X Axis "Goes Off Pattern", "Awry", "Skewed", "Travels"
    By DaDaDaddio in forum Laser Engraving / Cutting Machine General Topics
    Replies: 1
    Last Post: 05-06-2013, 09:59 AM
  5. Thread Milling using "C" axis no "Y" on the machine
    By tejano4life72 in forum Mori Seiki lathes
    Replies: 7
    Last Post: 07-19-2010, 08:59 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •