cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

xMII and Barcoding Equipment

Former Member
0 Likes
338

I am an xMII novice and we have started to architect a manufacturing solution that will utilize xMII's capabilities integrated with a back end SAP R/3 (v. 4.6C) instance. I have a few questions that I would like to pose to the group to assist us on our way.

1. I would think that xMII should have no issues receiving information from barcode scanning devices (e.g. for shop floor confirmations), but have not heard of anyone using such devices directly interfaced with xMII. Could someone confirm (hopefully from experience)? Are there specific vendors who's devices are more readily interfaced with xMII than others?

2. Provided that it is feasible to interface barcode scanning devices directly with xMII, what is the better mechanism for shop floor confirmation:

Scanner --> xMII --> R/3?

Scanner --> R/3 --> xMII?

Other?

I would think that either mechanism is sound, however I wanted to solicit some opinions to find out if there is a better way.

3. Has anyone interfaced xMII with barcode printing devices, so that activities within xMII could generate barcoded labels? Or is this process better facilitated out of R/3? For example, production confirmation generating a barcoded label for the produced goods.

Thanks.

Dave

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Devid,

1 Using xMII connectors we can connect xMII to Shop floor devices.

We used vendor specific devices for interfacing between xMII and scanner devices.

We have done this for two type of Barcode readers

Fixed scanner used DataLink ,it saves Barcode in Database and xMII read from database and pass it to R/3 .After applying business logic it sends back output to operator screen.

Boom scanner used xDDI (Device and Data integration).

It directly send Barcode to xMII and after applying business logic in BLS and using other xMII functionalities ,xMII send back result to xDDI screen.

I guess printing barcode process better facilitated by R/3 because production information first comes in R/3, same if you want to generate barcode level for warehouse management then there also all information first come in R/3 (we did this scenario).

Regards

Ramshanker

Answers (3)

Answers (3)

sufw
Active Participant
0 Likes

Hi David,

as per question 2, I would also recommend interfacing the scanner device with xMII, which then passes information to R/3. xMII is designed to be an "adapter" between manufacturing (MES, etc.) and enterprise systems (R/3). Because xMII has many connectors to underlying systems, can perform business logic and abstracts all data into an XML format, it is well suited to this. On the other hand, if you tried to directly interface a scanner with R/3, it would bypass a lot of the functionality and value of xMII.

Also, I'm not sure whether you're thinking of having the scan data entered manually (i.e. have the scanner operated by a person) or have the scanning process automated, but I would think that Scanner --> R/3 would be easier to automate if xMII was used in the middle, to move data, perform business logic, etc.

Hope this helps,

Sascha

Former Member
0 Likes

There are no issues with xMII Interfacing with Barcode Scanners.

Two vendors you might want to look @ are

1. Intermec

2. Symbol

We finally chose Intermec - no specific reason (It was more of a budget decision than anything else).

Scanner --> xMII --> R/3 makes perfect sense.

Scanner --> R/3 --> xMII - Can't imagine/visualise this scenario.

xMII is very much capable of generating bar codes. You can go through the help for the PDF Action block in the BLS to get more details.

The limitation here is that xMII can just generate the document but cannot actually trigger a print. You'll have to use the Browser for the print functionality (if lets say you have a requirement where the user is able to view the generated label on the browser and then hit a print button).

So depending upon your requirement you can decide if you want to generate/print the barcode from xMII vs. R/3.

Former Member
0 Likes

Hi David - Great set of questions.

xMII and Barcoding work well together, probably to some extent because there isn't a direct connection between them. xMII runs in a web browser. The scanning device is typically responsible for scanning the barcode and transforming the image into text. It is also, usually, responsible for sending that text back to the computer it is connected to. The computer then simply takes the passed text and inserts it wherever the cursor is. So the if xMII is the active window and the cursor is in a position where you want the translated barcode to show up, it will. If it doesn't the problem is either with the device or the computer. On some models of scanners, you can even program it to simulate a keystroke before or after each scan. So, for instance if you have a web page with one text field for the barcode and a submit button, you can have the scanner enter the text in the field AND hit the submit button in one scan.

For your #2 question, both scenarios would work. If you are using a barcode device with a GUI on it like Windows CE or palm, you'll probably be interfacing between the barcode and R/3 with xMII so in that instance, send the barcode to an xMII page that does something in R/3.

Printing is a little tricky. Because xMII lives in a web browser on the client, you'll have to rely on the browser's printing capabilities. However, this is another method to printing barcodes. There are barcode printing packages available; I'm mostly familiar with Seagull's BarTender software. What you can do with this is use xMII to send a flat file containing the barcode label information (material, qty, etc) along with a printer name and user,etc to a windows directory that BarTender is "listening" to. Once BarTender sees the file, it will parse it and print the label with the information in the file to the printer in the file. It works really well.