Loading
部落格
Recent ActivityRecent Activity

使用軟體容器重複成功的 OT 部署

容器化軟體減少環境漂移,並改善從開發到生產環境在 IT 與 OT 之間的一致性

分享:

LinkedInLinkedIn
XX
FacebookFacebook
PrintPrint
EmailEmail
多個堆疊金屬貨櫃的特寫照片:紅色、藍色、黃色、白色。

Like shipping containers, software containers package apps to run consistently anywhere.

Containerization is well-established in IT and is now gaining traction in OT (industrial) deployments to bundle an application and its dependencies into a single package that runs consistently across environments. It aligns informational technology and operational technology expectations around deployment, scaling, security and recovery.

Now let’s apply that idea to factory floor visualization.

FactoryTalk® Optix™ is an intuitive HMI design and visualization platform that delivers fast, flexible and scalable solutions across your manufacturing and production applications.

Its connectivity options include OPC UA information model integration, MQTT connectivity and database choices such as embedded SQLite, ODBC and InfluxDB support. Plus, FactoryTalk Optix applications can be run in Docker and ThinManager® containers.

Why containerize runtime applications?

Operation technology teams are often asked to maintain consistent runtime behavior across multiple machines and sites. Yet, deployment environments naturally drift over time.

As a result, differences in operating system updates, libraries, drivers and local configuration changes can introduce inconsistencies that show up during commissioning or upgrades.

Containers help address these possible errors by encapsulating the runtime environment so applications can be deployed and launched in a consistent way across container-capable hosts. This aligns with the broader containerization goal: improving consistency and portability from development to production.

When standardization is key, FactoryTalk Optix container deployment is a supported approach that’s anchored by Rockwell Automation run guidance (including port publishing and licensing behavior).

FactoryTalk Optix
FactoryTalk Optix
FactoryTalk Optix
Achieve your HMI, IIoT, Edge and Data Platform vision with collaboration, scalability and interoperability that improve deliverables and efficiency.
了解更多

Try FactoryTalk Optix Software for Free

Experience the unlimited options of HMI development in the cloud. Download FactoryTalk Optix Studio Standard for free or get a 90-day trial of FactoryTalk Optix Studio Pro.

Repeatable, successful containerized software deployment patterns

These three patterns help visualize how software containers can look in operational technology:

1: 車隊人機介面在類似機器上的部署

情境: 您有多個類似的資產,如產線、滑橇、單元或站點,並希望獲得一致的人機介面(HMI)操作員體驗與可預測的更新模式。

基於容器的方法可透過在標準化容器環境中啟動執行時應用程式來提供一致性,並透過使用有文件記錄的容器啟動參數(如連接埠發布、容器命名與可選的重新啟動行為)來實現可重複性。如果您需要執行時應用程式保留其建立的檔案或設定,請將容器連接到電腦上的實體資料夾。如此一來,即使容器重新啟動或被替換,資料也能保留。

2: 並排模組化邊緣服務

情境: 您希望在邊緣進行視覺化,並且可能還希望在其旁邊部署相鄰的功能(例如,FactoryTalk® Remote Access™ Runtime)。

容器使得在主機上並行部署多個元件成為可能,同時保持它們獨立封裝。而 FactoryTalk Optix 容器運行指南則提供了在 Docker 中運行 Optix 執行時應用程式的具體機制,作為部署中的視覺化元件。

在可組合的邊緣架構中,將遠端連線服務與視覺化執行時期一起運行也很有利。例如,FactoryTalk® Remote Access™ Runtime 可作為 Docker 映像檔提供,使其能夠作為獨立容器部署在 FactoryTalk Optix 執行時期容器旁邊(或與同一主機上的其他互補容器化服務一起)。這對於容器主機來說是自然的配合,因為容器設計為在同一台機器上相鄰運行,同時保持程序隔離。

3: 雲端部署

情境: 有些組織也會在希望獲得集中管理的執行時足跡、標準化的部署機制或更容易與雲端核心操作保持一致時,將這種容器方法擴展到雲端託管環境。

在這些情境中,相同的核心容器化軟體原則適用。Optix 執行時期可以被封裝並作為容器化工作負載運行,而底層運算則由客戶的雲端基礎設施提供,並受其 IT 政策與安全態勢管理。

這與 Optix 雲端啟用工作流程自然契合:FactoryTalk® Optix Studio™ Pro 支援雲端託管協作與基於儲存庫的開發。而 Rockwell Automation 描述了利用 FactoryTalk Remote Access 的遠端部署模式,減少了必須親自到現場提供更新的需求。

FactoryTalk Optix 容器化部署考量事項

第三方邊界

對於剛開始使用容器化軟體的使用者,請參考第三方供應商(如 Docker 或 Portainer)以獲得協助與授權條款。

授權行為

如果您未提供授權許可金鑰,FactoryTalk Optix 應用程式將在 120分鐘後停止運行。更多資訊可在FactoryTalk Optix 說明中找到。

連接埠發布與應用程式設定相關聯

當 Optix 在容器中運行時,請在主機 PC 上選擇一個連接埠,並將其「轉發」到 Optix 用於其網頁用戶端的連接埠。該內部連接埠即為Web Presentation Engine您在 FactoryTalk® Optix Studio™ 中設定的連接埠。

持久性應有明確規劃

請事先決定哪些資料應被保存,哪些可以是暫時的。磁碟區綁定選項可將執行時變更寫入主機上的本地資料夾,以持久化執行時所做的變更,這樣當容器重新啟動或被替換時,變更不會遺失。

重複性優先,其他其次

部署 FactoryTalk Optix 與容器化軟體的實用價值在於可重複性。

軟體容器提供一致且有文件記錄的方式,使用標準容器啟動概念(如連接埠發布、重啟行為,以及(需要時)用於持久化的磁碟區映射),在不同環境中運行相同的執行時應用程式。這支持了容器化的更廣泛目標,即減少環境漂移並改善從開發到生產環境在資訊技術與營運技術方面的一致性。

想要邁出下一步嗎?探索 ThinManager® 軟體與 FactoryTalk Optix 在更廣泛的容器化討論中的關聯性,且不改變上述基本原則。您也可以深入了解整個 FactoryTalk Optix 產品組合的雲端軟體與硬體裝置這裡。

|||

就像貨運貨櫃一樣,軟體容器將應用程式打包,使其能在任何地方一致運行。

容器化技術在 IT 領域已相當成熟,現正於 OT(工業)部署中逐漸普及,將應用程式及其相依性整合成一個可在各種環境中一致運行的單一套件。它統一了資訊技術與營運技術在部署、擴展、安全性與復原方面的期望。

現在讓我們將這個概念應用於工廠現場的視覺化。

FactoryTalk® Optix™ 是一個直觀的人機介面設計與視覺化平台,為您的製造與生產應用提供快速、靈活且可擴展的解決方案。

其連接選項包括 OPC UA 資訊模型整合、MQTT 連接,以及資料庫選擇如內嵌 SQLite、ODBC 與 InfluxDB 支援。此外,FactoryTalk Optix 應用程式可在 Docker 與ThinManager®容器中運行。

為什麼要將執行時應用程式容器化?

營運技術團隊經常被要求在多台機器與多個站點間維持一致的執行時行為。然而,部署環境會隨時間自然產生漂移。

因此,作業系統更新、函式庫、驅動程式與本地設定變更的差異,可能會在調試或升級時導致不一致性。

容器透過封裝執行時環境,有助於解決這些潛在錯誤,使應用程式能在支援容器的主機上一致部署與啟動。這符合更廣泛的容器化目標: 提升從開發到生產環境的一致性與可攜性。

當標準化至關重要時,FactoryTalk Optix容器部署是一種受 Rockwell Automation 執行指導(包括連接埠發布與授權行為)支持的方法。

|||

可重複、成功的容器化軟體部署模式

這三種模式有助於視覺化軟體容器在營運技術中的應用:

|||

免費試用 FactoryTalk Optix 軟體

體驗雲端人機介面開發的無限可能。免費下載 FactoryTalk Optix Studio Standard,或獲得 FactoryTalk Optix Studio Pro 90天試用版。

|||

專案實作參考:

存取公開的 Rockwell AutomationGitHub 儲存庫。範例專案展示如何透過現代技術、創新設計與可擴展部署選項,加速價值交付。

一個Optix_Docker_FTOptixUpdateServer範例專案提供了建置與執行 FactoryTalk Optix Runtime Docker 映像檔的參考實作,並將 Optix 應用程式部署至該容器。

|||

什麼是 FactoryTalk Optix?

FactoryTalk Optix 是 Rockwell Automation 推出的新一代雲端人機介面平台,專為靈活的瀏覽器視覺化與邊緣資料管理而設計。

它允許用戶在多樣化硬體上設計、測試與部署應用程式,具備開放式架構、透過 FactoryTalkR HubTM 進行多用戶協作,以及對 OPC UA 與 MQTT 協定的關鍵支援。

FactoryTalk Optix 的三大優勢:

1. 雲端協作與設計: 團隊可透過網頁瀏覽器隨時隨地進行專案開發,內建 Git 整合提供版本控制,並支援多用戶同時編輯。

2. 最大互通性與靈活性: Optix 平台支援 Rockwell Automation 及第三方設備,允許在各種平台(本地、邊緣或雲端)部署。

3. 現代化、可擴展的視覺化 具備響應式、物件導向圖形,能自動適應不同螢幕尺寸與裝置,包括手機和平板電腦。

What is FactoryTalk Optix?

FactoryTalk Optix is a new, cloud-enabled HMI platform from Rockwell Automation designed for flexible, browser-based visualization and edge data management.

It allows users to design, test, and deploy applications across diverse hardware, featuring open architecture, multi-user collaboration via FactoryTalkR HubTM and essential support for OPC UA and MQTT protocols.

Top 3 FactoryTalk Optix benefits:

1. Cloud-enabled collaboration, design: Teams can work on projects from anywhere using a web browser, with built-in Git integration for version control and simultaneous multi- user editing

2. Maximum interoperability, flexibility: The Optix platform supports both Rockwell Automation and third-party devices, allowing deployment on various platforms (local, edge or cloud)

3. Modern, scalable visualization features responsive, object-oriented graphics that automatically adapt to different screen sizes and devices, including mobile and tablets

Project implementation references:

Access the public Rockwell Automation GitHub repository. Sample projects show how to accelerate value delivery with modern technologies, innovative designs and scalable deployment options.

An Optix_Docker_FTOptixUpdateServer sample project provides a reference implementation for building and running a Docker image for FactoryTalk Optix Runtime, then deploying an Optix application to that container.

已發佈 2026年4月14日

主題: Optimize Production Accelerate Digital Transformation Automotive & Tire Chemical Food & Beverage Human Machine Interface FactoryTalk Optix FactoryTalk ThinManager

Paul Haikal
Paul Haikal
Commercial Portfolio Manager, Visualization Software, Rockwell Automation
Paul has 20+ years’ experience in industrial automation,  spanning remote support, enablement and product and portfolio leadership -- with a passion for visualization to deliver intuitive, connected operations. He leads programs improving customer outcomes and enabling large-scale deployments, helping teams move faster from operational data to action through secure, scalable design- and data-driven decision support across HMI and SCADA offerings like FactoryTalk View and FactoryTalk Optix.
Subscribe to Rockwell Automation

Receive the latest news, thought leadership and information directly to your inbox.

Subscribe now

您可能也會感興趣

Introduction to Containerization: Bridging IT and OT
Introduction to Containerization: Bridging IT and OT
部落格
部落格
Introduction to Containerization: Bridging IT and OT
The goal of this post is to demonstrate containerization’s power to streamline application deployment across IT and OT environments.
Loading
Loading
Loading
  1. Chevron LeftChevron Left Rockwell Automation 首頁
  2. Chevron LeftChevron Left 公司
  3. Chevron LeftChevron Left 最新消息
  4. Chevron LeftChevron Left 部落格
  5. Chevron LeftChevron Left 容器化軟體解決 IT 與 OT 整合問題
本網站的內容為使用人工智慧(AI)翻譯且未經人工審核或編輯。內容可能包含錯誤或不準確之處且僅以「現況」提供,不提供任何形式的保證。英文版本內容為的官方文本為英文版本。
請更新您的 cookie 設定以繼續.
此功能需要 cookie 來改善您的體驗。請更新您的設定以允許這些 cookie:
  • 社群媒體Cookie
  • 功能Cookie
  • 性能Cookie
  • 行銷Cookie
  • 全部Cookie
您可以隨時更新您的設定。想了解更多訊息,請參閱我們的 {0} 隱私政策
CloseClose