Host Engineering Forum

General Category => DirectSOFT => Topic started by: lrome55 on April 05, 2012, 02:19:09 AM

Title: Comm with PLC
Post by: lrome55 on April 05, 2012, 02:19:09 AM
Help! Running Win7 64Bit cannot establish comm with PLC ???
Title: Re: Comm with PLC
Post by: Greg on April 05, 2012, 09:20:36 AM
Obviously we'd need more info to help you. But your best bet would be to call for the free help from the techs at Automation Direct:


Automation Direct Contact Info:
Main website: http://www.automationdirect.com
Worldwide sales: http://web2.automationdirect.com/adc/ContactUs/ContactUs
Tech help website: http://support.automationdirect.com
Forum: http://forum.automationdirect.com
Telephone (USA): 770-844-4200 (from 9am to 6pm EST, Monday-Friday)
FAX (USA): 770-886-3199
E-mail: http://support.automationdirect.com/techinquiry.html

3505 Hutchinson Road
Cumming, GA 30040
Title: Re: Comm with PLC
Post by: BobFoxx on May 02, 2012, 05:58:16 PM
IROME55,

Are you talking about a 64 bit windows app attempting to COMM with the PLC?  If so it won't run on Win 7 64 bit, particularly if you are using the ECOM SDK.  The ECOM DLL is a native 32-bit DLL and requires it to be compiled as a x86 application on a Win 32 bit machine (ie XP 32-bit) and then it will run on Win 7 64 bit.  Also, it cannot be debugged in the Visual Studio IDE environment on a 64-bit machine.

I'm hoping Host E has a 64 bit SDK in the works.


- Bob