The dongle alternative worked for us. It was around 30 bucks a dongle. Can't just use a usb either we tried. Didn't try duplicating a dongle onto a usb, that might be possible. The dongle is just a usb flashdrive though.
The dongle alternative worked for us. It was around 30 bucks a dongle. Can't just use a usb either we tried. Didn't try duplicating a dongle onto a usb, that might be possible. The dongle is just a usb flashdrive though.
This was sort of what I was suspect of but couldn't find any firm documentation on what caused the error. I think I may have resolved my issue but for a long time I thought it was random. Thank you! π
Did you ever figure this out? I have the same issue.
Hey rickj, so it depends if you need dynamic images to work with a webvisu or not. I personally needed it to work with a webvisu, so I will describe how I went about doing that. The first thing you will need to do is select 'Advanced' under visu properties (Step1.PNG). That will bring up the options 'Bitmap ID variable' and 'Dynamic bitmap'. Under 'Bitmap ID variable' you will see 'Bitmap ID', this will be a string that just says the file name for the image you are trying to access (it can also be...
Hi all, I solved my issue. If anyone is interested I can post my solution.
Hi, I was wondering if you were ever able to get a soft container working for the Turkc PLCs?
I was using the element collections library to create dynamic objects. When I realized there wasn't a real way to delete an object once it had been created. So I was wondering, does the library handle deleting those objects? I will be filling a dynamic list with a random collection of objects and when my process is completed I will remove all the elements from the list. I was wondering what happens to those objects? Will they get properly removed from memory? I am updating this to include an image...
I was using the element collections library to create dynamic objects. When I realized there wasn't a real way to delete an object once it had been created. So I was wondering, does the library handle deleting those objects? I will be filling a dynamic list with a random collection of objects and when my process is completed I will remove all the elements from the list. I was wondering what happens to those objects? Will they get properly removed from memory?
I was using the element collections library to create dynamic objects. When I realized there wasn't a real way to delete an object once it had been created. So I was wondering, does the library handle deleting those objects? I will be filling a dynamic list with a random collection of objects and when my process is completed I will remove all the elements from the list. I was wondering what happens to those objects? Will they get properly removed from memory?
Hi all, Just checking to see if anyone has any ideas on this. I am really looking to store the file path to the image and than overwrite the file path in the image pool and then get the image to update in runtime.
Hi, I have a project where we are attempting to have images change as we go through screens. We cannot have images local on the PLC as each PLC will hold different images. We are currently able to pull from a database a file path to the image or the image itself. The problem comes to actually getting this images to load in Codesys 3.5.16 SP6. Currently the only way we know how to load images is through the image pool. Is it possible to update the image in the image pool while the program is running?...