File Search And Compare, Show it on Factory Talk View

arnabbanik

Member
Join Date
Jan 2014
Location
NY
Posts
27
Hello Everyone,

I am searching doing a search using my compact logix L33 and I want to show all the data found ( it can be as high as 60, 70 barcodes) on the factory talk view screen as a list? So pretty much like, user enters a delivery number and hits the search button, I search the database and should be able to show the user all the bar codes associated with that particular order number. Right now I am using a list selector and associating each state with a tag. I was hoping there should be a better and cleaner way to do this.

Any ideas or help is highly appreciated.
 
One possibility

Populate a separate array with the search results then display the array.
 
Populate a separate array with the search results then display the array.

Thanks Doug for getting back to me. Right now I am using a piloted list selector to display it. Can I display the whole array there? Is there a text box or something similar where I can show all the values at once?
 
Using string array tags in a piloted list has worked well for me but for the volume you are talking you would be best to have a text field with the array tags and then use buttons to copy different chunks of your results into that array to page through the results. You can have buttons to provide actions for each item. It depends if you just want to display or if you want action based on selection.

it provides a similar functionality but is far more customisable.
 
You can use the list selector; use embedded variables for the caption.
Use Doug-P's idea of a separate array. That temporary array is the one you want to use for your embedded variables.

With the list selector you can use the up/down and page up/down arrow keys.
 

Similar Topics

With the FCS instruction in a PLC 2 would this be the same as using a SQC in a SLC? Does the FCS do the comparison as long as the rung stays true...
Replies
2
Views
3,995
Hi Could really do with some help, please. I'm trying to find HMS_1011.gsd for an AnyBus communicator OPC-G11S-PDP. I've tried their website...
Replies
3
Views
3,053
I have a block valve FESTO, with code like this: 1. VIGA 03-FB-4 (18,656 L307) - 4 Digital Output 2. VIGA 03-FB-4 (18,656 L307) - 4 Digital Output...
Replies
5
Views
3,949
I have read about this but never used it. I am converting a PLC2 over to a SLC5/04, is there a way I can do something simular? Would I use an FBC...
Replies
4
Views
3,906
I have an Allen Bradley temperature switch that I am trying to use in studio 5000. I am getting the message "Unable to interpret the IODD file"...
Replies
0
Views
62
Back
Top Bottom