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

台达DVP:PLC编程技巧(WPLSoft软件篇)

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

台达DVP:PLC编程技巧(WPLSoft软件篇)

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

全书共分16章,分别为基本程序设计范例,计数器设计范例,定时器设计范例,变址寄存器E、F设计范例,应用指令程序流程设计范例,应用指令传送比较控制设计范例,应用指令四则运算设计范例,应用指令旋转位移设计范例,应用指令数据处理设计范例,应用指令高速输入/输出设计范例,应用指令浮点数运算设计范例,应用指令通信设计范例,应用指令万年历时间设计范例,应用指令简单定位设计范例,便利指令设计范例和网络连线设计范例。并且,书中列举的大量有关编程的实例,可以直接移植或引用。
《台达DVP-PLC编程技巧WPLSoft软件篇》是在台达电子集团历经十年PLC产品开发经验的基础上,组织多位资深研发专家和应用专家合力编写而成,是对各行各业PLC应用经验的全面总结,也是PLC编程理论的系统概括。《台达DVP-PLC编程技巧WPLSoft软件篇》内容的特点是既有针对性又有综合性——PLC的基本指令与应用指令逐条精讲,针对性的程序实例皆有,同时针对典型实例进行详细地说明,图文并茂、简洁实用。
《台达DVP-PLC编程技巧WPLSoft软件篇》既可作为PLC程序设计工程师的实用编程学习用书,也可作为业界相关人员的参考用书,希望此书能够起到帮助大家理解相关理论及程序算法和更好地掌握软件编程技巧的作用。
Content Description

《台达DVP-PLC编程技巧WPLSoft软件篇》主要介绍了台达DVP-PLC WPLSoft软件的编程设计范例,内容简洁实用、圈文并茂。全书共分16章,分别为基本程序设计范例,计数器设计范例,定时器设计范例,变址寄存器E、F设计范例,应用指令程序流程设计范例,应用指令传送比较控制设计范例,应用指令四则运算设计范例,应用指令旋转位移设计范例,应用指令数据处理设计范例,应用指令高速输入输出设计范例,应用指令浮点数运算设计范例,应用指令通信设计范例,应用指令万年历时间设计范例,应用指令简单定位设计范例,便利指令设计范例和网络连线设计范例。
《台达DVP-PLC编程技巧WPLSoft软件篇》即可作为PLC程序设计师的实用编程学习用书,也可作为业界相关人员的实用参考书。
Catalogue

前言
1 基本程序设计范例
1.1 串联动断触点回路
1.2 并联方块回路
1.3 上升沿产生一个扫描周期脉冲
1.4 下降沿产生一个扫描周期脉冲
1.5 自锁控制回路
1.6 互锁控制回路
1.7 上电时参数的自动初始化
1.8 传统自保持回路与SET/RST应用
1.9 自保持与解除回路(SET/RST)
1.10 交替输出回路(输出具停电保持)
1.11 条件控制回路
1.12 先入信号优先回路
1.13 后入信号优先回路
1.14 地下停车场出入口进出管制
1.15 三相异步电动机正反转控制
1.16 程序的选择执行
1.17 手自动控制(MC/MCR)
1.18 步进方式手自动控制(STL)

2 计数器设计范例
2.1 产品的批量包装
2.2 产品日产量测定(16位上数停电保持计数器)
2.3 产品出入库数量监控(32位上下数计数器)
2.4 3个计数器构成的24h时钟
2.5 AB相脉冲高速计数

3 定时器设计范例
3.1 延时Off程序
3.2 延时On程序
3.3 延时On/Off程序
3.4 依时序延时输出(3台电动机顺序启动)
3.5 脉波波宽调变
3.6 人工养鱼池水位监控系统(闪烁电路)
3.7 崩应测试系统(延长计时)
3.8 电动机星一三角降压启动控制
3.9 大厅自动门控制
3.10 液体混合自动控制系统
3.11 自动咖啡冲调机
3.12 洗手间自动冲水控制程序
3.13 一般定时器实现累计型功能
3.14 一般定时器实现示教功能
3.15 “自切断”定时器
3.16 有趣的喷泉
3.17 交通灯控制

4 变址寄存器E、F设计范例
4.1 连续D总和计算
4.2 产品配方参数调用
4.3 8组电位器控制2台04DA的电压输出

5 应用指令程序流程设计范例
5.1 CJ指令实现配方调用
5.2 水库水位自动控制
5.3 办公室火灾报警(中断应用)
5.4 超市钱柜安全控制(FOR~NEXT)

6 应用指令传送比较控制设计范例
6.1 原料渗混机(CMP)
6.2 水塔水位高度警示控制(ZCP)
6.3 多笔历史数据备份(BMOV)
6.4 单笔数据多点传送(FMOV)
6.5 彩灯交替闪烁(CML)
6.6 实现一个寄存器上下8位的位数交换(XCH)
6.7 指拨开关输入及7段显示器输出程序

7 应用指令四则运算设计范例
7.1 水管流量精确计算
7.2 加减寸动微调(INC/DEC)
7.3 位移反转控制(NEG)

8 应用指令旋转位移设计范例
8.1 霓虹灯设计(ROL/ROR)
8.2 不良品检测(SFTL)
8.3 混合产品自动分类(WSFL)
8.4 包厢呼叫控制(SFWR/SFRD)

9 应用指令数据处理设计范例
9.1 编码与译码(ENCO/DECO)
9.2 “1”个数统计和判断(SUM/BON)
9.3 平均值与平方根(MEAN/SQR)
9.4 文件寄存器访问(MEMR/MEMW)
9.5 液面高度监控报警系统(ANS/ANR)
9.6 采集数据的排序(SORT)
9.7 房间温度监控(SER)

10 应用指令高速输入/输出设计范例
10.1 立即刷新及DI滤波时间设置(REF/REFPDI/DO)
10.2 切割机控制(DHSCS)
10.3 多区段涂料机控制(DHSZ/DHSCR)
10.4 汽车车轮测速(SPD)
10.5 产线流水作业控制程序(PLSY)
10.6 水闸门控制程序(PWM)
10.7 加减速控制伺月艮电动机(PLSR)
11应用指令浮点数运算设计范例
11.1 整数与浮点数混合的四则运算
11.2 全为浮点数的四则运算

12 应用指令通信设计范例
12.1 PLC与台达VFD-M系列变频器通信(MODRD/MODWR)
12.2 PLC与台达VFD-B系列变频器通信(MODRD/MODWR)
12.3 PLC与台达VFD-V系列变频器通信(MODRD/MODRW)
12.4 PLC与ASD-A伺服驱动器通信(位置控制,MODRD/MODRW)
12.5 PLC与ASD-A伺服驱动器通信(速度控制,MODRD/MODRW)
12.6 PLC与台达DTA系列温控器通信(MODRD/MODWR)
12.7 PLC与台达DTB系列温控器通信(MODRD/MODWR/MODRW)
12.8 PLCLINKl6台从站及数据读写16笔(Word)模式
12.9 PLCLINK32台从站及数据读写100笔(Word)模式
12.10 DVP-PLC与台达变频器、伺服驱动器LINK
12.11 PLC与台达DTA、DTB温控器LINK
12.12 通信控制2台台达PLC的启动/停止(RS指令)
12.13 台达PLC与西门子MM420变频器通信(RS指令)
12.14 台达PLC与丹佛斯VLT6000变频器通信(RS指令)

13 应用指令万年历时间设计范例
13.1 上下班工作电铃定时控制(TRD/TWR/TCMP)
13.2 仓库门自动开关控制(TRD/TZCP)
13.3 电动机长时间运行后定时切换(HOUR)

14 应用指令简单定位设计范例
14.1 台达ASDA伺服简单定位演示系统
14.2 双轴同动绘出DELTALOGO

15 便利指令设计范例
15.1 自动清扫黑板(ALT)
15.2 起重机的软启动(RAMP)
15.3 交通灯(相对凸轮应用,INCD)
15.4 不同时段原料加入(绝对凸轮应用,ABSD)
15.5 电镀生产线自动控制(1ST)
15.6 烤箱温度模糊控制(FTC)
15.7 烤箱温度控制(温度专用的PID自动调整功能)

16 网络连线设计范例
16.1 Ethernet连线
16.2 DeviceNet连线
16.3 CANopen连线
16.4 RTU-485连线
Introduction

《台达DVP-PLC编程技巧WPLSoft软件篇》的正式出版,无疑是台达PLC发展史上最值得期待和令人振奋的事情之一。
台达DVP系列PLC是当今工业自动化领域PLC产品的典型代表,在纺织、机床、印刷、包装、楼宇自动化等众多行业有着广泛的应用。此前介绍台达PLC编程软件的书籍多为片断式的,不够完整,而PLC编程是一门实践性和技巧性非常强的学科,所以本书采用案例式教学方法,让读者更容易理解DVP系列PLC的编程知识与应用技巧。
PLC对被控制对象的操作,其实就是正确执行控制程序的过程。同样的控制要求,程序的编制是否合理,最终都会影响到PLC在控制过程中工作的稳定性和可靠性。PLC编程是一项细致的工作,要求对系统的工艺要熟悉、对PLC的指令要理解、对PLC的资源要清楚。实践永远是检验学习的唯一标准,因此要特别提醒读者在学习PLC编程的过程中,一定要一边学习理论知识、一边上机操作,从实际操作中去领悟指令的功能和编程软件的操作要领。
本书是在台达电子集团10年PLC产品开发经验的基础上,组织多位资深研发专家和应用专家合力编写而成的,是对各行各业PLC应用经验的全面总结,也是PLC编程理论的系统概括。本书在内容上既有针对性又有综合性,既对PLC的基本指令与应用指令逐条精讲、列举有针对性的程序实例,同时针对典型实例进行说明,力求简洁实用、图文并茂。只要一步一步跟着本书学习,读者就能快速掌握台达DVP系列PLC的编程技术。
本书共分16章,分别是基本程序设计范例,计数器设计范例,定时器设计范例,变址寄存器E、F设计范例,应用指令程序流程设计范例,应用指令传送比较控制设计范例,应用指令四则运算设计范例,应用指令旋转位移设计范例,应用指令数据处理设计范例,应用指令高速输入输出设计范例,应用指令浮点数运算设计范例,应用指令通信设计范例,应用指令万年历时间设计范例,应用指令简单定位设计范例、便利指令设计范例和网络连线设计范例。各章都列举了大量有关编程的实例,读者可以直接移植或引用。
本书既可作为PLC程序设计工程师的实用编程学习用书,也可作为业界相关人员的实用参考用书。我们衷心希望本书能够帮助读者理解相关理论及程序算法,更好地掌握PLC软件编程技巧。
因编者水平有限,书中不妥之处在所难免,恳请读者批评指正。如阅读本书过程中遇到问题。

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