Author Topic: Need help with the PLCAddressHighlightx Property not working on Raspberrypi  (Read 508 times)

businesscat

  • Newbie
  • *
  • Posts: 1
    • View Profile
So i have made my AHMI program put it on a flashdrive launched it in rpi using mono and tested it, The test is as follows  push a BasicButton1 on the hmi it sends a signal to a DoMore PLC if the signal is received it begins incrementing a number up and sends this number back to AnalogValueDisplay1 all via ModbusTCP, all of this works so i know i have full tx and rx communication over ethernet but i also have a bit sending a 1 out to PLCAddressHighlightx which should turn the button from black to red but it does not work it works fine in the debug window on my laptop though but not on the rpi.

I can't seem to figure out what the issue is does anyone know?

Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
If it's only one then remove the button from your form, close all the forms, replace the stock control with this button by adding it as an Existing Item:

    https://www.advancedhmi.com/forum/index.php?topic=1916.msg10841#msg10841

Rebuild the solution, add a button again and populate its properties.

This version doesn't have the "X" at the end of PLCAddressHighlight, so pay attention to that.