News:

  • June 10, 2026, 10:12:03 PM

Login with username, password and session length

Author Topic: New HMI  (Read 31054 times)

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
New HMI
« on: October 16, 2012, 09:47:38 AM »
Is Host developing a new HMI to replace Lookout Direct?  Something that is compatible with Windows 7 64 bit?  I love what you guys do and would much rather buy from you than NI, Wonderware, etc.


franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: New HMI
« Reply #1 on: October 16, 2012, 09:56:55 AM »
Sorry, no.

Have you looked at ADC's C-more panels?  They have a wide range of sizes/functionality/price.  They also support many other PLC manufacturers, in addition to the ADC PLCs (e.g. AB).

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
Re: New HMI
« Reply #2 on: October 17, 2012, 06:33:22 PM »
Will there be a driver release to HMI manufacturers for the Do-More PLC?  Wonderware, Indusoft, etc?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: New HMI
« Reply #3 on: October 17, 2012, 08:05:43 PM »
No, just ADC's C-more HMI panels.  Most HMI vendors have Modbus/RTU and Modbus/TCP, which are both built-in the H2-DM1E CPU (Modbus/RTU is built-in the H2-DM1 (non-E) CPU).

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: New HMI
« Reply #4 on: October 19, 2012, 01:03:47 AM »
Seriously?  You're not going to let the native protocol out to all the MMI guys?
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6158
  • Yes Pinky, Do-more will control the world!
Re: New HMI
« Reply #5 on: October 19, 2012, 08:55:47 AM »
C-more is the only one to ask so far. It is very complicated, and for now, there is no protocol document. While I won't say absolutely no, I would prefer not to.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: New HMI
« Reply #6 on: October 19, 2012, 09:03:04 AM »
Believe me its probably much better that way. Unless the PLC is a big player in the market, the HMI vendor is not going to put out resources to fix your problem if one arises. Host can't afford to buy everyone's HMI and work out who's at fault when it doesn't work. Unless its all in one house, you get nothing but finger pointing. At least with Modbus being a generally accepted universal protocol, you have a chance to debug it and determine who to point the finger at. The user is caught in the middle.

deep6ixed

  • Hero Member
  • *****
  • Posts: 105
Re: New HMI
« Reply #7 on: October 19, 2012, 10:00:20 AM »
You could in theory use the do-more anywhere you had a driver for the DL series with the ability to map memory to the DLX/DLY/DLV ranges...

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6158
  • Yes Pinky, Do-more will control the world!
Re: New HMI
« Reply #8 on: October 19, 2012, 10:08:55 AM »
I would use Modbus over DL...but yes, you are correct.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

deep6ixed

  • Hero Member
  • *****
  • Posts: 105
Re: New HMI
« Reply #9 on: October 19, 2012, 10:21:10 AM »
For those out there with some PHP skills, there is a PHP library that can support Modbus/TCP...  I could see custom HMI and even more advanced options such as data logging come from it.

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: New HMI
« Reply #10 on: October 19, 2012, 10:24:51 AM »
Cool   I'm thinking home automation..  Got the link?

deep6ixed

  • Hero Member
  • *****
  • Posts: 105
Re: New HMI
« Reply #11 on: October 19, 2012, 11:37:11 AM »
http://code.google.com/p/phpmodbus/

It only supports some of the commands, but it does open it up for some interesting possibilities. 


Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: New HMI
« Reply #12 on: October 19, 2012, 11:53:20 AM »
Believe me its probably much better that way. Unless the PLC is a big player in the market, the HMI vendor is not going to put out resources to fix your problem if one arises. Host can't afford to buy everyone's HMI and work out who's at fault when it doesn't work. Unless its all in one house, you get nothing but finger pointing. At least with Modbus being a generally accepted universal protocol, you have a chance to debug it and determine who to point the finger at. The user is caught in the middle.

Good point.  I would probably tend to use Modbus anyway even if the native protocol were supported, at least on products that might get redone with other PLC's or other HMI's.  That way there's a layer of protocol-agnosticism between the HMI and PLC that avoids linking the design irrevocably to either of them.  For one-time shot type projects it wouldn't matter as much.  Plus with the Modbus, you get the built-in comm sandbox, which is a good thing.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6158
  • Yes Pinky, Do-more will control the world!
Re: New HMI
« Reply #13 on: October 19, 2012, 12:07:26 PM »
Mark and I were just discussing the possibility of designing an HMI-centric subset of our programming protocol that would be fully documented and exposed via a different IP port number. Maybe go so far as to allow each block and heap item as being visible through it our not, and beef up the security to a high degree. For now, though, I'm loving Modbus...it just works.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: New HMI
« Reply #14 on: October 19, 2012, 12:08:13 PM »
What I am personally experiencing is that when a problem arises, they can then connect their HMI to any Modbus supported device and verify for themselves the existence of their bug. It's a nice insurance policy, otherwise, your pretty much SOL.