├── Modbus.ipynb ├── Python工業4.0 - 工廠監控系統.ipynb ├── README.md ├── demo └── th10w_demo.ipynb ├── image ├── Eclipse-Mosquitto-logo.png ├── Industry_4.0.png ├── MODBUS-Frame.bmp ├── MODBUS-Frame.png ├── Scada_std_anim_no_lang.gif ├── Word Art 2.png ├── fatek_modbus_addr.png ├── mb_float.png ├── mqtt-paho-featured-image.jpg ├── plc_meter.png ├── power_meter.gif ├── power_meter_float.gif ├── 監控流程.png └── 監控流程2.png ├── mb_demo3_mq.py └── ref ├── SPM-3使用手冊20160108.pdf ├── SPM-8-ch-使用手冊20160119.pdf ├── SPM簡易操作手冊.pdf ├── view_智能型多功能電表 170220-1.pdf └── 集合式電表SPM-8與SPM-3問與答.pdf /Modbus.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/Modbus.ipynb -------------------------------------------------------------------------------- /Python工業4.0 - 工廠監控系統.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/Python工業4.0 - 工廠監控系統.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/README.md -------------------------------------------------------------------------------- /demo/th10w_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/demo/th10w_demo.ipynb -------------------------------------------------------------------------------- /image/Eclipse-Mosquitto-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/Eclipse-Mosquitto-logo.png -------------------------------------------------------------------------------- /image/Industry_4.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/Industry_4.0.png -------------------------------------------------------------------------------- /image/MODBUS-Frame.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/MODBUS-Frame.bmp -------------------------------------------------------------------------------- /image/MODBUS-Frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/MODBUS-Frame.png -------------------------------------------------------------------------------- /image/Scada_std_anim_no_lang.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/Scada_std_anim_no_lang.gif -------------------------------------------------------------------------------- /image/Word Art 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/Word Art 2.png -------------------------------------------------------------------------------- /image/fatek_modbus_addr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/fatek_modbus_addr.png -------------------------------------------------------------------------------- /image/mb_float.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/mb_float.png -------------------------------------------------------------------------------- /image/mqtt-paho-featured-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/mqtt-paho-featured-image.jpg -------------------------------------------------------------------------------- /image/plc_meter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/plc_meter.png -------------------------------------------------------------------------------- /image/power_meter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/power_meter.gif -------------------------------------------------------------------------------- /image/power_meter_float.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/power_meter_float.gif -------------------------------------------------------------------------------- /image/監控流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/監控流程.png -------------------------------------------------------------------------------- /image/監控流程2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/image/監控流程2.png -------------------------------------------------------------------------------- /mb_demo3_mq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/mb_demo3_mq.py -------------------------------------------------------------------------------- /ref/SPM-3使用手冊20160108.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/ref/SPM-3使用手冊20160108.pdf -------------------------------------------------------------------------------- /ref/SPM-8-ch-使用手冊20160119.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/ref/SPM-8-ch-使用手冊20160119.pdf -------------------------------------------------------------------------------- /ref/SPM簡易操作手冊.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/ref/SPM簡易操作手冊.pdf -------------------------------------------------------------------------------- /ref/view_智能型多功能電表 170220-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/ref/view_智能型多功能電表 170220-1.pdf -------------------------------------------------------------------------------- /ref/集合式電表SPM-8與SPM-3問與答.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maloyang/TCPY20180922_Python-industry-IoT/HEAD/ref/集合式電表SPM-8與SPM-3問與答.pdf --------------------------------------------------------------------------------