Author Topic: Latest version AHMI InterpretValueAsBCD  (Read 1539 times)

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: Latest version AHMI InterpretValueAsBCD
« Reply #15 on: March 26, 2020, 09:24:58 AM »
Are you using Beta 34 ? I see something in the release notes about a fix for the @B

betilly

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Latest version AHMI InterpretValueAsBCD
« Reply #16 on: March 26, 2020, 10:44:21 AM »
Yes, Beta 34 it is...

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: Latest version AHMI InterpretValueAsBCD
« Reply #17 on: March 26, 2020, 11:02:14 AM »
Beta 35 has just been posted. See if it fixes the BCD issue when using @B with the Omron drivers

betilly

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Latest version AHMI InterpretValueAsBCD
« Reply #18 on: March 26, 2020, 11:45:33 AM »
Hi, beta35 now works and write the right value to D area, but write to E bank0 area dont.....

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: Latest version AHMI InterpretValueAsBCD
« Reply #19 on: March 26, 2020, 11:58:17 AM »
Hi, beta35 now works and write the right value to D area, but write to E bank0 area dont.....
Does the BCD not work in the E are or does the E are not work with anything?

betilly

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Latest version AHMI InterpretValueAsBCD
« Reply #20 on: March 26, 2020, 12:06:20 PM »
BCD for E area dont work.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: Latest version AHMI InterpretValueAsBCD
« Reply #21 on: March 26, 2020, 12:12:28 PM »
I only have a CP1H controller which I don't think supports the E area. I'm not immediately sure why it would work in the D area and not the E area because they both use the same code. Only the reference number in the packet is different

betilly

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Latest version AHMI InterpretValueAsBCD
« Reply #22 on: March 26, 2020, 12:31:00 PM »
Yea i know, its just a different hex number parameter. Ill try to check with wireshark, to see what is happening...

betilly

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Latest version AHMI InterpretValueAsBCD
« Reply #23 on: March 26, 2020, 01:34:56 PM »
Thats the wireshark log. When try to write 100 to plc E register, it takes 64 from keypad somehow .

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: Latest version AHMI InterpretValueAsBCD
« Reply #24 on: March 26, 2020, 04:28:13 PM »
- Download and unzip the attached file
- In Visual Studio in Solution Explorer, expand down the AdvancedHMIDrivers project
- Right Click the \Support folder and select Add->Existing
- Browse to the unzipped file and selected it
- Make sure it ask to replace the existing file
- Rebuild Solution

betilly

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Latest version AHMI InterpretValueAsBCD
« Reply #25 on: March 26, 2020, 06:49:08 PM »
Wow, now E area works too. Thank you for such fast help and support, and stay healthy .