- 9
- 25 164
mef3000
Приєднався 11 сер 2006
Vijeo Citect Communication with Unity Pro XL Simulation
You can simulate your citect projects without using pyshcial PLC.It shows how to communicate vijeo citect scada and unity por xl simulation.
Переглядів: 1 566
Відео
Vijeo citect with Sqlite
Переглядів 652 роки тому
How to change pages automatically in vijeo citect ?
Переглядів 2482 роки тому
Using PageGoTo() function changing pages with no button action.
Vijeo Citect DDE (Direct Data Exchange) with excel
Переглядів 9392 роки тому
Simple modbus tcp ip communication with C# and schneider M580
Переглядів 16 тис.3 роки тому
multimonitör in citect scada
Переглядів 1033 роки тому
this is how to setup multimonitör parameter in citect scada
RRTC FUNCTİON ON M580 PLC
Переглядів 2414 роки тому
This video is about how to read and use RTC using RRTC function.
Simple RTC program on Schneider M580 plc
Переглядів 4,2 тис.4 роки тому
Using system words for real-time clock in M580 plc and making very simple example program.
Schneider M580 real time clock
Переглядів 2,3 тис.4 роки тому
This is a video about how to adjust time and date on schneider M580 plc.
Thank you!!!
How to read %TM0 timer data on schneider machine expert basic? How to write the %TM0 address in C# so that it can read changes in timer values?
Hello, can you help me show some logic to automatically update the PC time with the local RTC time, they tend to be different in time. thank you
hello ,sorry for answering late. i don't know a exact way to do it.But i have some ideas which i couldn't test them since i dont have a real plc.First you can enable NTP server on your plc so you can read date and time from your server.You can use R_NTPC function to read it .And you can compare R_NTPC function out with RRTC function out.if there is a difference you can set a out bit.You can use this bit to enable WRTC (write rtc) function to write date and time which you read from your NTP server.
Hello, can you help me what is the PC-PLC update BIT to be able to carry out a logic when the hours are out of phase. thank you
Goooood job 💓
Thank you
is it possible to convert modbus rtu to modbus TCP via a c# program?
İ didnt do such thing but i think it s possible
@@mef3000 see planet mg-110 gateway
好的很
谢谢 (hope it s true translate for thank you)
i want to write multiple register or single register from C# to delta PLC but it can not get right convert float value or integer? For example if i write 1 from c# to PLC that result is approximately 65562 value.
You can check examples from easymodbustcp.net/en/ it can help you
@@mef3000 i checked there thnx if you have a time can you control this sentence BCS i can't see any mistake ? ( MODBUSCLİENT.writemultipleregister( 6095, Easymodbus.Modbusclient.Convert.FloatToRegisters((float)Convert.ToDouble( textbox3.text)));
@@mikail8038 try to parse textbox text because it s a string i think you should convert it to integer
@@mef3000 ok i will try it if you don't problem for you can you send me your email address for sharing my code ?
Can you add time ?
if you mean reading day and time , yes you can add time and day.just write day and time to a tag and use that tag in DDE function.
can i write double to plc?
i didnt try to write double.but i think using writemultipleregister method and convertdoubletoregister method you may able to do it. easymodbustcp.net/en/ you can check website for example codes.
through serila port give soluation read and wirite program
easymodbustcp.net/codesampleseasymodbustcp-net you can find examples here