Leo Posted June 30, 2017 Share Posted June 30, 2017 I have an mill machine application using Turbo Clipper with DPRAM option. The NC file is very large and NC codes need bo be downloaded into Clipper as fast as possible because the efficiency need. The codes are executed nearly 4000 lines per second as need.The traditional way such as download codes to rotary buffer is not fast enough. How can I do to reach the requirement ? Link to comment Share on other sites More sharing options...
JeffLowe Posted June 30, 2017 Share Posted June 30, 2017 I have an mill machine application using Turbo Clipper with DPRAM option. The NC file is very large and NC codes need bo be downloaded into Clipper as fast as possible because the efficiency need. The codes are executed nearly 4000 lines per second as need.The traditional way such as download codes to rotary buffer is not fast enough. How can I do to reach the requirement ? Even with the TurboPMAC PCI, which has the fastest transfer rates in the Turbo family, we were only able to achieve 1000 lines/second. The PowerPMAC is a much faster option and regularly sustains 6000 lines/second. (lines are XYZC in 12.7 format) Link to comment Share on other sites More sharing options...
Recommended Posts