-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
2,149 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
...runtimefiles/zcadelectrotech/preload/velectrical/plan/elreceiver/DEVICE_VEL_POWER_ARK.pas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
unit DEVICE_VEL_POWER_ARK; | ||
|
||
interface | ||
|
||
uses system,devices; | ||
usescopy blocktype; | ||
usescopy objname_eo; | ||
usescopy objgroup; | ||
usescopy addtocable; | ||
usescopy elreceivers; | ||
usescopy vlocation; | ||
usescopy vinfopersonaluse; | ||
|
||
implementation | ||
|
||
begin | ||
|
||
BTY_TreeCoord:='PLAN_VEL_Электроприемники_Приборы СПС'; | ||
Device_Type:=TDT_SilaPotr; | ||
Device_Class:=TDC_Shell; | ||
|
||
NMO_BaseName:='ARK'; | ||
NMO_Suffix:=''; | ||
NMO_Template:='@@[NMO_BaseName]@@[NMO_Suffix]\P@@[Power]'; | ||
|
||
GC_NameGroupTemplate:='@@[GC_HeadDevice].@@[GC_HDGroup]'; | ||
|
||
realnamedev:='Приборы СПС'; | ||
Power:=0.1; | ||
CosPHI:=0.92; | ||
Voltage:=_AC_220V_50Hz; | ||
Phase:=_A; | ||
|
||
INFOPERSONALUSE_TextTemplate:=''; | ||
|
||
SerialConnection:=1; | ||
|
||
end. |
Oops, something went wrong.