PROGRAMMING编程
来源:网络 | 作者:鸿飞达 | 发布时间: 2025-07-11 | 526 次浏览 | 分享到:

N40  M51

N50  M3 S500

N60  G4F5

N70 ….


仅当主控制面板上的3位置选择器处于“自动模式”时,M76, M77功能用于启动和停止铁屑输送器。当运行中的铁屑输送器以“手动模式”停止(向

前或后退)。




Exa mples: 举例

1) Chip conveyor activation: 铁屑输送器启动:

N20 …..

N30  M76

N40  Z=0 F1000

N50 ….


2) Chip conveyor deactivation: 铁屑输送器停止:

N20 …..

N45  M77

N40  M3 S1300

N50 ….


3) Progra mming error: 程序错误

N20 …..

N30 M76=2

N50 ….


Functions M80, M81, M82, M83 功能M80, M81, M82, M83

这些功能用于夹紧松开刀 具和附件。为了安全松开各种附件,必 须执行M80及辅助功能H80。为了夹紧附件,执行M81已足够,不需要任何辅助功能。

刀 具使用M6=202(松开)和M6=201(夹紧)


The execution of the four above mentioned functions can only be carried out in Pa m a subprogra ms.

用户方的操作者绝 对不能使用这些功能以防危险发生。上述四个功能的执行仅能由PAMA 子程序完成。


Exa mples: 举例


1) Attachemnt uncla mping: 附件松开

N20 …..

N30  M80 H80

N50 ….


2) Tool cla mping: 刀 具夹紧

N20 …..

N30  M83

N50 ….


4) Progra mming error: 程序错误

N20 …..

N30 M80 ;M80 without H80 doesn’t work

N50 ….