Rev. 1.4E
Manual ME-1000
Function Reference
Page 34
Meilhaus Electronic
✎
Description
Function is used for: ME-1000/64 and ME-1000/128. Port C and D
only for ME-1000/128.
Resets all ports to default state (inputs).
●
Definitions
C:
int me1000DIOReset (int iBoardNumber);
Delphi:
function me1000DIOReset (iBoardNumber: integer):
integer;
Basic:
Declare Function me1000DIOReset Lib „me1000“ Alias
"_VBme1000DIOReset@4" (ByVal lBoardNumber As
Long) As Long
➔
Parameters
<BoardNumber>
Board number for ME-1000 to be accessed,
(1
st
: 0, 2
nd
: 1, n
th
Return value
If the function is successfully executed, a '1' is returned. If an error
occurs, a '0' is returned. The cause of the error can be determined
with the function
me1000GetDrvErrMess
✎
Description
Function is used for: ME-1000/64 and ME-1000/128. Port C and D
only for ME-1000/128.
Sets the state of a selected output line.
☞
Important Note!
To properly configure the port the function
me1000DIOSetPortDirection
must first be called for the selected
port.
●
Definitions
C:
int me1000DOSetBit (int iBoardNumber, int iPortNo, int
iBitNo, int iBitValue);
me1000DIOReset
me1000DOSetBit
Summary of Contents for ME-1000 Series
Page 8: ...Rev 1 4E Manual ME 1000 Introduction Page 8 Meilhaus Electronic ...
Page 10: ...Rev 1 4E Manual ME 1000 Installation Page 10 Meilhaus Electronic ...
Page 16: ...Rev 1 4E Manual ME 1000 Hardware Page 16 Meilhaus Electronic ...
Page 40: ...Rev 1 4E Manual ME 1000 Function Reference Page 40 Meilhaus Electronic ...
Page 46: ...Rev 1 4E Manual ME 1000 Technical Questions Page 46 Meilhaus Electronic ...