Merged in MBP-208-implement-description-structure (pull request #82)
MBP-208 implement description structure Approved-by: Torsten Bögershausen
This commit is contained in:
@@ -13,6 +13,11 @@ END_VAR
|
||||
<Implementation>
|
||||
<ST><![CDATA[//Initial parameters of an Axis
|
||||
(*IF _TaskInfo[fbGetCurTaskIndex.index].FirstCycle THEN
|
||||
//Axis description for EPICS PV
|
||||
GVL.astAxes[1].stDescription.sAxisName := 'MotorApplication1';
|
||||
GVL.astAxes[1].stDescription.eUnit := E_AxisEngUnit.eMeter;
|
||||
GVL.astAxes[1].stDescription.nPrefix := -3;
|
||||
|
||||
//Initial default values:
|
||||
GVL.astAxes[1].stConfig.eHomeSeq := 0;
|
||||
GVL.astAxes[1].stConfig.fHomePosition := 0.0;
|
||||
|
||||
Submodule solution/tc_project_app/tc_mca_std_lib updated: 671f7221f6...6ac37b1511
@@ -68,6 +68,9 @@
|
||||
<Compile Include="tc_mca_std_lib\DUTs\Axis_Structures\ST_GearAxis.TcDUT">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="tc_mca_std_lib\DUTs\E_AxisEngUnit.TcDUT">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="tc_mca_std_lib\DUTs\E_AxisParameters.TcTLEO">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
@@ -80,15 +83,6 @@
|
||||
<Compile Include="tc_mca_std_lib\DUTs\E_MonitoringLedFunction.TcDUT">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="tc_mca_std_lib\DUTs\E_MotorTypeClass.TcDUT">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="tc_mca_std_lib\DUTs\E_EncoderTypeClass.TcDUT">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="tc_mca_std_lib\DUTs\E_HomeSwitchTypeClass.TcDUT">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="tc_mca_std_lib\DUTs\E_RestorePosition.TcDUT">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
|
||||
Reference in New Issue
Block a user