登录
首页 » Windows开发 » VB与三菱 FX系列通信的源代码

VB与三菱 FX系列通信的源代码

于 2022-07-04 发布 文件大小:38.47 kB
0 249
下载积分: 2 下载次数: 1

代码说明:

资料是一个源代码 已经做好了 是用VB编写的 通过串口跟三菱FX系列PLC进行通讯的,只要在两者之间通过串口连接,就可以通过上位机来控制下位机的运行和工作了。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC毛玻璃
    #define GDIPVER 0x0110 //定义高版本的GDI+(1.1) #include #include #include #include #include #pragma comment(lib,"GdiPlus.lib") using namespace Gdiplus; #include #pragma comment(lib,"dwmapi.lib") //Aero效果是否已启用 BOOL IsCompositionEnabled() { BOOL bEnabled,bResult; bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled); return bResult; } //对已分层的窗口启动玻璃效果 HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄 BOOL bEnable = TRUE, //启用或禁用 HRGN hRgn = 0, //模糊窗体中某个区域 BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用 { DWM_BLURBEHIND blurBehind = { 0 }; blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED; blurBehind.fEnable = bEnable; blurBehind.fTransitionOnMaximized = bTransitionOnMaximized; if (bEnable && hRgn != NULL) { blurBehind.dwFlags |= DWM_BB_BLURREGION; blurBehind.h
    2023-05-01 15:10:04下载
    积分:1
  • 该系统是专为法院档案管理而设计的,它包含了法院档案管理的许多方面。...
    该系统是专为法院档案管理而设计的,它包含了法院档案管理的许多方面。-The system is designed for court records management and design, it contains the court on many aspects of file management.
    2023-07-21 02:40:04下载
    积分:1
  • 一个新的哈夫曼程序
    一个新的哈夫曼程序-a new procedure Huffman
    2022-08-03 21:55:58下载
    积分:1
  • 中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。 本例中使用了I...
    中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。 本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。 实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端再拨回H端。 -Interrupt service s key is: 1. the protection enters when the interrupt condition, and when the withdrawal interrupt before regains enters the condition. 2. must in the interrupt routine establish whether to permit the interrupt re-entry, namely establishes the EX0 position. in this example has used the INT0 interrupt, generally the interrupt routine enters when should protect PSW, ACC as well as the interrupt routine use but non-its special-purpose register. This example INT0 program protection PSW, ACC,2 and so on three registers, and restored these three registers before the withdrawal. Moreover in the interrupt routine involves to when the essential data establishment should close the interrupt, namely when establishment does
    2022-03-22 04:01:46下载
    积分:1
  • 数控插补,跨象限的直线和圆弧,其中包括几种常见的插补方式...
    数控插补,跨象限的直线和圆弧,其中包括几种常见的插补方式-NC interpolation, cross-quadrant linear and circular, including several common interpolation methods
    2022-12-31 08:50:03下载
    积分:1
  • 一个用VB做的简单小游戏,适合VB初学者学习交流,其中还有些BUG...
    一个用VB做的简单小游戏,适合VB初学者学习交流,其中还有些BUG-Using VB to do a simple little game, suitable for beginners to learn VB exchanges, which also some BUG
    2022-11-15 12:10:04下载
    积分:1
  • 制限鼠标,那鼠标在一定的区域活动.请读者多多指点,我也是菜鸟....
    制限鼠标,那鼠标在一定的区域活动.请读者多多指点,我也是菜鸟.-System limits the mouse, then mouse in a certain degree of regional activities. Please readers more guidance, I am also a rookie.
    2022-03-07 17:10:30下载
    积分:1
  • 实现飞机订票系统的功能,可以支持查询航班信息、订票、退票以及退出系统的功能。界面为C语言格式。...
    实现飞机订票系统的功能,可以支持查询航班信息、订票、退票以及退出系统的功能。界面为C语言格式。-Realize the function of the aircraft booking system can support the query flight information, booking, refund and withdraw from the system. Interface for the C language format.
    2023-03-14 22:40:03下载
    积分:1
  • sadf捱三顶五我的安慰的爱我的啊啊的啊
    sadf捱三顶五我的安慰的爱我的啊啊的啊-asdfwea
    2022-02-10 12:40:43下载
    积分:1
  • JAVA的MPEG播放器
    JAVA的MPEG播放器-JAVA MPEG player
    2023-08-28 01:05:04下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载