Welcome![Sign In][Sign Up]
Location:
Search - vc fx

Search list

[Other resourceVC++PLC_serial

Description: 主要介绍三菱FX系列PLC与上位机之间的通讯协议,并采用CSerial类来实现串行通信,本文给出了程序设计方法和部分源代码
Platform: | Size: 56106 | Author: 庄尚志 | Hits:

[DocumentsPLCFX

Description: 三菱PLC FX系列PLC编程口通信协议动态链接库DLL V2.0简介 一、三菱PLC FX系列PLC编程口通信协议动态链接库DLL(以下简称DLL) ,是为满足工业通信需要,针对工业领域要求上位机对三菱FX系列PLC 实时采集与控制的组态编程而设计。本DLL是采用Delphi语言开发的标 准串口通讯库,具有以下特点: 1)、实时性、可靠性好,可根据通信数据量自行调整通信时间 2)、适用于多PLC联网和上位机通信,满足多方面的需要 3)、函数接口功能全,操作简单 4)、附加实用转换与读取函数,易于快速开发(VC等非RAD开发环境的开 发); 5)、支持USB、PC扩展卡等扩展串口号 6)、支持多种操作系统win9x/win2000/winXP(标注Win32 DLL) 7)、可在多种编程环境下使用,例如VB、VC、Delphi等开发环境。
Platform: | Size: 9491 | Author: lyc | Hits:

[Software EngineeringVC++PLC_serial

Description: 主要介绍三菱FX系列PLC与上位机之间的通讯协议,并采用CSerial类来实现串行通信,本文给出了程序设计方法和部分源代码-Mitsubishi introduces the FX series PLC and PC communication between the agreement and the use of categories to achieve CSerial serial communication, this paper presents a programming method and some source code
Platform: | Size: 56320 | Author: zsz | Hits:

[Graph programhatch

Description: VC、DirectX 3D实现的NPR渲染,hatching.fx为HLSL实现-VC, DirectX 3D rendering NPR achieved, hatching.fx for the realization of HLSL
Platform: | Size: 4308992 | Author: Sam | Hits:

[Windows Developfx_hy

Description: 飞信群发软件,
Platform: | Size: 912384 | Author: 消息 | Hits:

[3D GraphicPicking

Description: 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render To Texture,纹理尺寸必须支持非2的n次方,D3DFMT_A8R8G8B8 或 D3DFMT_X8R8G8B8 可以改进的地方: 1。用类封装 2。Pick可以返回指向mesh的指针 需要: DX SDK Aug, 2006以上,VC2005 -Ever mesh in the scene has a unique color value(DWORD). Picking, render the scene to target(texture), just use the unique color( see .fx file ), retrieve the mouse position(screen space ) color at once, check the color and you will get the mesh. Picking with Render to texture, Not need lock vertex buffer to check intersection ray and triangle, within retrieving just lock one pixel. Device must support render to target、D3DFMT_A8R8G8B8 or D3DFMT_X8R8G8B8、not 2^n texture size、support shader of course. Compile Environment: DX SDK above Aug. , 2006 vc 2005 Thinking: 1. Use a class to encapsulate 2. Picking check return the pointer of the mesh( or reference )
Platform: | Size: 5325824 | Author: Jun Qian | Hits:

[ActiveX/DCOM/ATLFXPLC_DLL(Install)

Description: Windows下编写的FX全系列PLC通讯的通讯动态链接库。包含FX0N,FX1N,FX1S,FX2N,FX2NC,FX3U等;支持VB、VC、DELPHI、PB等开发环境;响应速度快,使用简单方便;有例程及详细使用说明;-Windows, to prepare a full range of FX Communications PLC communication dynamic link library. Contains FX0N, FX1N, FX1S, FX2N, FX2NC, FX3U, etc. support VB, VC, DELPHI, PB and other development environment response speed, the use of simple and convenient a routine and detailed instructions
Platform: | Size: 2545664 | Author: 方亮 | Hits:

[Communication-MobileFX-PLC-COM

Description: 三菱FX2nPLC与PC串口通信串口通信C++的实例源代码-Mitsubishi FX2nPLC serial communication with PC serial communication C++ source code examples
Platform: | Size: 3492864 | Author: bill | Hits:

[Windows Developfx

Description: 运行界面如上 将StockControl.ocx注册,然后运行股票应用程序即可。(必须装有VC的MFC库) -StockControl.ocx
Platform: | Size: 6144 | Author: zxm3646 | Hits:

[Crack Hackfx

Description: 如果CP1H没有密码保护,可以使用HOSTLINK C模式或FINS模式通讯协议用VB或VC编程轻易读出程序代码。大家都知道欧姆龙的CJ1M、CP1H可以设定UM读保护和任务读保护,在上载PLC程序时,需经过编译,PLC中的机器代码转变成梯形图。当CP1H设置了密码后,就禁止了读程序代码,通过修改CP1H时序设置值,修改时序来导致PLC的看门狗出错,这时CP1H减弱了对密码保护的限制,这时就可以载 PLC中的机器代码,先不经过反编译直接打包上传到电脑中。通过分析电脑中的PLC机器代码,找出先前通过串口监视软件得到的密码保护对应的机器代码。并修改其部分功能。然后软件开发者,用自己开发的下载工具把这些经过修改的PLC机器代码下载到另外一空白的 PLC 中。
Platform: | Size: 61440 | Author: xiaozhux | Hits:

[Com Port1

Description: vc与三菱PLC编程口通信C语言源代码,三菱FX系列PLC。-vc and plc
Platform: | Size: 602112 | Author: dxb | Hits:

[Driver DevelopComFxPlc

Description: Windows下编写的FX全系列PLC通讯的通讯动态链接库和调用代码,兼容32位和64位系统,包含FX3U,FX0N,FX1N,FX1S,FX2N,FX2NC,FX5U等;支持VB、VC、DELPHI、PB等开发环境;响应速度快,使用简单方便;有例程及详细使用说明;-Windows prepared under the FX series of PLC communications, dynamic link library and call code, compatible with 32-bit and 64-bit systems, including FX3U,FX0N, FX1N, FX1S, FX2N, FX2NC, FX5U support VB, VC, DELPHI, PB and other development Environment fast response, easy to use there are routines and detailed instructions for use
Platform: | Size: 991232 | Author: effect | Hits:

[Windows DevelopVC++ PC-PLC

Description: 通过VC++编程,实现西门子S7-200 和三菱FX PLC 与上位机的通讯(Through VC++ programming, to achieve SIEMENS S7-200 and MITSUBISHI FX PLC communication with the host computer)
Platform: | Size: 90112 | Author: BennyFu | Hits:

[GUI Develop窗口+工具栏+最小化halfbymyself

Description: 对话框,窗体工具栏的设置和对话框的设置,基于windows 下的窗口编程(di al o g vc b fx g g fxj jgh czv fb b fdf dfd fgdf fdbdf df fd dd gbd ff g f)
Platform: | Size: 15298560 | Author: tops | Hits:

[Driver Develop三菱FX-PLC-COM

Description: 使用VC++软件对三菱PLC进行串口通信的软件编程(Using VC++ software for MITSUBISHI PLC serial communication software programming)
Platform: | Size: 3491840 | Author: xiaomiarmy | Hits:

CodeBus www.codebus.net