So the chart will monitors the value of these registers continously, is there a way to stop this ? I want to stop the supervision when press a button (or an event occurs like value $10 == 1) ?
@พินิตแสงวัฒนะ11 ай бұрын
excellent
@khalilezzeddine71734 ай бұрын
hi, please can you explain for us how to select the read length(word). how to select
@khalilezzeddine71734 ай бұрын
i want to ask a question is it possible in the graph to show us the value on the curve.
@ArunKumar-bk9tm2 жыл бұрын
Nice . Video sir.. Sir how to move a pointer in x and y co-ordinate??
@IndustrialAutomation2 жыл бұрын
You can click on any point of trend and you will get value of perticular point
@ahmeddarwish3528 Жыл бұрын
Please can you age a show program like moog parison
@nguyenphamhung75982 жыл бұрын
How can I use link.read() without address fixed parameter ? Example: local addrLinkMem = string.format("{Modbus}%d@RW-%d", 3, 100); link.Read("{Modbus}5@RW-0") --It's work fine link.Read(addrLinkMem) --Program name: Main(10): "addrLinkMem" Element address input error Thanks in advanced