News:

  • June 01, 2023, 05:28:42 PM

Login with username, password and session length

Author Topic: subnet mask for H2-EBC  (Read 4872 times)

BretB

  • Jr. Member
  • **
  • Posts: 11
subnet mask for H2-EBC
« on: April 19, 2007, 01:20:22 PM »
Does anyone know how to set a subnet mask on an H2-EBC?

I have a method that broadcasts our network to find any EBCs on it, by eliciting a response from them.  It then "registers" those who responded and sends them messages asking them for the statuses of their switches.

I can't have my entire (several hundred workstation) network being polled all the time for this.  I need to contain it to a subnet, like by using a subnet mask.

I saw that the user interface of the EBC/PLC software was not made to do that.  Can someone tell me how/where to code that in?

Thanks.

- BretB

Greg

  • HostTech
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 664
  • Hmmm...
    • Host Engineering, Inc.
Re: subnet mask for H2-EBC
« Reply #1 on: April 19, 2007, 02:00:22 PM »
Since the H2-EBC does not "master" anything (i.e. it only speaks when spoken to), then there is no need for a subnet mask. It is not originating any "new" packets for TCP/IP, so it doesn't utilize a subnet.
There are two types of people in the world; those that can extrapolate from incomplete data sets.

BretB

  • Jr. Member
  • **
  • Posts: 11
Re: subnet mask for H2-EBC
« Reply #2 on: April 20, 2007, 04:46:32 PM »
Thanks.  Due to a combination of factors, we decided not to poll for the addresses of the EBCs, but rather to list them in a settings file and have our program read from that file and go get the data from the EBCs that way.