Author Topic: New Version 3.99k Now Available  (Read 2121 times)

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
New Version 3.99k Now Available
« on: June 14, 2016, 08:20:05 PM »
A new version has been posted with the following changes:

V3.99k
SelectorSwitch3Pos - fixed problem with position and ValueLeft/ValueRight properties
Renamed all instances Comm Component to ComComponent
Implemented a "truer" form a INI files with sections and parameters on all drivers
ModbusTCPCom - fixed an IP address problem

V3.99j
MessageDisplayByValue - fixed SpeakMessage

V3.99h
ComBridge - New componet
Added IniFileName and IniFileSection properties to drivers to allow multiple settings in single file
MessageDisplayByValue - Forecolor can now be specified for each message

MrPike

  • Sr. Member
  • ****
  • Posts: 297
    • View Profile
Re: New Version 3.99k Now Available
« Reply #1 on: June 14, 2016, 10:40:13 PM »
Hi Archie.  Its been awhile since I created any projects in AHMI so I haven't kept up with the changes.  Could you give a brief overview of the ComBridge and Checkbox components?  As always, great job! Thanks

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
Re: New Version 3.99k Now Available
« Reply #2 on: June 14, 2016, 10:51:50 PM »
The ComBridge can be used to link a value from one device to another. For example, let's say you want a Modbus device's value to go into a SLC500 which cannot communicate Modbus. In AdvancedHMI, you would add a driver for the Modbus device and one for the SLC500. Then add a ComBridge to point to the Modbus driver as a source and the SLC driver as the target, then set the addresses to link.

The Checkbox is really not much more than an illuminated button. The check is tied to a bit and when it is clicked, it will toggle the bit.

MrPike

  • Sr. Member
  • ****
  • Posts: 297
    • View Profile
Re: New Version 3.99k Now Available
« Reply #3 on: June 14, 2016, 11:41:38 PM »
That's fantastic!  I will have to give them a try, thanks

M4

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: New Version 3.99k Now Available
« Reply #4 on: August 26, 2017, 07:21:22 PM »
Hi Archie can I trigger a bit from one CLX PLC to another CLX PLC using ComBridge?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
Re: New Version 3.99k Now Available
« Reply #5 on: August 26, 2017, 07:51:19 PM »
Hi Archie can I trigger a bit from one CLX PLC to another CLX PLC using ComBridge?
Yes, but I don't recommend it. It is more reliable to use a MSG instruction in the PLC.