News:

  • June 09, 2026, 08:44:11 AM

Login with username, password and session length

Author Topic: H2-ECOM and Visual Basic  (Read 48024 times)

chrisatwan

  • Full Member
  • ***
  • Posts: 30
H2-ECOM and Visual Basic
« on: May 08, 2009, 08:15:07 AM »
I am the ethernet sdk source code for vb6 and a H2-ECOM. I am able to read and write to V registers but I am trying to read and write control relays. I see the CCM range for control registers is 181-280 (hex).  Does this mean I can only write to C602 to C1201?  

Thank you,
Christopher Atwan

MikeS

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 264
    • Host Engineering, Inc.
Re: H2-ECOM and Visual Basic
« Reply #1 on: May 08, 2009, 08:48:43 AM »
not at all, each CCM register contains 8 consecutive CRs beginning at C0, so CCM register 181 contains C0 - C7, 182 contains C10 - C17, etc.
Good design costs a lot. Bad design costs even more.