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

自动化技术轻松入门丛书:跟我动手学FX系列PLC

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

自动化技术轻松入门丛书:跟我动手学FX系列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

《跟我动手学FX系列PLC》以国内广泛使用的三菱FX系列(包括FX3G和FX3U)为例,介绍了可编程序控制器(PLC)的工作原理、硬件结构、编程元件与指令系统,并详细介绍了编程软件的使用方法。
《跟我动手学FX系列PLC》强调通过实际操作进行学习。书中的五十多个实训使应用中的难点形象化,随书光盘有与正文配套的例程和多媒体视频教程。读者一边看书,一边根据实训中的操作步骤,用随书光盘中的编程软件和仿真软件在计算机上做仿真实验,就能快速掌握软件安装、指令应用、程序结构、编写和调试程序、故障诊断、编程方法、通信和PID控制等方面的知识和软件的操作方法。通过仿真实验,读者可以深刻了解、轻松掌握大量的应用指令的功能和使用方法。本书还介绍了提高系统可靠性和用PLC控制变频器的方法。
《跟我动手学FX系列PLC》介绍的编程方法易学易用,通过这些方法可以得心应手地设计出复杂的开关量控制系统的梯形图,从而节约大量的设计时间。
《跟我动手学FX系列PLC》可作为高职高专、技工学校电类与机电一体化专业的教材,也可供电气人员自学使用。

Catalogue

前言
第1章 PLC的硬件
1.1 怎样学习FX系列PLC
1.2 FX系列PLC的硬件
1.2.1 FX系列的硬件结构
1.2.2 FX1S、FX1N、FX1NC、FX2N与FX2NC系列
1.2.3 FX3G、FX3U与FX3UC系列
1.2.4 输入模块与输出模块
1.2.5 程序的下载与上载
1.3 习题

第2章 编程软件与仿真软件使用入门
2.1 实训一 安装编程软件和仿真软件
2.2 实训二 编程软件与仿真软件使用入门
2.2.1 编程软件使用入门
2.2.2 生成与显示注释、声明和注解
2.2.3 指令的帮助信息与PLC参数设置
2.2.4 仿真软件使用入门
2.3 实训三 异步电动机正、反转控制的仿真实验
2.3.1 外部接线图与梯形图
2.3.2 编程与仿真实验
2.4 习题

第3章 FX系列PLC编程基础
3.1 FX系列PLC的软元件
3.1.1 位软元件
3.1.2 定时器与计数器
3.1.3 其他软元件与常数
3.2 基本指令
3.2.1 继电器与逻辑运算
3.2.2 实训四 位逻辑运算的仿真实验
3.2.3 实训五 基本指令仿真实验1
3.2.4 实训六 基本指令仿真实验2
3.2.5 实训七 基本指令仿真实验3
3.2.6 PLC的工作原理
3.2.7 实训八 故障显示电路的仿真实验
3.3 定时器计数器应用
3.3.1 实训九 定时器的功能与仿真实验
3.3.2 实训十 其他定时器的仿真实验
3.3.3 实训十一 卫生间冲水控制电路的仿真实验
3.3.4 实训十二 运输带控制系统的仿真实验
3.3.5 实训十三 计数器功能的仿真实验
3.3.6 实训十四 控制小车往返次数的仿真实验
3.4 习题

第4章 FX系列的应用指令
4.1 应用指令概述
4.1.1 应用指令的表示方法
4.1.2 数据格式与数制
4.1.3 怎样学习应用指令
4.1.4 实训十五 软元件监视功能的仿真实验
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.3.4 实训二十三 逻辑运算指令的仿真实验
4.3.5 实训二十四 水泵循环投切的仿真实验
4.4 浮点数指令
4.4.1 实训二十五 浮点数转换指令的仿真实验
4.4.2 实训二十六 浮点数运算指令的仿真实验
4.5 程序流程控制指令
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 实训三十四 监控定时器指令的仿真实验
4.6 方便指令与外部设备指令
4.6.1 方便指令简介
4.6.2 实训三十五 方便指令的仿真实验
4.6.3 外部I/O设备指令
4.6.4 外部设备指令
4.7 高速处理指令
4.7.1 与输入/输出有关的指令
4.7.2 高速计数器指令与脉冲输出指令
4.8 其他指令
4.8.1 实训三十六 时钟运算指令的仿真实验
4.8.2 定位控制指令与模拟量模块读/写指令
4.9 FX3U、FX3UC和FX3G系列增加的应用指令
4.9.1 FX3U、FX3UC和FX3G的应用指令新增的表示方法
4.9.2 FX3U、FX3UC和FX3G系列增加的应用指令
4.10 习题

第5章 开关量控制系统梯形图设计方法
5.1 梯形图的经验设计法与继电器电路转换法
5.1.1 实训三十七 钻床刀架控制的仿真实验
5.1.2 实训三十八 小车两处送料的仿真实验
5.1.3 根据继电器电路图设计梯形图
5.1.4 实训三十九 时序控制设计法的仿真实验
5.2 顺序控制设计法与顺序功能图
5.2.1 步与动作
5.2.2 有向连线与转换条件
5.2.3 顺序功能图的基本结构
5.2.4 顺序功能图中转换实现的基本规则
5.3 使用STL指令的编程方法
5.3.1 控制程序的典型结构
5.3.2 STL指令
5.3.3 实训四十 旋转工作台控制的仿真实验
5.3.4 实训四十一 运料矿车控制的仿真实验
5.3.5 实训四十二 自动门控制的仿真实验
5.3.6 实训四十三 专用钻床控制的仿真实验
5.4 使用置位复位指令的编程方法
5.4.1 实训四十四 深孔钻控制的仿真实验
5.4.2 实训四十五 小车顺序控制的仿真实验
5.4.3 实训四十六 运输带控制的仿真实验
5.4.4 实训四十七 交通灯控制的仿真实验
5.5 具有多种工作方式的系统的编程方法
5.5.1 机械手控制的工作方式
5.5.2 置位复位指令的编程方法应用
5.5.3 实训四十八 使用置位复位指令编程的仿真实验
5.5.4 实训四十九 使用STL指令编程的仿真实验
5.6 习题

第6章 模拟量模块使用方法与PID闭环控制
6.1模拟量I/O模块的使用方法
6.1.1 模拟量I/O模块
6.1.2 模拟量输入模块的应用
6.1.3 模拟量输出模块的应用
6.2 PID闭环控制
6.2.1 模拟量闭环控制系统
6.2.2 PID控制器与PID指令
6.2.3 PID控制器的参数整定方法
6.2.4 实训五十 PID控制器参数整定的实验
6.3 习题

第7章 PLC应用中的一些问题
7.1 PLC控制系统的可靠性措施
7.1.1 硬件抗干扰措施
7.1.2 故障检测与诊断的编程
7.2 PLC的通信与计算机通信网络
7.2.1 计算机通信的基础知识
7.2.2 计算机通信的国际标准
7.2.3 数据链接与无协议通信
7.2.4 实训五十一 PLC并联链接通信实验
7.2.5 开放式通信网络
7.3 PLC在变频器控制中的应用
7.3.1 电动机转速与旋转方向的控制
7.3.2 变频电源与工频电源的切换
7.3.3 电动机的多段转速控制
7.4 习题

附录
附录A FX系列应用指令简表
附录B 随书光盘内容简介
参考文献

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