{{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

基于平板电脑的数控系统和软件设计

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

基于平板电脑的数控系统和软件设计

{{__(":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

《基于平板电脑的数控系统和软件设计》介绍开发基于平板电脑的数控机床控制系统所涉及的关键技术和方法.包括平板电脑与外部控制设备的接口、Android操作系统实时控制技术、Java语言数控系统软件编程技术、数控系统软件结构、控制算法、数据结构、程序示例、基于以太网的控制设备现场总线等。这些技术和方法也可用于开发基于平板电脑的其他工业自动化控制设备、智能家电、医疗仪器、科学试验仪器、教学实验设备、物联网终端等。
《基于平板电脑的数控系统和软件设计》可作为工业自动化和计算机控制专业的研究生教学参考书,也可作为工业自动化系统开发人员的专业工具书。
Catalogue

第1章 概述
1.1 数控系统和控制软件
1.2 硬件平台和控制设备接口
1.3 操作系统
1.4 Java语言
1.5 本书撰写特点
第2章 数控系统和软件结构
2.1 数控机床和控制系统
2.2 数控系统软件结构
2.2.1 控制数据流
2.2.2 操作和运行控制
第3章 基于平板电脑的数控系统硬件平台
3.1 硬件平台结构
3.2 外部设备现场总线FED和通信控制
3.2.1 FED总线结构
3.2.2 FED数据帧格式
3.2.3 控制系统通信机制
第4章 .Java编程语言
4.1 Java程序设计
4.1.1 Java的特点
4.1.2 开发环境t
4.2 Java语言基础
4.2.1 Java程序的符号集
4.2.2 Java程序的基本组成
4.2.3 常量与变量
4.2.4 数据类型
4.2.5 运算符和表达式
4.2.6 控制语句
4.3 数控系统程序设计的Java语法要点
4.3.1 类和对象
4.3.2 枚举类型
4.3.3 数组
4.3.4 String类
4.3.5 异常处理
4.3.6 包的应用
4.3.7 数学运算
第5章 .Android操作系统
5.1 Android开发概述
5.1.1 Android系统框架
5.1.2 Android应用程序开发环境的建立
5.1.3 Android工程的结构和运行
5.2 数控系统程序设计的Andro-d开发要点
5.2.1 Activxty和视图布局
5.2.2 Socket编程
5.2.3 定时器
5.3 周期稳定性测试
第6章 数控系统软件设计
6.1 系统总体结构
6.2 系统数据结构
6.2.1 常数
6.2.2 参数
6.2.3 数据电缆
6.3 数控加工程序预处理
6.3.1 数控加工程序和指令
6.3.2 数控加工程序读入模块
6.3.3 译码器
6.3.4 坐标系设置
6.3.5 刀具补偿
6.4 运动控制
6.4.1 插补器
6.4.2 手动进给
6.4.3 插补/手动切换
6.4.4 坐标变换模块
6.4.5 机床误差补偿
6.4.6 机床传动匹配
6.5 PLC控制
6.6 外部设备通信控制
6.6.1 协议报文的代码描述
6.6.2 外部设备通信模块程序示例
6.7 操作与运行管理
6.7.1 操作和显示(FIMI)
6.7.2 系统运行管理
6.8 系统刨建和运行
6.8.1 PadNC_Activity类的相关程序实例
6.8.2 数控系统内核程序示例
第7章 系统数据定义
7.1 常数
7.2 变量类型定义
7.3 参数
7.3.1 控制参数
7.3.2 加工参数
7.4 数据电缆
附录A ISO 6983数控编程指令标准
A.1 字符集
A.2 G指令集
A.3 M指令集
附录B 自定义代码
参考文献

Book Abstract

1.3 操作系统
平板电脑的运行依赖于操作系统。Android(安卓)是Google公司开发的开放源代码的操作系统,主要用于智能手机和平板电脑,是目前平板电脑最广泛使用的操作系统。本书介绍的平板电脑数控系统软件在Android操作系统下运行。
平板电脑数控系统软件是运行在Android操作系统下的一个应用程序,完成数控系统的所有实时控制计算和人机界面操作任务,控制数控机床或工业机器人的运行。Android同时还可以运行其他需要的标准应用程序,例如:文件管理、文字编辑、wiFi联网、多媒体程序等,它们为数控系统提供了丰富的辅助功能。Android是一个内置支持Java语言的操作系统,Android应用程序由Java编程语言编写和生成。
数控系统和其他自动控制系统的控制计算机以固定的定时周期控制系统的运行。它要求计算机操作系统和控制程序能够提供一个稳定的实时任务处理周期,在嵌入式控制系统中,也被称为中断处理周期。针对不同的控制系统要求,这个控制周期通常在1~100ms之间选择。作者在目前主流平板电脑完成的研究试验表明,当控制周期为25ms以上时,Antroid操作系统可以提供满足大多数控制系统要求的实时处理能力。本书将在第5章介绍编程方法和试验结果。
1.4 Java语言
Java是一种面向对象的计算机程序设计语言,广泛应用于互联网、PC计算机(包括平板电脑)、移动通信设备、多媒体设备等。在移动通信和互联网软件中,Java具有显著的技术和市场优势,成为这些技术领域的主要软件开发工具。
目前Java运行平台几乎已经嵌入到所有的主流计算机操作系统,其中也包括Android操作系统。用Java语言编写的程序可以在Android操作系统下运行,本书所介绍的数控系统软件编程方法和编程示例是用Java语言实现的。
……
Introduction

平板电脑(Tablet Personal Computer)发展迅速,已经成为目前广泛使用的个人计算机产品和移动多媒体设备。平板电脑是一个功能强大和丰富的计算机硬件平台,因此采用平板电脑作为工业自动化设备的控制计算机,具有结构紧凑、功能强大、价格低廉的优势,在工业自动化领域具有广阔的应用前景。
本书的作者团队(北京航空航天大学数控和伺服技术实验室)长期从事数控机床和工业机器人控制系统研究工作,包括软硬件平台、系统体系结构、控制算法、编程技术、设备控制现场总线等。使用平板电脑作为工业控制计算机平台技术是团队所密切关注的研究方向,并取得关键技术的突破。这些关键技术包括平板电脑与外部控制设备的接口技术、Android操作系统实时控制技术、Java语言数控系统软件编程技术、基于以太网芯片的控制设备现场总线等。在这些研究成果基础上,开发出了基于平板电脑的数控机床控制系统。
为了促进平板电脑在工业控制领域的推广和应用,作者通过本书将这些关键技术介绍给读者,与读者共同探讨相关技术,促进其广泛应用。相关的研究和开发经验也可以用于其他自动控制、数据采集和处理设备,例如:智能家电、医疗仪器、科学试验仪器、服务机器人、教学实验设备和物联网终端等。
本书的主要内容如下:
第1章为概述,简要介绍平板电脑在工业自动化领域的应用前景、数控系统工作原理、平板电脑结构、操作系统和编程语言。
第2章介绍了数控系统及其控制软件的整体结构。
第3章介绍了基于平板电脑的数控系统硬件平台结构,以及外部设备现场总线FED和通信控制。
第4章概要介绍了Java编程语言,以及编写数控系统控制软件的Java语法要点。
第5章概要介绍了Android操作系统,以及作为数控系统实时操作系统的可行性。
第6章介绍了数控系统软件的控制原理、实现方法、程序和数据结构的设计流程和程序示例。
第7章介绍了本书编程示例使用的数据结构和参数定义。
附录A为ISO6983数控编程指令国际标准。
附录B为本书编程示例使用的自定义G指令代码。
本书是一本介绍平板电脑数控系统开发方法的书,同时也适用于学习数控系统软件原理、编程方法,以及工业自动化系统开发技术。它包括功能模块的划分、接口、数据流、Andriod操作系统、Java编程语言、以太网通信和现场总线技术等。读者通过本书学习,掌握了数控系统软件编程方法之后,对使用其他编程语言(例如C语言)编写数控系统软件或者开发其他类似的工业自动化设备控制系统也会有很大帮助。
郇 极
2013年5月于北航

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