Skip to content

David2261/Scheme_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheme_Automation

Description

Examples of automation functional diagram, block diagram, tools specifications, stability factor, quality factor, switchboard layout, operator's workplace arrangement and presentation.

Tools

All calculations and all text are written in Russian, by me

Standards

Purpose Number
Functional scheme of automation ГОСТ 21.404-85
External connection diagram СНиП 3.05.05-84

Example

IF "Start" THEN
	"RawFlow" := TRUE;
ELSE
	"RawFlow" := FALSE;
END_IF;

// Цепь 2
IF "Level_1" THEN
	"RawFlow" := TRUE;
	"OnOven" := FALSE;
ELSE
	"OnOven" := TRUE;
	"RawFlow" := FALSE;
END_IF;