联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 单片机开发(33) 
按平台查找All C#(33) 

[单片机开发] Omron_EthernetIP_Connection_CSharp

如果您想通过C#.net使用以太网IP与Omron PLC进行通信,则可以使用此工具
This tool can be used, if you want to communicate with Omron PLCs using Ethernet IP via C#.net (2021-11-21, C#, 64KB, 下载0次)

http://www.pudn.com/Download/item/id/1637461828724967.html

[单片机开发] keyence-cvx-ethernet-communication

用C#编写的一个类,用于使用以太网非过程模式与Keyence CV-X系列视觉系统进行通信。
A class written in C# to communicate with the Keyence CV-X Series Vision System using Ethernet Non-Procedural mode. (2021-04-28, C#, 10KB, 下载0次)

http://www.pudn.com/Download/item/id/1619586655889479.html

[单片机开发] yaskawa-plc-ethernet-ip

使用以太网IP协议与Yaskawa PLC通信的接口
A interface to communicate with a Yaskawa PLC using the Ethernet IP protocol (2021-05-03, C#, 296KB, 下载0次)

http://www.pudn.com/Download/item/id/1620041249132035.html

[单片机开发] Cimon

该库管理与CIMON PLC以太网和串行端口专用服务的通信
This library mange communication with Exclusive Service for CIMON PLC Ethernet & Serial Port (2022-06-22, C#, 33KB, 下载0次)

http://www.pudn.com/Download/item/id/1655877310947596.html

[单片机开发] dgiot_dtu

dgiot_dtu是dgiot 另一款Windows桌面级产品,可以桥接企业内网的串口、OPC PLC、BacNet、软件界面、MDB、Sql Sever、视频等传统数据源到DG-IoT
Dgiot_ DTU is another Windows desktop product of Digiot, which can bridge traditional data sources such as serial ports, OPC PLCs, BacNet, software interfaces, MDBs, Sql Severs, videos, etc. from the enterprise intranet to DG-IoT (2022-12-13, C#, 8352KB, 下载0次)

http://www.pudn.com/Download/item/id/1670905057890005.html

[单片机开发] cv4ab-api-dotnet

API,用于通过以太网Windows Linux.NET Core访问Allen-Bradley PLC数据
API for accessing Allen-Bradley PLC data over Ethernet Windows Linux .NET Core (2021-10-19, C#, 66KB, 下载0次)

http://www.pudn.com/Download/item/id/1634596587307303.html

[单片机开发] DelTaCommunicationTest

利用官方提供的DM库实现台达DVP-PLC以太网Y区和M区位读写操作。
The use of the official DM library to achieve Delta DVP-PLC Ethernet Y area and M location read and write operations. (2017-03-27, C#, 167KB, 下载42次)

http://www.pudn.com/Download/item/id/1490608223673180.html

[单片机开发] STM32F107_ETHERNET_LCDTelnetV1.1

STM32F107开发板源代码 -以太网触摸屏STM32F107_ETH_LCD(神舟IV号)Telnet远程登录V1.1
STM32F107 development board source code - Ethernet touch screen STM32F107_ETH_LCD (Shenzhou IV) Telnet remote login V1.1 (2017-01-05, C#, 4390KB, 下载3次)

http://www.pudn.com/Download/item/id/1483604679954473.html

[单片机开发] HTTP-TFTP-V1.1

STM32F107开发板相关源代码 以太网HTTP和TFTP协议实现IAP固件升级实验(神舟IV号)V1.1
STM32F107 development board related source code- Ethernet HTTP and TFTP protocol to achieve IAP firmware upgrade experiment (Shenzhou IV) V1.1 (2017-01-05, C#, 2973KB, 下载18次)

http://www.pudn.com/Download/item/id/1483604296670496.html

[单片机开发] client_pc

KBA板上以太网控制器测试小程序, 板端作为服务器,PC端作为客户端,使用已提供的设备驱动
KBA-board Ethernet controller test applet, Board side as a server, PC as a client-side using the provided device driver (2016-03-28, C#, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1459154497992760.html

[单片机开发] HdmiExtender

配合TF680 HDMI转以太网SOC方案,在PC端连接TF680 HDMI发射器,将图像从窗口实时显示
Together with TF680 HDMI to Ethernet SOC programme TF680 HDMI transmitter on the PC side, an image the window display (2015-07-05, C#, 3208KB, 下载17次)

http://www.pudn.com/Download/item/id/1436076567146703.html

[单片机开发] FinsTest

用于演示与OMRON PLC设备进行以太网 FINS 通讯。 示例中只演示了对线圈值(布尔值)的读写操作。 详细的帧格式应参考欧姆龙官方文档,读者应自行学习有关FINS协议的相关知识。 若读者对TCP通讯不够熟悉,应首先学习相关内容,可以下载示例 TCPTest。
This example is used to demonstrate OMRON PLC with Ethernet FINS communications equipment. Example only demonstrates the value of the coil (Boolean) read and write operations. Detail of the frame format should reference Omron official documents, the reader should learn on their own knowledge about the FINS protocol. If the reader not familiar with TCP communication, you should first learn the relevant content, you can download the sample TCPTest. (2015-06-10, C#, 69KB, 下载17次)

http://www.pudn.com/Download/item/id/1433925770652488.html

[单片机开发] bazipaipan

八字排盘软件 娱乐使用//"//"后的是注释语句,程序不会执行,是写给自己看的 //变量定义区,变量必须定义在这里 int n1 string s1 //变量定义区 解释程序() //程序开头必须有 { n1=1 while(n1<=110) { 输出数字(运气得分(n1)) //每条语句后都有 连接输出(" ") //每条语句后都有 n1=n1+1 //每条语句后都有 } 换行(1) 输出("程序运行完毕!") }
8th row disk software entertainment// " / /" after the comment statement, the program will not be executed, wrote to his// variable definition area, the variable must be defined here int n1 string s1 // variable definitions area interpreter ()// program must begin {n1 = 1 while (n1 < = 110) {output digital (luck score (n1)) // each statement has connect the output (" " ) // each statement n1 = n1+1 // each statement is followed } wrap (1) printf (" program run is completed!" ) } (2013-04-22, C#, 1166KB, 下载5次)

http://www.pudn.com/Download/item/id/2211470.html
12
总计:33