Sintrones VBOX-3200 User Manual page 68

In-vehicle computing
Hide thumbs Also See for VBOX-3200:
Table of Contents

Advertisement

2 Watchdog Timer Programming Procedure
(1) Example Code
private void button2_Click(object
{
IntPtr
if
(pFunc != IntPtr.Zero)
{
SetPortValType
(SetPortValType)Marshal.GetDelegateForFunctionPointer(pFunc, typeof(SetPortValType));
SetPortVal(0x266, 0x0A, 1);
SetPortVal(0x265, 0x32, 1);
watchdog
// SetPortVal(0x265, 0x3A, 1);
watchdog
}
}
User's Manual
pFunc = GetProcAddress(hMod, "SetPortVal");
SetPortVal =
sender,
EventArgs
e)
// Set watchdog timer value is 10
// Set watchdog timer unit is sec and enable
// Set watchdog timer unit is minuates and enable
5.0 System Resource
Page 5-7

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VBOX-3200 and is the answer not in the manual?

Table of Contents