Citect time based pressure control

Hi,

I am new to schneider citect and we have an existing SCADA citect v7.3. We have added one control valve and we wish to set the pressure based on different time example

7AM=1.2bar,

12pm=1.5bar

14pm=1.7bar etc

operator should have the option to enter time and pressure how can i implement this please

sandeep

Parents
  • Normally something like this would be done in your PLC.
    You have 3 setpoints on SCADA passed to PLC and PLC will select the setpoints based on time of day.

    If you must do it in Citect, then it would be best to write a function specific to you needs in Cicode. Use CASE or IF THEN ELSE to select setpoints to be used.

    Cicode is a powerful programming language that is simple to use and will allow you to do anything you want. The help files give great detail on all available functions.
Reply
  • Normally something like this would be done in your PLC.
    You have 3 setpoints on SCADA passed to PLC and PLC will select the setpoints based on time of day.

    If you must do it in Citect, then it would be best to write a function specific to you needs in Cicode. Use CASE or IF THEN ELSE to select setpoints to be used.

    Cicode is a powerful programming language that is simple to use and will allow you to do anything you want. The help files give great detail on all available functions.
Children
No Data