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

自动化技术轻松入门丛书:S7-200 SMART PLC完全精通教程

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

自动化技术轻松入门丛书:S7-200 SMART PLC完全精通教程

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

《自动化技术轻松入门丛书:S7-200 SMART PLC完全精通教程》从基础和实用出发,涵盖的主要内容分为两个部分,第一部分(第1~5章)为基础篇,主要介绍S7-200 SMART系列PLC的硬件和接线、STEP7-Micro/WIN SMART软件的使用、PLC的编程语言、编程方法与调试;第二部分(第6~10章)为提高与应用篇,包括PLC的通信、PLC在运动控制的应用、PLC在变频调速系统中的应用和可编程序控制器系统集成等。
《自动化技术轻松入门丛书:S7-200 SMART PLC完全精通教程》内容丰富,重点突出,强调知识的实用性,每章中都配有大量实用的例题,便于读者模仿学习,大部分实例都有详细的软件、硬件配置清单,并配有接线图和程序。另外每章配有习题供读者训练之用。《自动化技术轻松入门丛书:S7-200 SMART PLC完全精通教程》对应程序和操作视频资料可登录封面网址免费下载。
《自动化技术轻松入门丛书:S7-200 SMART PLC完全精通教程》可供学习S7-200 SMART系列PLC的工程技术人员使用,也可以作为大中专院校机电类、信息类专业的教材。
Catalogue

前言
第1章 可编程序控制器基础
1.1 概述
1.1.1 PLC的发展历史
1.1.2 PLC的主要特点
1.1.3 PLC的应用范围
1.1.4 PLC的分类与性能指标
1.1.5 PLC与继电器控制系统的比较
1.1.6 PLC与微机的比较
1.1.7 PLC的发展趋势
1.1.8 PLC在我国的使用情况
1.2 可编程序控制器的结构和工作原理
1.2.1 可编程序控制器的硬件组成
1.2.2 可编程序控制器的工作原理
1.2.3 可编程序控制器的立即输入、输出功能
1.3 接近开关
1.3.1 接近开关的功能
1.3.2 接近开关的分类和工作原理
1.3.3 接近开关的选型
1.3.4 应用接近开关的注意事项
重点难点总结
习题

第2章 S7-200 SMART系列PLC的硬件介绍
2.1 S7-200 SMART系列PLC概述
2.1.1 西门子S7系列模块简介
2.1.2 S7-200 SMART系列PLC的产品特点
2.2 S7-200 SMART CPU模块及其接线
2.2.1 S7-200 SMART CPU模块的介绍
2.2.2 S7-200 SMART CPU模块的接线
2.3 S7-200 SMART扩展模块及其接线
2.3.1 数字量I/O扩展模块
2.3.2 模拟量I/O扩展模块
2.3.3 其他扩展模块
2.4 S7-200 SMART的安装
2.4.1 安装的预留空间
2.4.2 安装CPU模块
2.4.3 扩展模块的连接
2.4.4 信号板的安装
2.4.5 接线端子的拆卸和安装
2.5 最大I/O配置与电源需求计算
2.5.1 模块的地址分配
2.5.2 最大I/O配置
2.5.3 电源需求计算
重点难点总结
习题

第3章 S7-200 SMART PLC编程软件使用入门
3.1 STEP7-Micro/WIN SMART编程软件的简介与安装步骤
3.1.1 STEP7-Micro/WIN SMART编程软件简介
3.1.2 STEP7-Micro/WIN SMART编程软件的安装步骤
3.2 STEP7-Micro/WIN SMART的使用
3.2.1 STEP7-Micro/WIN SMART软件的打开
3.2.2 STEP7-Micro/WIN SMART软件的界面介绍
3.2.3 创建新工程
3.2.4 保存工程
3.2.5 打开工程
3.2.6 系统块
3.2.7 程序调试
3.2.8 交叉引用
3.2.9 工具
3.2.10 帮助菜单
3.2.11 用户自定义指令库
3.3 用STEP7-Micro/WIN SMART建立一个完整的项目
3.4 仿真软件的使用
3.4.1 仿真软件简介
3.4.2 仿真软件S7-200 SIM 2.0的使用
重点难点总结
习题

第4章 PLC的编程语言
4.1 S7-200 SMART PLC的编程基础知识
4.1.1 数据的存储类型
4.1.2 元件的功能与地址分配
4.1.3 STEP7 中的编程语言
4.2 位逻辑指令
4.2.1 基本位操作指令
4.2.2 置位/复位指令
4.2.3 置位和复位优先双稳态触发器指令
4.2.4 边沿触发指令
4.2.5 逻辑栈操作指令
4.3 定时器与计数器指令
4.3.1 定时器指令
4.3.2 计数器指令
4.3.3 基本指令的应用实例
4.4 功能指令
4.4.1 比较指令
4.4.2 数据处理指令
4.4.3 移位与循环指令
4.4.4 算术运算指令
4.4.5 功能指令的应用
4.5 S7-200 SMART PLC的程序控制指令及其应用
4.5.1 跳转指令
4.5.2 指针
4.5.3 循环指令
4.5.4 子程序调用指令
4.5.5 中断指令
4.5.6 暂停指令
4.5.7 结束指令
4.5.8 顺控继电器指令
4.5.9 程序控制指令的应用
重点难点总结
习题

第5章 逻辑控制编程的编写方法
5.1 顺序功能图
5.1.1 顺序功能图的画法
5.1.2 梯形图编程的原则
5.2 逻辑控制的梯形图编程方法
5.2.1 利用基本指令编写梯形图指令
5.2.2 利用顺控指令编写逻辑控制程序
5.2.3 利用功能指令编写逻辑控制程序
5.2.4 利用复位和置位指令编写逻辑控制程序
重点难点总结
习题

第6章 S7-200 SMART PLC的通信及其应用
6.1 通信基础知识
6.1.1 通信的基本概念
6.1.2 RS-485标准串行接口
6.1.3 PLC网络的术语解释
6.1.4 OSI参考模型
6.2 S7-200 SMART PLC自由口通信
6.3 S7-200 SMART PLC之间的自由口通信
6.4 S7-200 SMART PLC与个人计算机之间的自由口通信
6.4.1 S7-200 SMART PLC与超级终端之间的自由口通信
6.4.2 S7-200 SMART PLC与个人计算机(自编程序)之间的自由口通信
6.5 S7-200 SMART PLC与三菱FX系列PLC之间的自由口通信
6.6 S7-200 SMART PLC与S7-200 PLC之间的自由口通信
6.7 S7-1200 PLC与S7-200 SMART PLC之间的自由口通信
6.8 以太网通信
6.8.1 工业以太网通信简介
6.8.2 S7-200 SMART PLC与HMI之间的以太网通信
6.9 Modbus通信
6.9.1 Modbus通信概述
6.9.2 S7-200 SMART PLC之间的Modbus通信
6.9.3 S7-200 SMART PLC与S7-200 PLC之间的Modbus通信
6.9.4 S7-200 SMART PLC与S7-1200 PLC之间的Modbus通信
重点难点总结
习题

第7章 S7-200 SMART PLC的运动控制及其应用
7.1 S7-200 SMART PLC的运动控制基础
7.2 PLC控制步进电动机
7.2.1 步进电动机简介
7.2.2 S7-200 SMART PLC的高速输出点控制步进电动机
7.3 PLC控制伺服系统
7.3.1 伺服系统简介
7.3.2 直接使用PLC的高速输出点控制伺服系统
重点难点总结
习题

第8章 PLC在变频器调速系统中的应用
8.1 三相异步电动机的机械特性和调速原理
8.1.1 三相异步电动机的机械特性
8.1.2 三相异步电动机的调速原理
8.1.3 变频器的发展
8.1.4 变频器的分类
8.2 西门子MM440变频器
8.2.1 认识变频器
8.2.2 西门子MM440变频器使用简介
8.3 变频器多段调速
8.4 变频器模拟量调速
8.4.1 模拟量模块的简介
8.4.2 模拟量调速的应用
8.5 运输站变频器的通信调速
8.5.1 USS协议简介
8.5.2 USS通信的应用
8.6 使用变频器时电动机的制动和正反转
8.6.1 电动机的制动
8.6.2 电动机的起停控制
8.6.3 电动机的正反转
8.6.4 电动机的正反转(PLC控制)
重点难点总结
习题

第9章 S7-200 SMART PLC的其他应用技术
9.1 S7-200 SMART PLC在PID中的应用
9.1.1 PID控制原理简介
9.1.2 利用S7-200 SMART PLC进行电炉的温度控制
9.2 高速计数器的应用
9.2.1 高速计数器的简介
9.2.2 高速计数器的应用
9.2.3 高速计数器在转速测量中的应用
重点难点总结
习题

第10章 可编程序控制器系统集成
10.1 交通灯PLC控制系统
10.1.1 绘制时序图
10.1.2 PLC的I/O分配
10.1.3 控制系统的接线与测试
10.1.4 编写控制程序
10.2 行车呼叫PLC控制系统
10.2.1 软硬件配置
10.2.2 编写程序
10.3 步进电动机自动正反转PLC控制系统
10.3.1 软硬件配置
10.3.2 运动轴组态
10.3.3 编写程序
10.4 刨床PLC控制系统
10.4.1 软硬件配置
10.4.2 编写程序
10.5 物料搅拌机的PLC控制
10.5.1 硬件系统集成
10.5.2 编写PLC程序
10.5.3 设计触摸屏项目
重点难点总结
习题
参考文献

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