News:

  • June 10, 2026, 04:10:15 AM

Login with username, password and session length

Author Topic: Comm with PLC  (Read 13293 times)

lrome55

  • Newbie
  • *
  • Posts: 1
Comm with PLC
« on: April 05, 2012, 02:19:09 AM »
Help! Running Win7 64Bit cannot establish comm with PLC ???

Greg

  • HostTech
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 702
  • Hmmm...
    • Host Engineering, Inc.
Re: Comm with PLC
« Reply #1 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
There are two types of people in the world; those that can extrapolate from incomplete data sets.

BobFoxx

  • Newbie
  • *
  • Posts: 1
Re: Comm with PLC
« Reply #2 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