Product Lifecycle Management Blogs by SAP
Dive into product lifecycle management news, learn about digitalizing PLM for the digital supply chain, and stay informed with product updates from SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 
Kevin_Hunter
Advisor
Advisor
PLEASE NOTE THIS BLOG HAS BEEN EDITED AFTER RELEASE TO ADD INFORMATION FOUND AFTER ITS RELEASE. I WILL HIGHLIGHT THE CHANGES IN BOLD.

SAP Digital Manufacturing Cloud now supports process industry scenarios as well as discrete industry scenarios, in the 2111 release it is planned (Subject To Change) to release a weigh and dispense capability, so what does that mean when it comes to machine integration? Well lots more people will want to integrate weigh scales.


One of the more common integration questions I receive is how to integrate weigh scales into the SAP environment and since the most common brand I typically see is Mettler Toledo I thought it would be good to look at a few integration options before the floodgates get opened.

In this series of blogs I will discuss the hardware options, the software options and how to configure DMC. This blog will concentrate on the hardware so lets get started.

Virtually all of the weigh scales I have come across have either an RS232 port or both an RS232 port and an ethernet port. (Most only have RS232) but obviously there are exceptions.

Some of you might have not seen an RS232 port before since USB was introduced in 1995 but its still quite common to find them on weigh scales. Typically they are a 9 pin DSub connector but you sometimes find a 25 pin version as well.

 

This is the RS232 port of my Mettler Toledo scales.


All of the Mettler Toledo scales use a communication protocol called MT-SICS (Mettler Toledo Standard Interface Command Set) which is detailed here. These commands are split into 4 levels (0,1,2 and 3), according to the documentation all scales support level 0 and 1 commands whilst newer and more advanced scales also support levels 2 and 3. Some of the more expensive and capable scales also support a communication command set called Shared Data Server (SDS) but for this blog I will only cover MT-SICS as its the most wide spread.

Since the majority of scales I have come across in factories (and the set of scales I have sitting on my desk) only have RS232 ports I'm going to concentrate purely on RS232.

So the first challenge is how do I get the data from the scales into the corporate network so that it can be passed to DMC, so far I can see 3 hardware options.

  1. Buy the official Mettler Toledo ACI400 IIOT Edge Device

  2. Use a Serial Device Server eg the Moxa NPort series

  3. Use a RS232 to USB adapter and connect it to a PC/MAC/Raspberry PI


Lets discuss each of the options:

Mettler Toledo ACI400 IIOT Edge Device


Images and further details of this device can be seen here Mettler Toledo ACI400 IIOT Edge Device

This IIOT Edge device was recently released by Mettler Toledo allows you to connect up to 4 weigh scales to the box which then plugs into your network and exposes the data and commands via an OPC UA server (if you haven't heard of OPC UA then check here ). Note that if all 4 scales are RS232 then 3 must be plugged into the USB ports using serial to USB adapters. This box is actually a rebranded fanless PC running embedded Windows 10 with custom software.

Lets look at the positive and negative points (Note I haven't had the opportunity to actually use or review this hardware)

+ Its designed by Mettler Toledo so it should work with all models (and if it doesn't you only have one company to shout at)

+ Data is exposed as an OPC UA server - this makes it secure and directly supported by SAP DMC, However please note that the weight is exposed as an attribute of a tag and this is not currently supported by DMC.

+ Simple to implement and support

+ OPC UA server follows the OPC UA Companion Specification for Weighing

- Cost - I really struggled to come up with a negative about this approach based on the documentation but out of the 3 options it will be the most expensive. However in my personal opinion the cost would be worth it.

 

Serial Device Server


A serial device server is a small piece of hardware that allows you to connect a RS232 / 422 / 485 device and connect it to your network. Depending on the model it will convert the data into either a TCP Socket message or MQTT depending on the model. They are sold by lots of manufacturers such as Moxa and BrainBoxes , you can also find lots of cheaper alternatives on ebay etc

Images of these devices can be found in the provided links.

+ Small and easy to fit

+ Low cost (approx €30 - €100 depending on brand)

- Typically they convert the serial messages into unsolicited TCP socket messages which are supported by PCo but not by DMC.

- Sockets are not secure and are easy to spoof

 

RS232 to USB adapter


Weigh scales often have a computer located close to them so this option is to connect a RS232 to USB adapter between the scales and the computer (PC / MAC / Raspberry PI) and use software to convert the MT-SICS commands into something that DMC will understand.

+ Very inexpensive (less than €10 depending what software you use to read and convert the data)

- Requires a PC / MAC / Raspberry Pi to be located close by.

- Requires custom software on the computer

 

 

Of the 3 options I have presented, my personally preference based on scalability, reliability, security and supportability would have been the official Mettler Toledo hardware but since it follows the OPC Weighing Companion Specification which exposes the weight values as attributes to a tag it is not supported by DMC. This leaves one choice which is the RS232 to USB convertor.

 

In the next part I will discuss how I built the custom application and test it.

 

If you are reading this statement then thank you for taking to time to read all the the way to the end.

Part 2 will be released soon ......