SYS_DATA_TYPE_DINT

그룹

동작값

데이터 형식

UINT

이름

데이터 유형 DINT을 나타내는 시스템 정수

GetDataTypeInfo와 함께 사용하여 DUT DATA_TYPE_INFO_DUT 결과의 uiElementType 데이터 형식을 비교할 수 있습니다.

    if ( bEnable ) then
		
		adutDataTypeInfo := GetDataTypeInfo(dutVariable);
		
		for iIndex_i := 0 to Elem_OfArray1D(Array1D := adutDataTypeInfo) do 
			
			if (adutDataTypeInfo[iIndex_i].uiElementDataType = SYS_DATA_TYPE_DINT) then	
				bIsDintMemberFound := TRUE; (* set flag for special handling of dint data *)
			elsif (adutDataTypeInfo[iIndex_i].uiElementDataType = SYS_DATA_TYPE_INVALID) then
				exit; (* No more member data types *)
			end_if;
			
		end_for;
		
    end_if;

최종 수정일: 2021-05-13이 페이지에 대한 피드백Panasonic 직통 전화