{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

FANUC数控系统用户宏程序与编程技巧

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

FANUC数控系统用户宏程序与编程技巧

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《FANUC数控系统用户宏程序与编程技巧》是Peter Smid先生出版的畅销书《数控编程手册》 (CNC Programming Handbook)的姊妹篇,主要讲述有关数控宏程序的内容。其目的是帮助读者使用宏程序进行数控编程,并了解什么是宏程序、如何开发宏程序、如何有效地使用宏程序等。书中也涉及了有关CNC编程的其他几个问题。
书中提供了所有通用FANUC数控系统的宏程序实例,其目的不仅是作为讲解编程技巧的实例,更重要的是作为实用宏程序的基础帮助读者方便容易地使用这些宏程序。各种不同控制器所使用的宏程序在编程方法上是一致的,只是在使用的语法上有差异。学习FANUC宏程序对读者学习其他控制器的宏程序有很大的帮助。
随书配套光盘收录了大量的宏程序实例,方便读者调用学习。
本书适用于数控专业编程人员、数控工程技术人员和工程师学习、查阅和参考。
Comments

前言
20多年来,CNC机床的控制系统已经拥有了远远超出处理手工编写的零件程序所必需的许多功能。多年来,传统的编程方式已经被少数几家数控系统制造商所控制。从起初的FANUC FAPT系统到目前的联机编程系统如MAZAK公司的MAZATROL系统,这种方式已经很成功地用在CNC车床甚至CNC铣床上。
然而,大多数传统的编程系统提供了大量有利于各种零件编程的方法,但它不提供最具有柔性的CAD/CAM系统,也就是人们常说的CAM编程。大多数CAM系统提供脱机CNC编程,它们一般采用图形交互式刀具轨迹生成及其他功能的组合产生高质量的数控程序。基于此,CAM系统已经成为目前最流行的编程方式。
基于各自的优点和不可避免的缺点,传统上CNC用户选择下列三种编程方式之一进行零件程序的开发:手工编程、联机传统类型的编程、CAM软件编程,使用宏程序编程为程序开发提供了一种新的方式,并可以作为其他编程方式的补充。
本手册的目的并非对各种编程方式进行比较,而是提醒人们注意已被经常使用的零件程序的另一种开发方式——宏程序。
在CNC编程中使用宏程序方式并不能代替其他的编程方式,实际上它属于手工编程的范畴,作为手工编程的扩充,提供更为高级的编程方式,本手册主要讲述有关数控宏程序的内容。其目的是帮助作者使用宏程序开发数控程序,并了解什么是宏程序、如何开发宏程序、如何有效地使用宏程序等。本手册提供了几乎涵盖所有通用FANUC控制系统的宏程序实例。所有不同的控制器所使用的宏程序在编程方法上是一致的,只是在使用的语法上有差异。学习FANUC宏程序对读者学习其他控制器的宏程序有很大的帮助。
数控编程人员和服务工程师会发现本手册是在生产环境下使用的很好的培训教材和参考工具书。同时也为帮助作者进一步探究宏程序在数控编程中的深入、广泛使用提供了工具式的帮助。
彼得·斯密德(Peter Smid)
Catalogue

第1章 FANUC宏程序 1
1.1 概述 1
1.2 宏编程 3
1.3 宏程序应用 6
1.4 技巧要求 8
第2章 基本程序代码 10
2.1 准备命令 10
2.2 辅助功能 11
2.3 铣削G代码 11
2.4 铣削M代码 14
2.5 车削G代码 14
2.6 车削M代码 17
2.7 标准程序代码 18
2.8 可选程序代码 18
第3章 子程序回顾 19
3.1 子程序实例——铣削加工 19
3.2 子程序规则 23
3.3 子程序重复 24
3.4 子程序嵌套 25
3.5 子程序文件 26
3.6 子程序与宏程序比较 26
3.7 专有特征 27
3.8 CNC车床应用 28
第4章 系统参数 30
4.1 什么是参数 30
4.2 参数保存 31
4.3 参数备份 31
4.4 参数确定 31
4.5 参数分类 32
4.6 参数显示屏 34
4.7 参数数据类型 34
4.8 二进制数 40
4.9 参数的设置和修改 41
4.10 系统缺省值 43
第5章 数据设置 45
5.1 偏置量输入 45
5.2 数据设置命令 46
5.3 坐标模式 46
5.4 工件偏置量 47
5.5 偏置存储类型——铣削 48
5.6 偏置存储类型——车削 52
5.7 偏置值的调整 53
5.8 刀具偏置程序入口 54
5.9 有效输入范围 55
5.10 车削偏置 56
5.11 MDI中的数据设置检查 58
5.12 可编程参数入口 58
5.13 程序的移植性 60
第6章 宏程序结构 65
6.1 基本工具 65
6.2 宏程序的定义和调用 66
6.3 宏程序号 70
第7章 变量的概念 73
7.1 宏程序变量的类型 73
7.2 宏程序中的变量 74
7.3 变量声明 74
7.4 变量的使用 76
7.5 定制机床功能 79
第8章 变量赋值 81
8.1 局部变量 81
8.2 局部变量赋值 82
8.3 简单和模态宏程序调用 85
8.4 主程序和局部变量 87
8.5 局部变量和嵌套级 91
8.6 全局变量 92
8.7 变量的输入范围 92
8.8 设置变量名函数SETVN 93
8.9 全局变量的保护 94
第9章 宏程序函数 95
9.1 函数组 95
9.2 变量重新访问的定义 95
9.3 算术函数 98
9.4 三角函数 100
9.5 四舍五入函数 101
9.6 辅助函数 104
9.7 逻辑函数 106
9.8 变换函数 107
9.9 函数计算——专门测试 108
9.10 实际应用方法 110
第10章 系统变量 117
10.1 系统变量识别 117
10.2 系统变量组 118
10.3 系统变量的组织 124
10.4 重置编程零点 125
第11章 刀具偏置变量 127
11.1 系统变量与刀具偏置 127
11.2 刀具偏置存储组 128
11.3 刀具偏置变量——FANUC 0控制器 129
11.4 刀具偏置变量——用于铣削的FS 10/11/15/16/18/21 131
11.5 刀具偏置变量——用于车削的FS 10/11/15/16/18/21 134
第12章 模态数据 138
12.1 用于模态命令的系统变量 138
12.2 模态G代码 139
12.3 数据的保存和恢复 141
12.4 其他的模态功能 142
第13章 分支和循环 145
13.1 宏程序中所做的决策 145
13.2 IF函数 146
13.3 循环的概念 149
13.4 WHILE循环结构 151
13.5 条件表达式和空变量 154
13.6 基于宏程序的公式——正弦曲线 155
13.7 清除全局变量 157
第14章 报警与定时器 159
14.1 宏程序中的报警 159
14.2 宏程序中的定时器 162
第15章 轴位置数据 164
15.1 轴位置术语 164
15.2 位置信息 164
第16章 自动操作模式 166
16.1 自动操作控制 166
16.2 镜像状态检查 170
16.3 已加工零件数量的控制 171
第17章 编辑宏程序 173
17.1 编辑单元 173
17.2 程序注释 173
17.3 宏程序函数的缩写 174
第18章 参数化编程 175
18.1 什么是参数化编程 175
18.2 参数化编程的优势 176
18.3 进行宏程序开发的方法 177
第19章 相似零件类 179
19.1 深入开发宏程序——定位销 179
第20章 用于加工的宏程序 189
20.1 斜线上的孔型——版本1 189
20.2 斜线上的孔型——版本2 192
20.3 框架孔型 193
20.4 螺栓孔圆周分布的孔型 197
20.5 圆弧分布的孔型 201
20.6 圆柱型腔的粗加工 203
20.7 圆柱型腔的精加工 207
20.8 槽加工宏程序 211
20.9 不同深度的环形槽加工 215
20.10 矩形型腔的精加工 218
第21章 定制循环 222
21.1 特殊循环 222
21.2 G代码宏程序调用 223
21.3 M功能宏程序调用 223
21.4 G13 圆弧切削 223
第22章 外部输出 232
22.1 端口开启与关闭命令 232
22.2 数据输出功能 232
22.3 参数设置——?FANUC 10/11/12/15 234
22.4 参数设置——?FANUC 16/18/21 235
22.5 外部输出函数结构 236
22.6 DPRNT实例 238
第23章 测量中宏程序的使用 239
23.1 什么是检测技术 239
23.2 CNC机床上的测量装置 241
23.3 探针的类型 242
23.4 探针选择标准 242
23.5 CNC机床测量技术 243
23.6 在线测量 244
23.7 要测量的特征 245
23.8 校准装置 249
23.9 定心宏程序实例 249
23.10 探针长度校准 251
23.11 跳转命令G31 254
第24章 附加资源 255
24.1 宏程序执行期间的限制 255
24.2 宏编程知识 256
24.3 补充资源 258
24.4 实用编程方法 258
24.5 宏编程技巧 259
第25章 宏程序课程概要 260
25.1 宏程序课程概要 260
25.2 结束语 263
光盘使用说明 264

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book