Sign in to follow this  
Followers 0
Govind Lathkar

Q00J CPU programming Port+MX Components+VB6

16 posts in this topic

Dear all I want sample program developed in VB6 to communicate with Q00JCPU on programming port using MX component thank you Regarda, Govind L. Lathkar

Share this post


Link to post
Share on other sites
Sample programs should have been copied to the hard drive with the MX Component installation.

Share this post


Link to post
Share on other sites
Thank you I have developed one program Govind L. lathkar MX_Component_1.zip

Share this post


Link to post
Share on other sites
Hi Govind Lathkar Thank for Share. But why when i want open your vb program have some error XceedCry.dll Could not be loaded ActMulti.dll Could not be loaded ActPcCom.dll Could not be loaded ActSupport.dll Could not be loaded ActComLk.dll Could not be loaded i realy new in VB

Share this post


Link to post
Share on other sites
there are two parts to this: VB application and MX Components First part was posted by Govind Lathkar. The second part is copyrighted material - MX Components is communication package that is sold through Mitsubishi distributor chain. When you buy it, you need to install it and run configuration wizard.

Share this post


Link to post
Share on other sites
How i want to run at other computer the VB6 .exe program that i write using mx component library without installing mx component to the computer?

Share this post


Link to post
Share on other sites
MX Component is required on each machine which will run the program.

Share this post


Link to post
Share on other sites
Hi Crossbow. Yesterday I meat 1 vendor where can run the mx component .dll file without installing mx component software. He intall the vb .exe file program using Microsoft framework and install it in Administrative Tools service. I very interesting to know how he can do this. Can somebody tell me if you know?

Share this post


Link to post
Share on other sites
My comment is based on the software license, not whether or not it can be hacked. Legally you are required to have it on each PC which runs it. You cannot redistribute it with a project.

Share this post


Link to post
Share on other sites
you only really need small part of it (couple DLLs which can be also copied and registered manually if needed). most of the MX Component installation is actually support files including configuration tool, demo, etc. Crossbow is right, read the license. as for software installation - yes it has to be installed before you can use it, (installation being placing files in some folder and registering them) but...part or not, it is product created and sold by Mitsubishi and license restrictions still apply.

Share this post


Link to post
Share on other sites
hi panic mode. how to install the dll file and registered it manually? i have read mx component operating and programming manual, but that don't have any explanation about installing the software manually. i have the license. but i do not know how to install the file manually. i do not want the mx component software have inside the computer.only the impotent part where i can use the mx component .dll file.

Share this post


Link to post
Share on other sites
registering libraries is windows feature. you place file in some folder and issue command from prompt: regsvr32 <path & filename of dll or ocx> but you need to know which ones are needed...

Share this post


Link to post
Share on other sites
As we said, for legal licensing, you NEED to install MX Component on the computer, and each computer its used on must have a valid license.

Share this post


Link to post
Share on other sites
Actually, i have valid license and follow for legal licensing. But i don't want that company know what i use for communication between PLC and PC. So that why i don't want the mx component software inside the PC. Then,i need to install and register the mx component dll file without installing mx component software. but i don't know how

Share this post


Link to post
Share on other sites
i just only use ActMLQCPUQ1 & ActEasyIF1 .dll file. it ok if i just installing this 2 .dll file ? how to register the license of this file? Thank for help

Share this post


Link to post
Share on other sites
ok let me get this straight, you work for a company to write a program? is it really that hard for programmer to get the message from earlier reply? no offense, but it does say: - place file in a folder - use command prompt to register it - regsvr32 <path & filename of dll or ocx> another thing every programmer i know would do first: http://lmgtfy.com/?q=register+dll

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0