Tuya PLC Gateway Development Framework Software
निर्दिष्टीकरणहरू
- उत्पादन: PLC उप-उपकरण जडान
- संस्करण: 20250317
- अनलाइन संस्करण
उत्पादन जानकारी
Power Line Communication (PLC) sub-device connectivity is designed to help you easily develop PLC gateways. Tuya’s hardware and software-integrated solution provides a PLC module and software implementation, allowing you to build a PLC gateway with no code and connect to PLC sub-devices in the Tuya ecosystem. This topic describes how to use the PLC features with the TuyaOS Gateway Development Framework.
पृष्ठभूमि जानकारी
PLC गेटवे विकास गर्दा प्रवेशमा उच्च अवरोध र लामो विकास चक्र हुन्छ। Tuya को हार्डवेयर र सफ्टवेयर-एकीकृत समाधानले जटिल गेटवे विकासलाई सरल बनाउँछ। यदि तपाईंसँग कुनै PLC ज्ञान छैन भने पनि, तपाईं लागत-प्रभावी रूपमा PLC गेटवे निर्माण गर्न सक्नुहुन्छ। सिरियल पोर्ट मार्फत Tuya को PLC मोड्युलमा आफ्नो हार्डवेयर जडान गर्नुहोस् र सफ्टवेयरमा PLC सुविधाहरू सक्षम गर्नुहोस्। त्यसपछि, तपाईंको उत्पादन PLC-सक्षम हुन्छ र Tuya-सक्षम उप-उपकरणहरूमा जडान हुन सक्छ।
विकास गाइड
This section describes how to enable PLC features with the TuyaOS Gateway Development Framework by making API calls. Two interfaces are used to enable PLC features: PLC initialisationtuya_plc_svc_init
र PLC स्टार्टअप tuya_plc_svc_start
. They have the same parameters in JSON used for configurations.
कन्फिगरेसन विवरण
JSON डेटामा रहेका क्षेत्रहरू:
क्षेत्र | dev name | Cts | बाउड दर | विवरण |
---|---|---|---|---|
Specifies the serial port number. | — | — | — | Specifies the serial port number used for communication. |
Specifies whether to enable hardware flow control. | — | 1 : Enable0 : Disable | — | Whether to enable hardware flow control depends on the PLC module you use. |
Baud rate for serial communication | — | — | Set according to PLC requirements | The baud rate for serial communication between the PLC module and the gateway’s microcontroller chip. |
Example
FAQs
प्रश्न: PLC सब-डिभाइस कनेक्टिभिटीको उद्देश्य के हो?
A: The purpose is to help users easily develop PLC gateways and connect to PLC sub-devices in the Tuya ecosystem.
कागजातहरू / स्रोतहरू
![]() |
tuya PLC गेटवे विकास फ्रेमवर्क सफ्टवेयर [pdf] प्रयोगकर्ता गाइड पीएलसी गेटवे विकास फ्रेमवर्क सफ्टवेयर, गेटवे विकास फ्रेमवर्क सफ्टवेयर, विकास फ्रेमवर्क सफ्टवेयर, फ्रेमवर्क सफ्टवेयर |