You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
290 B
21 lines
290 B
4 months ago
|
FUNCTION_BLOCK BS_DevScan
|
||
|
|
||
|
|
||
|
VAR_INPUT
|
||
|
Dev_Scan_Hex : DWORD ;
|
||
|
Dev_Array : ARRAY [ 0 .. 31 ] of byte ;
|
||
|
END_VAR
|
||
|
|
||
|
VAR_OUTPUT
|
||
|
Dev_Status : DWORD ;
|
||
|
Dev_Ratio : REAL ;
|
||
|
Dev_Ready : BOOL ;
|
||
|
Dev_Total : INT ;
|
||
|
Dev_Error : INT ;
|
||
|
HeartVavle : int ;
|
||
|
END_VAR
|
||
|
|
||
|
|
||
|
|
||
|
END_FUNCTION_BLOCK
|