当前位置: 首页 > news >正文 网站开发项目的需求分析网站建设ppt方案 news 2025/10/30 20:17:08 网站开发项目的需求分析,网站建设ppt方案,开发一个app价格,百度搜索排行榜风云榜前请提要: 从PLC读取的数值,不管是读正负整数还是正负浮点数,读取过来后都会变成UInt16,也就是Ushort类型 一、ushort(UInt16)转成 Int32 源代码方法: //ushort类型转Int32类型的方法private int ushortToInt32(ushort[] date, int start){//先进行判断,长度是否正确…前请提要: 从PLC读取的数值,不管是读正负整数还是正负浮点数,读取过来后都会变成UInt16,也就是Ushort类型 一、ushort(UInt16)转成 Int32 源代码方法: //ushort类型转Int32类型的方法private int ushortToInt32(ushort[] date, int start){//先进行判断,长度是否正确if (start 0 || start + 1 = dat.Length){throw new Exception($"ushortToInt32索引超范围{start}");}//这里是将数组拆分成4段,然后重新编成一个数组byte[] tmp = new byte[4];byte[] byteH = BitConverter.GetBytes(dat[start + 1]);byte[] byteL = BitConverter.GetBytes(dat[start + 0]);tmp[0] = byteL[0];tmp[1] = byteL[1];tmp[2] = byteH[0];tmp[3] = byteH[1];//这是里byte转成Int32return BitConverter.ToInt32(tmp, 0);} 前请提要:Int32是32位,ushort是16位,byte是8位 (1)使用原因 向PLC的地址读取数据,PLC向地址写入32位整数,数值为100,但Modbus传输走的是16位,因此无法直接把数值展示到页面上,所以需要转成32为整数 (2)为何是 ushort 转 Int32 用ReadHoldingRegisters方法接收的值为ushort类型 (3)转换方法的思路 先将ushort类型转成byte类型,再将byte类型转成Int32类型 (4)输入参数 前者是所要转换的ushort类型数组,后者是ushort类型数组从第几个数组开始转化(需要注意的是,一次只能转化一个;无法说调用一次方法,将ushort数组转成好几个Int32类型值) (5)检查所要转换的数组长度 何为所要转换的数组长度,比如ushort数组里只有两个,因此我们只能转 ushort[0] 和 ushort[1],但是int start 写成 1 ,那就是转化 ushort[1] 和 ushort[2] ,而 ushort[2] 根本不存在,因此抛出异常;同理当 ushort 的数组只有一位,根本不满足转化条件,因此也会抛出异常 (6)ushort 数组拆分成 byte 成啥样 Int32100ushortushort[0] = 100ushort[1] = 0byte byte[0] = 100 文章转载自: http://www.morning.bklhx.cn.gov.cn.bklhx.cn http://www.morning.lbpqk.cn.gov.cn.lbpqk.cn http://www.morning.hhmfp.cn.gov.cn.hhmfp.cn http://www.morning.wsnbg.cn.gov.cn.wsnbg.cn http://www.morning.dwyyf.cn.gov.cn.dwyyf.cn http://www.morning.flhnd.cn.gov.cn.flhnd.cn http://www.morning.kpmxn.cn.gov.cn.kpmxn.cn http://www.morning.xcszl.cn.gov.cn.xcszl.cn http://www.morning.gjlml.cn.gov.cn.gjlml.cn http://www.morning.qgfhr.cn.gov.cn.qgfhr.cn http://www.morning.jzmqk.cn.gov.cn.jzmqk.cn http://www.morning.zjrnq.cn.gov.cn.zjrnq.cn http://www.morning.c-ae.cn.gov.cn.c-ae.cn http://www.morning.czgfn.cn.gov.cn.czgfn.cn http://www.morning.gypcr.cn.gov.cn.gypcr.cn http://www.morning.sbrpz.cn.gov.cn.sbrpz.cn http://www.morning.qdxwf.cn.gov.cn.qdxwf.cn http://www.morning.smwlr.cn.gov.cn.smwlr.cn http://www.morning.bztzm.cn.gov.cn.bztzm.cn http://www.morning.xstfp.cn.gov.cn.xstfp.cn http://www.morning.rbknf.cn.gov.cn.rbknf.cn http://www.morning.qrwdg.cn.gov.cn.qrwdg.cn http://www.morning.pxmyw.cn.gov.cn.pxmyw.cn http://www.morning.ssjry.cn.gov.cn.ssjry.cn http://www.morning.wgtr.cn.gov.cn.wgtr.cn http://www.morning.tzkrh.cn.gov.cn.tzkrh.cn http://www.morning.lnnc.cn.gov.cn.lnnc.cn http://www.morning.jrhcp.cn.gov.cn.jrhcp.cn http://www.morning.lnckq.cn.gov.cn.lnckq.cn http://www.morning.tmsxn.cn.gov.cn.tmsxn.cn http://www.morning.qpqwd.cn.gov.cn.qpqwd.cn http://www.morning.51meihou.cn.gov.cn.51meihou.cn http://www.morning.fnpyk.cn.gov.cn.fnpyk.cn http://www.morning.gllhx.cn.gov.cn.gllhx.cn http://www.morning.rszwc.cn.gov.cn.rszwc.cn http://www.morning.zqwp.cn.gov.cn.zqwp.cn http://www.morning.ydwnc.cn.gov.cn.ydwnc.cn http://www.morning.gwsdt.cn.gov.cn.gwsdt.cn http://www.morning.blzrj.cn.gov.cn.blzrj.cn http://www.morning.mxdhy.cn.gov.cn.mxdhy.cn http://www.morning.njdtq.cn.gov.cn.njdtq.cn http://www.morning.gkjnz.cn.gov.cn.gkjnz.cn http://www.morning.nkpml.cn.gov.cn.nkpml.cn http://www.morning.llmhq.cn.gov.cn.llmhq.cn http://www.morning.hptbp.cn.gov.cn.hptbp.cn http://www.morning.dmzqd.cn.gov.cn.dmzqd.cn http://www.morning.rzczl.cn.gov.cn.rzczl.cn http://www.morning.ldcsw.cn.gov.cn.ldcsw.cn http://www.morning.nfyc.cn.gov.cn.nfyc.cn http://www.morning.crrjg.cn.gov.cn.crrjg.cn http://www.morning.qgxnw.cn.gov.cn.qgxnw.cn http://www.morning.djgrg.cn.gov.cn.djgrg.cn http://www.morning.glxdk.cn.gov.cn.glxdk.cn http://www.morning.27asw.cn.gov.cn.27asw.cn http://www.morning.pjftk.cn.gov.cn.pjftk.cn http://www.morning.jfqpc.cn.gov.cn.jfqpc.cn http://www.morning.fstdf.cn.gov.cn.fstdf.cn http://www.morning.kfyjh.cn.gov.cn.kfyjh.cn http://www.morning.ygkb.cn.gov.cn.ygkb.cn http://www.morning.ntzfl.cn.gov.cn.ntzfl.cn http://www.morning.psqs.cn.gov.cn.psqs.cn http://www.morning.zxznh.cn.gov.cn.zxznh.cn http://www.morning.qsy38.cn.gov.cn.qsy38.cn http://www.morning.bdgb.cn.gov.cn.bdgb.cn http://www.morning.psqs.cn.gov.cn.psqs.cn http://www.morning.fbnsx.cn.gov.cn.fbnsx.cn http://www.morning.rqgbd.cn.gov.cn.rqgbd.cn http://www.morning.lmqfq.cn.gov.cn.lmqfq.cn http://www.morning.kpwdt.cn.gov.cn.kpwdt.cn http://www.morning.yhjrc.cn.gov.cn.yhjrc.cn http://www.morning.xsgxp.cn.gov.cn.xsgxp.cn http://www.morning.gbcxb.cn.gov.cn.gbcxb.cn http://www.morning.gqcsd.cn.gov.cn.gqcsd.cn http://www.morning.dkfrd.cn.gov.cn.dkfrd.cn http://www.morning.rbknf.cn.gov.cn.rbknf.cn http://www.morning.dqwkm.cn.gov.cn.dqwkm.cn http://www.morning.tzlfc.cn.gov.cn.tzlfc.cn http://www.morning.tgyzk.cn.gov.cn.tgyzk.cn http://www.morning.nzlqt.cn.gov.cn.nzlqt.cn http://www.morning.sxmbk.cn.gov.cn.sxmbk.cn 查看全文 http://www.tj-hxxt.cn/news/263254.html 相关文章: 四平网站建设怎么选做论坛网站价格 php网页开发东莞seo收费 做网站有什么作用wordpress付费文章 东莞百度seo新网站快速排名最专业网站建设 关于进一步加强门户网站建设休闲零食网站建设 中企动力 注册购买域名后怎么做网站外贸开发网站开发 做平面的素材网站wordpress 百度mip 湘潭做网站选择磐石网络第二次全国地名普查网站建设 wordpress多站点多域名插件深圳广电制作中心 网站无后台可以上框架在手机上用wordpress 优秀个人网站模板wordpress contactus 开展门户网站建设网站添加手机站 网站是否有管理员权限wordpress 2017 主题 用c 做网站把国外的网站翻译过来做自媒体 佛山新网站建设咨询深圳网络营销招聘 企业网站推广技巧和方法深圳影视传媒公司有哪些 建立网站需要什么技术重庆网站推广策划方案 牛商网 做的p2p网站微商软件商城总站 怎么做网站劳务中介宁波建设网证书查询平台 国外黄土网站wordpress游客不加载图片 政务公开与网站建设工作总结存在问题和困难瑞安网站 如何做商业网站分析网站建设目标个人博客dw 网站建设定义螺旋钢管网站建设 怎么做网站超市网站建设seo 浙江网站建设推广公司找哪家软件开发项目名称有哪些 永远网站建设网站建设服务费开票 郑州网站建设公司服务公司做网站年薪百万 dedecms做多语言的网站php网页 能免费做婚礼邀请函的网站巩义网站建设 有了网站开发app是不是更容易清明节ppt模板免费下载