PID Control for AHU cooling valve control in a Script Program for Schneider Electric System.

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 22

  • @sachinkp174
    @sachinkp174 Год назад +1

    Hello sir, can we use CPT tools to create programs with out an actual controller connected..

    • @SantosJrCapellan-BMS
      @SantosJrCapellan-BMS  Год назад

      what is CPT? I am using a engineering tool for simulation of my control logic

    • @sachinkp174
      @sachinkp174 Год назад

      Easyio programing tool

    • @SantosJrCapellan-BMS
      @SantosJrCapellan-BMS  Год назад

      @@sachinkp174 I don't have an idea about this tool - Easyio programming tool

  • @krishnakumarmuraly3038
    @krishnakumarmuraly3038 Месяц назад +1

    hi hope you're doing well. i would like to know/see this PIDA script. can you show us? im stuck in a script i hope you will help

    • @SantosJrCapellan-BMS
      @SantosJrCapellan-BMS  Месяц назад

      JOIN the channel for one month they you will be able to view or watch the video tutorials which covers the PIDA script

    • @krishnakumarmuraly3038
      @krishnakumarmuraly3038 Месяц назад

      @@SantosJrCapellan-BMS how to join? i have been following you since last 2 years? can you shows us separate. it's an emergency i hope you can understand

  • @saiconnexions1175
    @saiconnexions1175 Год назад +1

    We have Schneider BMS for HVAC control. We were given a script to control our AHU’s so that one AHU turns on at midnight Sunday when the other AHU is off & the next Sunday at midnight the AHU which was off should come on & the AHU which was ON should go off. This script has never worked properly. Every time we manually intervene & set any one of the AHU’s to come on through the script, within 24 hours for some strange reason, the AHU which was turned on in the script goes off & the other one which is supposed to be off for whole week until coming Sunday turns on in 24 hours. What could be the issue. Can you please help ? Highly appreciate any help.

    • @SantosJrCapellan-BMS
      @SantosJrCapellan-BMS  Год назад

      I need to see the script program and the time schedule for the ahu

    • @saiconnexions1175
      @saiconnexions1175 Год назад

      @@SantosJrCapellan-BMS can u please provide me a contact e-mail so that I can securely send the script. If you are unable, I will have to send it as a reply to your message.

    • @saiconnexions1175
      @saiconnexions1175 Год назад

      Script Code :
      Numeric Output Ahu1Cmd,Ahu2Cmd
      Numeric Public A
      If Sunday And Hour = 23 And Minute = 59 And Second = 59 And A = 0 Then
      A=1
      Ahu1Cmd = 1
      Ahu2Cmd = 0
      Delay 0
      Endif
      If Sunday And Hour = 23 And Minute = 59 And Second = 59 And A = 1 Then
      A=0
      Ahu1Cmd = 0
      Ahu2Cmd = 1
      Delay 0
      Endif
      There is no time schedule associated with the script apart from what is stated in the above code.

    • @saiconnexions1175
      @saiconnexions1175 Год назад

      Any response please

    • @SantosJrCapellan-BMS
      @SantosJrCapellan-BMS  Год назад

      @@saiconnexions1175 juncapel6@gmail.com

  • @malikawais1563
    @malikawais1563 Год назад +1

    Sir kindly send me basic about function block programming....

    • @SantosJrCapellan-BMS
      @SantosJrCapellan-BMS  Год назад

      Actually I have plenty of free tutorials in Function Block programming in my RUclips channel

    • @SantosJrCapellan-BMS
      @SantosJrCapellan-BMS  Год назад +1

      Watch this tutorial, it will give you a good head start in function block programming -- ruclips.net/video/XFInUb12Zaw/видео.html

  • @SantosJrCapellan-BMS
    @SantosJrCapellan-BMS  Год назад

    function block programming part 1

  • @mohammedabdullahkhan4264
    @mohammedabdullahkhan4264 Год назад

    Where is the logic control algorithm for this

  • @SantosJrCapellan-BMS
    @SantosJrCapellan-BMS  Год назад +1

    ruclips.net/video/C7f67yUBaqM/видео.html