mef3000
mef3000
  • 9
  • 25 164
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 SqliteVijeo citect with Sqlite
Vijeo citect with Sqlite
Переглядів 652 роки тому
How to change pages automatically in vijeo citect ?How to change pages automatically in vijeo citect ?
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 excelVijeo Citect DDE (Direct Data Exchange) with excel
Vijeo Citect DDE (Direct Data Exchange) with excel
Переглядів 9392 роки тому
Simple modbus tcp ip communication with C# and schneider M580Simple modbus tcp ip communication with C# and schneider M580
Simple modbus tcp ip communication with C# and schneider M580
Переглядів 16 тис.3 роки тому
multimonitör in citect scadamultimonitör in citect scada
multimonitör in citect scada
Переглядів 1033 роки тому
this is how to setup multimonitör parameter in citect scada
RRTC FUNCTİON ON M580 PLCRRTC FUNCTİON ON M580 PLC
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 plcSimple RTC program on Schneider M580 plc
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 clockSchneider M580 real time clock
Schneider M580 real time clock
Переглядів 2,3 тис.4 роки тому
This is a video about how to adjust time and date on schneider M580 plc.

КОМЕНТАРІ

  • @FRO2010fuz
    @FRO2010fuz 28 днів тому

    Thank you!!!

  • @AbdulRahman-jz3px
    @AbdulRahman-jz3px Рік тому

    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?

  • @davidmurayari4119
    @davidmurayari4119 Рік тому

    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

    • @mef3000
      @mef3000 Рік тому

      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.

  • @davidmurayari4119
    @davidmurayari4119 Рік тому

    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

  • @mbarektesrif2503
    @mbarektesrif2503 Рік тому

    Goooood job 💓

  • @jamiehooper6968
    @jamiehooper6968 Рік тому

    is it possible to convert modbus rtu to modbus TCP via a c# program?

    • @mef3000
      @mef3000 Рік тому

      İ didnt do such thing but i think it s possible

    • @iasonashekimoglou7236
      @iasonashekimoglou7236 6 місяців тому

      @@mef3000 see planet mg-110 gateway

  • @calm0427
    @calm0427 Рік тому

    好的很

    • @mef3000
      @mef3000 Рік тому

      谢谢 (hope it s true translate for thank you)

  • @mikail8038
    @mikail8038 2 роки тому

    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.

    • @mef3000
      @mef3000 2 роки тому

      You can check examples from easymodbustcp.net/en/ it can help you

    • @mikail8038
      @mikail8038 2 роки тому

      @@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)));

    • @mef3000
      @mef3000 2 роки тому

      @@mikail8038 try to parse textbox text because it s a string i think you should convert it to integer

    • @mikail8038
      @mikail8038 2 роки тому

      @@mef3000 ok i will try it if you don't problem for you can you send me your email address for sharing my code ?

  • @nomandanish441
    @nomandanish441 2 роки тому

    Can you add time ?

    • @mef3000
      @mef3000 2 роки тому

      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.

  • @xuanovan3390
    @xuanovan3390 2 роки тому

    can i write double to plc?

    • @mef3000
      @mef3000 2 роки тому

      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.

  • @jemlalgharti759
    @jemlalgharti759 2 роки тому

    through serila port give soluation read and wirite program

    • @mef3000
      @mef3000 2 роки тому

      easymodbustcp.net/codesampleseasymodbustcp-net you can find examples here