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
அடிக்கடி கேட்கப்படும் கேள்விகள்
கேள்வி: 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] பயனர் வழிகாட்டி PLC கேட்வே டெவலப்மென்ட் ஃப்ரேம்வொர்க் மென்பொருள், டெவலப்மென்ட் ஃப்ரேம்வொர்க் மென்பொருள், ஃப்ரேம்வொர்க் மென்பொருள் |