HscInfo_GetCurrentSpeed

Returns current speed of high-speed counter channel

This instruction returns the current speed in Hz of the high-speed counter channel specified by iChannel.

Parameters

Input

iChannel (INT)

High-speed counter channel:

FPS: 0, 2

FP-X R: 0, 1

FP-X 16K C14T: 0, 1, 2

FP-X 32K C30T, C60T: 0, 1, 2, 3

FP0R: 0, 1, 2, 3

FP0: 0, 1

FP-e: 0, 1

Input/output

dutMemory (DUT)

HscInfo_GetCurrentSpeed_DUT

Output

VAR_OUT (DINT)

Stores the current speed of the channel specified by iChannel

Example

POU header

All input and output variables used for programming this function have been declared in the POU header. The same POU header is used for all programming languages.

	VAR
		iChannel: INT:=0;
		Memory_DUT: HscInfo_GetCurrentSpeed_DUT;
		diCurrentSpeed: DINT:=0;
END_VAR

LD body

BODY
    WORKSPACE
        NETWORK_LIST_TYPE := NWTYPELD ;
        ACTIVE_NETWORK := 0 ;
    END_WORKSPACE
    NET_WORK
        NETWORK_TYPE := NWTYPELD ;
        NETWORK_LABEL :=  ;
        NETWORK_TITLE :=  ;
        NETWORK_HEIGHT := 5 ;
        NETWORK_BODY
B(B_F,HscInfo_GetCurrentSpeed!,,12,1,25,5,,?DiChannel?DdutMemory?AdutMemory?AdiCurrentSpeed);
B(B_VARIN,,iChannel,10,2,12,4,);
B(B_VARIN,,Memory_DUT,10,3,12,5,);
B(B_VAROUT,,diCurrentSpeed,25,2,27,4,);
L(1,0,1,5);
        END_NETWORK_BODY
    END_NET_WORK
    NET_WORK
        NETWORK_TYPE := NWTYPELD ;
        NETWORK_LABEL :=  ;
        NETWORK_TITLE :=  ;
        NETWORK_HEIGHT := 5 ;
        NETWORK_BODY
L(1,0,1,5);
        END_NETWORK_BODY
    END_NET_WORK
    NET_WORK
        NETWORK_TYPE := NWTYPELD ;
        NETWORK_LABEL :=  ;
        NETWORK_TITLE :=  ;
        NETWORK_HEIGHT := 5 ;
        NETWORK_BODY
L(1,0,1,5);
        END_NETWORK_BODY
    END_NET_WORK
END_BODY

ST body

HscInfo_GetCurrentSpeed(iChannel := iChannel,
dutMemory := Memory_DUT,
diCurrentSpeed => diCurrentSpeed);

Modified on: 2019-01-25Feedback on this pagePanasonic hotline