Technical Article

Blockchain for Industrial Automation: Are We There Yet?

October 22, 2021 by Anthony King Ho

Learn about how blockchain technology works, why it’s secure, and how to use it in industrial automation.

When you hear about blockchain, you probably associate it with cryptocurrencies like Bitcoin. Indeed, blockchain is a digital recording technology used by cryptocurrencies to store and record transactions. 

Unlike a conventional bank transaction, as shown in figure 1, Bitcoin operates on the Internet. Its miners use their computers’ power to solve complex algorithms that serve as verification for the currency’s transactions. A public ledger in a blockchain network is a record-keeping system that anonymously maintains each participant’s identity, cryptocurrency balance, and records all legit transactions with other participants.

 

Figure 1. Conventional vs. blockchain financial transaction. Image used courtesy of International Monetary Fund

 

How Blockchain Works

Bitcoin is one of the first decentralized peer-to-peer payment networks powered by its own users without a centralized authority. The absence of centralized authority, and thus difficulty for government regulation, is one reason why cryptocurrency appeals to its users. This decentralized nature of the network also makes blockchain very secure.

As records along the chain are copied and stored across multiple nodes in the network, it becomes difficult for criminals to falsify the records. Therefore, it is safer to record transactions. This secure feature presents blockchain as an excellent candidate for industrial applications, such as important sensor and equipment data that cannot be falsified or altered. For example, the chemicals used in a water treatment plant, such as algicide, chlorine, and chlorine dioxide, must be precise for public safety and not be altered.

First, let’s review the basics of blockchain technology and why it is secure before diving into its possible applications in the industrial realm.

 

Blockchain Security

Blockchain is a secure transactional database distributed to many different computers connected in cyberspace. It employs a combination of asymmetric-key cryptography and hashing. Asymmetric-key cryptography is also known as public-key cryptography because the owner has an open and public key for other people to encrypt an essential message (payload). The owner has a different secret and private key to decrypt the payload (see figure 2).

 

Figure 2. Asymmetric encryption. Image used courtesy of SSL2BUY

 

The public key can be assigned as the owner’s wallet address, which a miner creates. The owner signs a transaction with a digital signature, which works oppositely. A hash or digest of the payload is created and encrypted with the owner’s private key, as shown in figure 3. Anything inserted into the database must be digitally signed. A compliant signature gives the recipient strong confidence to trust that the transaction was created by a known sender (authentication) and that the message was not altered during transmission (integrity).

 

Figure 3. Digital signature and hashing. Image used courtesy of Blair Marshall

 

Trusting that the transaction originated from the owner after decrypting it with the owner’s public key and verifying the signature, the payor can then encrypt a new transaction using that public wallet address. The owner receives the transaction, and since they have the private key, they are the only person who can decrypt and own the currency.

 

Blockchain Mining

Blockchain mining is the method used to secure and verify every transaction. Blockchain miners add transaction data to the blockchain’s public ledger of past transactions. In the ledgers, “blocks” are secured by blockchain miners and connected, forming a “chain.”

When a transaction takes place, a complex mathematical equation is given to all miners in the blockchain network to solve. The first miner who solves the problem will get a reward. After that, all other miners in the blockchain network validate the decrypted value and then add it to the blockchain. Therefore, this process achieves transaction verification.

Mining can also be done as a pool where a group of miners works together to solve, validate the transaction, and split the reward. Cloud mining is another tool that miners use to eliminate the need for local hardware and software; however, the operating cost could be higher.

 

Blockchain in Automation

Now that we understand the basics of how blockchain works, let’s start thinking about how to use blockchain technology in industrial automation.

 

Supply Chain and Asset Tracking

Major blockchain development is ongoing in the industrial automation and manufacturing industry: supply chain and asset tracking. For the supply chain management in figure 4, each component or block in the chain contains a piece of a secure hash of the previous block, a time stamp, and its own transactional data such as price, location, quality, and certification. 

This creates mutual dependencies among all the blocks in the chain. The peer-to-peer architecture makes the system resistant to counterfeit and losses since any subsequent transactions are built on the previous ones, and the hash is used for validation.

 

Figure 4. Supply chain management. Image used courtesy of Chartered Institute of Procurement & Supply (CIPS)

 

Notably, a food supply chain can take advantage of this blockchain management to combat food-borne bacteria outbreaks since blockchain can increase visibility, transparency, and traceability of goods. 

By partnering with IBM, Walmart has implemented such a blockchain-based traceability system that allows the retailer to track incoming food supplies from farm to store in real-time. The system has helped monitor and control the spread of food-borne bacteria, such as salmonella, thus minimizing recalls.

The same principle is also used in pharmaceutical supply chain tracking and monitoring and global logistic companies to plan package routes and track them through multiple carriers.

This is only one way to use blockchain technology in industrial automation. We will provide more applications in an upcoming article.