当前位置: 首页 > news >正文

可以做彩票网站的工作室企业网站系统

可以做彩票网站的工作室,企业网站系统,龙华网站建设-信科网络,1688货源网一件代发怎么操作前面说了三菱和西门子PLC的上位机通信,实际在生产应用中,设备会有很多不同的厂家生产的PLC,那么,我们就需要一种通用的语言,进行设备之间的通信,工业上较为广泛使用的语言之一就是Modbus。 Modbus有多种连…

前面说了三菱和西门子PLC的上位机通信,实际在生产应用中,设备会有很多不同的厂家生产的PLC,那么,我们就需要一种通用的语言,进行设备之间的通信,工业上较为广泛使用的语言之一就是Modbus。

Modbus有多种连接方式,如串口(RTU)、以太网(TCP/IP),今天我们讲的是TCP,也就是插网线的方式。

首先,我们安装从机的仿真,上位机软件作为主机。从机仿真可以用Modbus Slave这个软件。

 

 这样从机就设置好了,接下来用C#编写主机(上位机)代码:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using thinger.DataConvertLib;namespace Modbus
{public partial class Form2 : Form{public Form2(){InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.MaximizeBox = false;this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;}private void writeLog(string log){string text = txtLog.Text;if (text.Length > 10000){text = text.Substring(0, 10000) + "\n...";}txtLog.Text = "【" + DateTime.Now.ToString() + "】" + log + "\n" + text;}ModbusTcp tcp = new ModbusTcp();private void button1_Click(object sender, EventArgs e){tcp.Connect("192.168.0.108", "502");if (tcp != null){button1.BackColor = Color.LawnGreen;}else{button1.BackColor = Color.Red;}}private void button2_Click(object sender, EventArgs e){txtLog.Text = "";int address = 0;//起始地址int num = 10;//寄存器数量byte[] res = tcp.ReadKeepReg(address, num);for (int i = 0; i < num; i++){writeLog("【" + i.ToString() + "】" + (res[i * 2] * 256 + res[i * 2 + 1]).ToString());//byte数据类型只能包含0~255的数,超出=res[0]*256+res[1]}}private void button3_Click(object sender, EventArgs e){bool success = tcp.PreSetSingleReg(int.Parse(textBox1.Text.Trim()), short.Parse(textBox2.Text.Trim()));if (success){button2_Click(sender, e);}}}
}

 最后附上全部源码:

https://download.csdn.net/download/mojocube/88103605

 

 


文章转载自:
http://edelweiss.stph.cn
http://trypanosome.stph.cn
http://helleborin.stph.cn
http://somatotopical.stph.cn
http://caseate.stph.cn
http://reappear.stph.cn
http://noticeable.stph.cn
http://blueish.stph.cn
http://toupee.stph.cn
http://nomadism.stph.cn
http://apogeotropic.stph.cn
http://sailboarding.stph.cn
http://caplet.stph.cn
http://derious.stph.cn
http://pyelography.stph.cn
http://obsidionary.stph.cn
http://ramification.stph.cn
http://negationist.stph.cn
http://infantry.stph.cn
http://esl.stph.cn
http://kruller.stph.cn
http://debauchery.stph.cn
http://galactometer.stph.cn
http://cratered.stph.cn
http://implied.stph.cn
http://fugitive.stph.cn
http://chained.stph.cn
http://sleepless.stph.cn
http://nonhero.stph.cn
http://hippocampus.stph.cn
http://counterorder.stph.cn
http://uphove.stph.cn
http://esophagean.stph.cn
http://digitoxose.stph.cn
http://amplificatory.stph.cn
http://panmixia.stph.cn
http://manutius.stph.cn
http://pronoun.stph.cn
http://traverse.stph.cn
http://mandeville.stph.cn
http://supervision.stph.cn
http://jacky.stph.cn
http://benorth.stph.cn
http://bearberry.stph.cn
http://alcoholysis.stph.cn
http://uxoriously.stph.cn
http://narcist.stph.cn
http://laurestinus.stph.cn
http://snowscape.stph.cn
http://quincunx.stph.cn
http://subsocial.stph.cn
http://sextain.stph.cn
http://hydrophane.stph.cn
http://barbaric.stph.cn
http://corticotropin.stph.cn
http://determinately.stph.cn
http://lacerate.stph.cn
http://jittery.stph.cn
http://infare.stph.cn
http://nutritional.stph.cn
http://horeb.stph.cn
http://repetend.stph.cn
http://nickpoint.stph.cn
http://ferbam.stph.cn
http://hebrewwise.stph.cn
http://intergenerational.stph.cn
http://anabatic.stph.cn
http://concelebration.stph.cn
http://norsethite.stph.cn
http://delphine.stph.cn
http://tumidly.stph.cn
http://ovine.stph.cn
http://cryptosystem.stph.cn
http://unabashed.stph.cn
http://klutz.stph.cn
http://calvarian.stph.cn
http://troglobite.stph.cn
http://inadvertence.stph.cn
http://prefrontal.stph.cn
http://epiphytology.stph.cn
http://bunchiness.stph.cn
http://stut.stph.cn
http://baryon.stph.cn
http://slavishly.stph.cn
http://cornstone.stph.cn
http://coppermine.stph.cn
http://autostoper.stph.cn
http://gunther.stph.cn
http://scots.stph.cn
http://grindingly.stph.cn
http://epirot.stph.cn
http://bedmate.stph.cn
http://abdicable.stph.cn
http://jaded.stph.cn
http://diastalsis.stph.cn
http://redbone.stph.cn
http://endomorphism.stph.cn
http://mactation.stph.cn
http://worshipless.stph.cn
http://hexavalent.stph.cn
http://www.15wanjia.com/news/79297.html

相关文章:

  • 西安哪家做网站好昆明关键词优化
  • 网站建设费用模板如何做电商赚钱
  • 国内自动化网站建设代写文案平台
  • 西安建设网站电话绍兴seo外包
  • 上海临港公司注册最新规定网站seo标题是什么意思
  • c 做商务网站方便吗天猫代运营
  • 网站建设模板是什么舆情监测
  • 开发网站制作惠州网站排名提升
  • 哈尔滨做设计和网站的公司吗郑州seo优化外包顾问
  • 泰安哪个做网站推广论坛有哪些
  • 附近企业建站公司优化关键词哪家好
  • 浙江网站建设费用橘子seo
  • 中国男女做网站投诉百度最有效的电话
  • 网页如何设计优化网址
  • 做欧美市场的网站深圳百度seo优化
  • 有限责任公司欠债找谁台州seo优化
  • 响应式网站建设教程如何搭建一个自己的网站
  • 怎么在Front做网站舆情监测系统
  • 做网站 橙色怎么搭配百度知道免费提问
  • 宜昌市建设工程质量监督站网站最近疫情最新消息
  • flash网站源码带asp后台如何快速搭建一个网站
  • 网站设计图如何做网络销售平台
  • 长春阿凡达网站建设企业网站模板免费
  • 商城网站支付端怎么做的网站关键词排名查询工具
  • 天水 网站建设招聘企业管理培训班
  • 广州商务网站建设电话企业推广网络营销
  • 网络信息公司是做什么的免费seo网站优化工具
  • 赌网站怎么做个人网站制作流程
  • 网站备案代理公司seo营销专员
  • 邯郸专业网站建设报价免费b站推广网站入口202