riclolsen / OSHMI

SCADA HMI for substations and automation applications.
http://oshmiopensubstationhmi.sourceforge.net/
GNU General Public License v3.0
382 stars 155 forks source link

How to update parameter using IEC104 from scada ? #5

Closed pungkursari1088 closed 3 years ago

pungkursari1088 commented 3 years ago

hello, i want to ask how to send parameter to change digital input on scada to RTU using IEC 104 ? I try using top.WebSAGE.directCommandExec(64165, "ON"); but the parameter didnt update and not sending to RTU Capture from qtester104. parameter that i want to transmit (grey colour) didnt transmit using standart protocol.

riclolsen commented 3 years ago

Hi, What is the command message you need to send? Type 45, 46, or some other? You must have the command point defined in point_list.txt with parameters OR=7, ASDU=45 (or 46) and RTU=rtu_address. Please check this. If you still have problems, please post your point_list.txt.

pungkursari1088 commented 3 years ago

didnt know that we need check ASDU to send message you're really big help, Thank you