Added extra Bit for RobotCommunication
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version=4.0.16.81 SP?>
|
||||
<?AutomationStudio Version=4.0.17.85 SP?>
|
||||
<ProjectSettings xmlns="http://br-automation.co.at/AS/ProjectSettings">
|
||||
<Print Header="%lProject: %n%c%x" Footer="%cPage: %p" />
|
||||
<ConfigurationManager ActiveConfigurationName="ConfigPP65" />
|
||||
|
||||
@@ -953,5 +953,6 @@ gbOuPrgBit0 := BIT_TST (enBladetype, 0);
|
||||
gbOuPrgBit1 := BIT_TST (enBladetype, 1);
|
||||
gbOuPrgBit2 := BIT_TST (enBladetype, 2);
|
||||
gbOuPrgBit3 := BIT_TST (enBladetype, 3);
|
||||
gbOuPrgBit4 := BIT_TST (enBladetype, 4);
|
||||
|
||||
END_PROGRAM
|
||||
|
||||
@@ -8,4 +8,5 @@ VAR
|
||||
gbOuPrgBit1 : BOOL; (*Modul OK*)
|
||||
gbOuPrgBit2 : BOOL; (*Modul OK*)
|
||||
gbOuPrgBit3 : BOOL; (*Modul OK*)
|
||||
gbOuPrgBit4 : BOOL; (*Modul OK*)
|
||||
END_VAR
|
||||
|
||||
@@ -181,4 +181,5 @@ VAR_CONFIG
|
||||
gbOuPrgBit1 AT %QX."X20DO9322".DigitalOutput02;
|
||||
gbOuPrgBit2 AT %QX."X20DO9322".DigitalOutput03;
|
||||
gbOuPrgBit3 AT %QX."X20DO9322".DigitalOutput04;
|
||||
gbOuPrgBit4 AT %QX."X20DO9322".DigitalOutput05;
|
||||
END_VAR
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version=4.0.16.81 SP?>
|
||||
<?AutomationStudio Version=4.0.17.85 SP?>
|
||||
<Project Description="Lamellen Grill" Version="1.00.0" Edition="Standard" EditionComment="Standard" xmlns="http://br-automation.co.at/AS/Project">
|
||||
<Communication />
|
||||
<Project StoreRuntimeInProject="true" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version=4.0.16.81 SP?>
|
||||
<?AutomationStudio Version=4.0.17.85 SP?>
|
||||
<ProjectSettings xmlns="http://br-automation.co.at/AS/ProjectSettings">
|
||||
<Print Header="%lProject: %n%c%x" Footer="%cPage: %p" />
|
||||
<ConfigurationManager ActiveConfigurationName="ConfigPP65" />
|
||||
|
||||
Reference in New Issue
Block a user