Plant Scada Equipment Default Value

Dear Community Members,

I am using Plant Scada V2023, i had declared a few equipment type name "Station1", "Station2", etc.

Each type of Equipment type has default value for some parameter to be used in cicode later, example Station 1 "freezelimit" is 3, Station 2 is 5.
Any place i can key in default value to be read and write from cicode later?

The only place i found that allow me to key in default value using Equipment Editor is only in Tab "Configuration Parameter".

But when i tried to access it using EquipGetParameter(""Example.Station1"Freezelimit"), it returned with error
(Remark: Example.Station1 is Equipment create with type:Station1)

Any help will be appreciated. 

Parents
  • "Configuration Parameter" is commonly used for generating alarm, trend and variable tags in equipment model. Cicode function EquipGetParameter, however, is used for accessing runtime parameters. To define those runtime parameters for equipment, please refer to project ExampleSA for how-to. Below is the screenshot of Plant SCADA Studio where you can configure the runtime parameters for equipment in your project.

  • In this case, can you suggest a method to define a default value to a tag using equipment template? the value can be used later for read/write in graphic.

    The idea is let my colleague with limited plant scada knowledge, can add equipment using equipment editor and key in the parameters if they do not like the default value. example "Freeze Limit", default is 3 cycles, my colleague can key in 5 cycles if they want. This freeze limit will then be used by cicode for some function.

    User can further change the freeze limit in graphic later.

    Can this be done using equipment function automatically (I mean the default value parts and let my colleague select other value)? The "Configuration Parameters is good that my colleague can key in value, but i cannot find a way to read/write in cicode or graphic.

    Thanks a lot for the advise!

Reply
  • In this case, can you suggest a method to define a default value to a tag using equipment template? the value can be used later for read/write in graphic.

    The idea is let my colleague with limited plant scada knowledge, can add equipment using equipment editor and key in the parameters if they do not like the default value. example "Freeze Limit", default is 3 cycles, my colleague can key in 5 cycles if they want. This freeze limit will then be used by cicode for some function.

    User can further change the freeze limit in graphic later.

    Can this be done using equipment function automatically (I mean the default value parts and let my colleague select other value)? The "Configuration Parameters is good that my colleague can key in value, but i cannot find a way to read/write in cicode or graphic.

    Thanks a lot for the advise!

Children