Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

combo box array - not working?

con2827
2016-06-22
2016-06-22
  • con2827 - 2016-06-22

    I created the combo box, using the array in the example:
    StringTabelle : ARRAY [0..2, 0..4] OF STRING := ['BMW','Audi','Mercedes','VW','Fiat', '150','150','150','150','100','blau','grau','silber','blau','rot'];

    Configuration of the combo-box:

    But when running, it doesn't drop down any rows. Is it configured incorrectly?

    (Similar to this problem, I think, but don't see an answer here:
    l viewtopic.php?f=11&t=5112&p=8453&hilit=combo+box#p8453 l )

    IMG: Screenshot08.png

     
  • con2827 - 2016-06-22

    Figured it out, I did not have the variable assigned...
    Working now.

     

Log in to post a comment.