Официальный партнер SIEMENS
Бесплатно по России

Siemens 828d Post Processor For Fusion 360 Instant

// Canned cycles function onCycle(section) var cycleType = section.getCycleType();

// Drilling cycle (CYCLE81) function onDrillingCycle(section) var x = section.getX(); var y = section.getY(); var z = section.getZ(); // Final depth var retract = section.getRetractHeight(); var feed = section.getFeedrate(); var dwell = section.getDwellTime() siemens 828d post processor for fusion 360

// Tapping cycle (CYCLE84) function onTappingCycle(section) var x = section.getX(); var y = section.getY(); var z = section.getZ(); var retract = section.getRetractHeight(); var feed = section.getFeedrate(); var spindleSpeed = section.getSpindleSpeed(); // Canned cycles function onCycle(section) var cycleType =