Hallo, gibt es rgendwo Beispiele für Codesys wo etwas in ST Programmiert wird und man noch ne Visu dazu ertellt? Also z. B. ne kleine Ampelteuerung oder so?
Es geht mir vor allem um ST und um ne Schritkette. ach ja und um die Visu Gibts da irgendwo was?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Schau mal im CoDeSys Ordner (c:\Programme\3S Software\CoDeSys V2.3\Projekcts) da gibt es Beispiele!
Aber Abläufe mache ich immer so:
CASEuiStateof0:
  IfbIrgendWasthen
    (*tueirgendwas*)
    uiState:=10;
  end_if10:
  IfbIrgendWasthen
    (*tueirgendwas*)
    uiState:=20;
  end_if20:
  IfNOTboIrgendWasthen
    (*tueirgendwas*)
    uiState:=0;
  end_ifEND_CASE
Michael
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hallo, gibt es rgendwo Beispiele für Codesys wo etwas in ST Programmiert wird und man noch ne Visu dazu ertellt? Also z. B. ne kleine Ampelteuerung oder so?
Es geht mir vor allem um ST und um ne Schritkette. ach ja und um die Visu Gibts da irgendwo was?
Schau mal im CoDeSys Ordner (c:\Programme\3S Software\CoDeSys V2.3\Projekcts) da gibt es Beispiele!
Aber Abläufe mache ich immer so:
Michael