1)P2-13
$monitor ($time,"s=%d,t=%d,"s,t);
更正為
$monitor ($time,"s=%d,t=%d",s,t);
1)P3-10
assign wandout=DIN1;
更正為
assign wandout=DIN1;
assign wandout=DIN2; //少了一行
assign wandout=DIN1;
更正為
assign wandout=DIN1;
assign wandout=DIN2; //少了一行
Python Modbus 控制 ADAM-6050 18-ch Isolated Digital I/O Module import tkinter as tk from tkinter import messagebox from pymodbus.client impor...
沒有留言:
張貼留言