# Enterprise 통합

Workflows에는 비전 Workflow를 기업 시스템과 통합하는 데 사용할 수 있는 사용자 지정 블록이 있습니다.

이 블록은 Enterprise 플랜 고객에게만 제공됩니다. 이러한 블록을 프로젝트에서 어떻게 사용할 수 있는지 더 알아보고 싶으시다면, [영업 팀에 문의하시거나](https://roboflow.com/sales) 계정 관리자에게 문의하세요.

### Workflow Blocks

| 블록                        | 용도                                                | 튜토리얼                                                                    |
| ------------------------- | ------------------------------------------------- | ----------------------------------------------------------------------- |
| OPC UA Writer             | OPC를 지원하는 모든 리스너로 데이터를 전송합니다.                     | [\[튜토리얼\]](https://blog.roboflow.com/integrate-roboflow-with-ignition/) |
| Ignition                  | MQTT를 통해 예측값을 Ignition 시스템으로 전송합니다.               | [\[튜토리얼\]](https://blog.roboflow.com/roboflow-ignition-mqtt/)           |
| MQTT                      | MQTT를 지원하는 모든 리스너로 예측값을 전송합니다.                    | [\[튜토리얼\]](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/ffc19696806b6791b95845505dfe7537a630eee1)는 PLC 태그를 읽고 쓰기 위한 HTTP API를 제공하는 엣지 컨테이너 서비스입니다. PLC Relay는 Allen-Bradley(EtherNet/IP), Modbus TCP, Siemens S7 프로토콜을 지원하며, 다음을 통해 구성됩니다. [Deployment Manager](/roboflow/roboflow-ko/deploy/device-manager.md).

### 카메라

Roboflow Workflows를 다음과 함께 사용할 수 있습니다:

* USB 카메라
* Basler 카메라
* RTSP를 지원하는 모든 카메라

### Data Import

모든 사용자는 AWS, GCP, Azure에서 Roboflow로 데이터를 가져올 수 있습니다. 자세한 내용은 "[클라우드 제공업체에서 데이터 가져오기](/roboflow/roboflow-ko/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-ko/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.
