# Enterprise Integrations

Workflowsには、vision Workflowを企業システムと連携するために使用できるカスタムブロックがあります。

これらのブロックは、Enterpriseプランのお客様のみご利用いただけます。これらのブロックをお客様のprojectでどのように使用できるかについて詳しく知りたい場合は、 [営業チームにお問い合わせいただくか、](https://roboflow.com/sales) 担当アカウントマネージャーにご相談ください。

### Workflow Blocks

| Block                     | 用途                                            | Tutorial                                                                    |
| ------------------------- | --------------------------------------------- | --------------------------------------------------------------------------- |
| OPC UA Writer             | OPC対応のリスナーにデータを送信します。                         | [\[Tutorial\]](https://blog.roboflow.com/integrate-roboflow-with-ignition/) |
| Ignition                  | MQTT経由で予測結果をIgnitionシステムに送信します。               | [\[Tutorial\]](https://blog.roboflow.com/roboflow-ignition-mqtt/)           |
| MQTT                      | 予測結果を任意のMQTTリスナーに送信します。                       | [\[Tutorial\]](https://blog.roboflow.com/roboflow-ignition-mqtt/)           |
| PLC Writer                | 組立ライン上のPLCにデータを送信します。                         |                                                                             |
| Modbus TCP Writer         | Modbus TCPプロトコルを使用してWorkflowからデータを送信します。      |                                                                             |
| Microsoft SQL Server Sink | Workflowの結果をMicrosoft SQL Serverデータベースに保存します。 |                                                                             |

また、 [PLC Relay](broken://pages/306b026803c51141ba57acc9258dd49f754bbd38)も使用できます。これは、PLCタグの読み取りと書き込みのためのHTTP APIを提供するエッジコンテナサービスです。PLC RelayはAllen-Bradley（EtherNet/IP）、Modbus TCP、Siemens S7プロトコルをサポートしており、 [Deployment Manager](/roboflow/roboflow-jp/deploy/device-manager.md).

### カメラ

Roboflow Workflowsは以下と組み合わせて使用できます：

* USBカメラ
* Baslerカメラ
* RTSP対応のカメラ

### データのインポート

すべてのユーザーはAWS、GCP、AzureからRoboflowにデータをインポートできます。詳細は「[Cloud Providersからデータをインポートする](/roboflow/roboflow-jp/datasets/adding-data/upload-data-from-aws-gcp-and-azure.md)」ガイドをご覧ください。また、次の方法についてのチュートリアルもあります。 [DatabricksからRoboflowへデータをアップロードする](https://blog.roboflow.com/upload-images-from-databricks-to-roboflow/).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/workflows/enterprise-integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
