Updating images from a vision system - FTVP ME station...

bdjohns1

Member
Join Date
Sep 2006
Location
IL
Posts
12
Here's a challenge I've recently been trying to work through.

I've got a packaging line that has some Cognex DataMan readers on them (16, actually). The readers have the ability to FTP the images they capture to somewhere for display - the images come off as a JPEG or a BMP, with the option to bring along an SVG overlay to highlight the decoded barcode/2D code. (so I will always have a file called Cup_Lane_1.jpg which has the last image in the FTP location).

When the barcode readers either fail to find a barcode in the image (it's an indexing filler, so they shouldn't), or they find the wrong barcode (our supplier's vision system failed and we got a package labeled for Product B in a case of product A packages), the filler stops so the operator can take corrective action - the PLC handles this part just fine.

Right now, I've got the images going to a separate webserver on another computer near the filler, and I hacked together a little page to let them easily cycle through the 16 different cameras (8 for cups, 8 for lids).

What I'd really like to do is get the images directly into their HMI, so that I can just go to a specific display when the fault occurs, and they don't have to screw around with going to another computer that's several paces away from their usual operator position. The HMI is a PVPlus, and it's on FTView ME version 6.1.

So far, the only idea I've come across is setting up the PV+ FTP server to write directly into the directory where the runtime project is decompressed (\Temp\~MER.00\Images). That should work in theory, but if the operator is on the screen when they trigger the camera (because they need a valid barcode to turn off the fault), they have to switch away from the current display and back to it to refresh the image, which is awkward.

This isn't one of the extended PV+ units that has a browser on it either.

Any other bright ideas?
 
I believe you can drop an ActiveX browser into FTV-ME. Then use linked tags to point to the FTP image. Haven't used it myself (on ME, but works great on SE) but may be an option.
 
Did you coma across this already?

https://www.cognex.com/support/downloads/ns/7/38/125/208/VisionViewCE-SLRockwell_EN.pdf

I don't know if your panelviews are compatible and licensing can be a showstopper for 16 HMIs (if the only thing you want to do is look at the current image) but it may be worth a look.

As JaxGTO said above you can use the MEWebBrowserControl ActiveX Control, make sure that your URL isn't longer than 82 characters.
 
I believe you can drop an ActiveX browser into FTV-ME. Then use linked tags to point to the FTP image. Haven't used it myself (on ME, but works great on SE) but may be an option.

I'll have to see if it'll work. I know the PVP I'm working with is one of the ones that does not have Internet Explorer provided with it.

Also, not sure if it would support the webpage I've got right now - I'm using javascript to switch the images.
 

Similar Topics

Good day all! Can someone help me with the procedure to update Beijers E700 firmware? The Panel I am working on is firmware 2.04v and I would...
Replies
1
Views
95
Hi All, Has any of you tried to change the IP Gateway of the PLC (of course, essentially of the ENBT card), while in a redundant configuration...
Replies
3
Views
139
Is there anything I Should take into account while updating the firmware on a safety processor? I have a 1756-L61S running version 17 and need...
Replies
0
Views
109
Hi, I'm trying to figure out how to properly update the "icons" on my Panelview 900 (AB 2711-T9C9). I think maybe I'm having a fundamental...
Replies
13
Views
1,012
Hello everyone, I am dealing with something annoying and excruciatingly basic that I am just ready to cry. I have updated some alarm messages in...
Replies
6
Views
963
Back
Top Bottom