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

Images Placeholder in Lib

ludecus
2021-04-27
2021-04-28
  • ludecus

    ludecus - 2021-04-27

    We designed a library for customized visualization elements, according to our style guide.

    One of the elements is holding a placeholder for an image. The property Bitmap ID variable is linked with an input variable. Within the application these variable is successfully written. In the IDE the image is correctly shown with the image from the image pool of the application.

    On the target this image isn't shown. The image is correctly loaded on the target device.
    On the WebVisu this image isn't shown, too. The image isn't uploaded. In the console is written, the imagepoolentry searches in the library for the image, not in the application.

    For the moment, the images of the application need to be stored in the image pool of the library or
    the element couldn't be part of the library.

    Is there any better solution?

     
  • m.prestel - 2021-04-27

    Hey,

    Is the whole namespace included in the dynamic bitmap id?

    Do you think you can attach an example showcasing your problem?

    Best regards,
    Marcel

     
  • ludecus

    ludecus - 2021-04-27

    Hey Marcel,

    Thanks for your support.

    I attach an example of our code as archive, which includes also a the library with the mentioned element.

    Friendly regards,
    Ludecus

     
    • ludecus

      ludecus - 2021-04-27

      The visualization in the IDE looks like this

      Unfortunately the target and Web shows no image.

       
      • m.prestel - 2021-04-27

        To use your image which is located inside the application, use ".Codesys_Logo"
        as bitmap id.

        Best regards,
        Marcel

         

        Last edit: m.prestel 2021-04-28
        • ludecus

          ludecus - 2021-04-27

          Thanks for your answer.

          But you misunderstood. The image i want to have shouldn't be part of the lib. The image should be application specific.

           
          • m.prestel - 2021-04-28

            Hey,
            I am sorry. I did misspoke.
            I meant to say, use ".Codesys_Logo" to use the image of the application, not library as I did say.

            Best regards,
            Marcel

             
            πŸ‘
            1
            • ludecus

              ludecus - 2021-04-28

              Good morning Marcel,

              thank you very much! Your solution works nicely, as it suppose to do.
              The image is shown now in the target and also in the webvisu.

              I'm speechless, but happy!

              Best regards,
              Ludecus

               

Log in to post a comment.