Author Topic: New Version 3.99p Now Available  (Read 2840 times)

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
New Version 3.99p Now Available
« on: August 29, 2016, 08:34:40 PM »
V3.99p
Modbus - Was not updating the last element in a list of subscribed items
TwinCAT - Driver Improvement when using multiple drivers
Tank - Added a line to exit OnCreateControl if Parent Container did not exist
EthernetIPforCLXCom - fixed problem with writing to BOOL arrays
Keypad - Min/Max check always failed if these properties were changed
BasicLabel - Added ActivateKeypad for external triggering
Tank - Fixed problem when MinValue is not 0
EthernetIPforCLXCom - Added TimeOut property
Modbus - Fixed Function Code 22 Masked Bit Write
BasicLabel - Corrected spelling of KeypadAlphaNumeric

dmroeder

  • Global Moderator
  • Full Member
  • *****
  • Posts: 208
    • View Profile
Re: New Version 3.99p Now Available
« Reply #1 on: August 30, 2016, 12:27:02 AM »
Those dang BOOL arrays.  Nemesis.

DanieLoche

  • Guest
Re: New Version 3.99p Now Available
« Reply #2 on: August 30, 2016, 05:08:58 AM »
What is the best way to update the version of AHMI already used in a project ?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: New Version 3.99p Now Available
« Reply #3 on: August 30, 2016, 07:36:25 AM »
Those dang BOOL arrays.  Nemesis.
Curses to those things and to AB for making them that way!

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: New Version 3.99p Now Available
« Reply #4 on: August 30, 2016, 07:40:24 AM »
What is the best way to update the version of AHMI already used in a project ?
- Download an extract the latest version
- Open the latest version in Visual Studio
- In Solution Explorer, right click the AdvancedHMI project and select Add->Existing
- Browse to your old project and into the AdvancedHMI folder
- Select the *.vb file for each form your created (Select only one at a time for each Add-Existing)

If you used BasicLabels, you will get an error for KeyapAlphaNumeric property. Double click each error and switch the h and a to correct the spelling.

DanieLoche

  • Guest
Re: New Version 3.99p Now Available
« Reply #5 on: August 30, 2016, 09:32:45 AM »
Outch, I'll probably stand with my current version... ^^

It's a 15 form project with around the same amount of custom/modified controls... I suppose that I'm going into some troubles with that..!

There's not a way of replacing some .dll or so just to update the drivers and controls ?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: New Version 3.99p Now Available
« Reply #6 on: August 30, 2016, 09:45:06 AM »
Another method to try is to copy your complete \AdvancedHMI folder into the new version, replacing the existing.

DanieLoche

  • Guest
Re: New Version 3.99p Now Available
« Reply #7 on: August 30, 2016, 10:28:57 AM »
Another method to try is to copy your complete \AdvancedHMI folder into the new version, replacing the existing.

I tried this, I got 74 errors due to custom control from the Purchased Controls that was no more recognized.  Then trying to build the Project just crashed Visual Studio. ^_^

But I found the solution : I replaced the .dd files in the Support Folder. Worked like a charm. :)

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: New Version 3.99p Now Available
« Reply #8 on: August 30, 2016, 10:45:00 AM »
But I found the solution : I replaced the .dd files in the Support Folder. Worked like a charm. :)
This will not give you all of the updates. For example, the BasicLabel updates are not in the DLL files.

DanieLoche

  • Guest
Re: New Version 3.99p Now Available
« Reply #9 on: August 30, 2016, 11:07:18 AM »
But I found the solution : I replaced the .dd files in the Support Folder. Worked like a charm. :)
This will not give you all of the updates. For example, the BasicLabel updates are not in the DLL files.

I know, but for the others it means that I can correct them by hand... I made it for the "Alpah" error. ^^ Not sure if I missed other updates, but all-in-all it was mostly the drivers and Controls updates that were needed. :)

Edit : yep I missed a few features... I just hope that I got the Modbus ones..!
« Last Edit: August 30, 2016, 11:18:31 AM by DanieLoche »