AdvancedHMI Software

General Category => Open Discussion => Topic started by: Archie on June 14, 2016, 08:20:05 PM

Title: New Version 3.99k Now Available
Post by: Archie 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
Title: Re: New Version 3.99k Now Available
Post by: MrPike 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
Title: Re: New Version 3.99k Now Available
Post by: Archie 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.
Title: Re: New Version 3.99k Now Available
Post by: MrPike on June 14, 2016, 11:41:38 PM
That's fantastic!  I will have to give them a try, thanks
Title: Re: New Version 3.99k Now Available
Post by: M4 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?
Title: Re: New Version 3.99k Now Available
Post by: Archie 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.