F_RemoveInstancePathAndProjectNameFromTestInstancePath Function


Inputs

NameTypeDescription
TestInstancePathT_MaxString

Variables

NameTypeDescription
CharacterPositionOfProjectNameINT
ProjectNameWithDotT_MaxString
Declaration source
FUNCTION F_RemoveInstancePathAndProjectNameFromTestInstancePath : T_MaxString
VAR_INPUT
    TestInstancePath : T_MaxString;
END_VAR
VAR
    CharacterPositionOfProjectName : INT;
    ProjectNameWithDot : T_MaxString;
END_VAR