MIL_ID SysId, | //in |
MIL_INT64 ControlType, | //in |
MIL_DOUBLE ControlValue | //in |
This function allows you to control the specified system setting.
Note that, when a control type has only one supported control value on a given system, it is not documented in this function because it cannot be changed to another value. Instead, it can only be inquired.
To inquire the current value of a particular system setting, use MsysInquire().
You can also interactively control and test most of the system settings in real-time, using Matrox Intellicam's Feature Browser.
Specifies the system identifier. This parameter should be set to one of the following values:
For the system identifier
|
|||||||||||||||||||||||||||||||||||||||
Value | Description
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT_HOST |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
MIL system identifier |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
Specifies the type of setting to control.
See the Parameter associations section for possible values that can be specified.
Specifies the new value to assign to the system setting specified by the ControlType parameter.
See the Parameter associations section for possible values that can be specified.
The tables below list possible values for the ControlType and ControlValue parameters.
The following control types allow you to control the general system settings.
For general system settings
|
|||||||||||||||||||||||||||||||||||||||
ControlType | Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_ALLOCATION_OVERSCAN |
Sets whether image buffers, allocated on the system, are allocated by default with an overscan region. INQ (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
M_DEFAULT |
Same as M_ENABLE. |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
M_DISABLE |
Specifies that image buffers allocated on the system will have no overscan region. |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
M_ENABLE |
Specifies that image buffers are allocated on the system with an overscan region. |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
M_ALLOCATION_OVERSCAN_SIZE |
Sets the size of the overscan region, added around all subsequently allocated image buffers (MbufAlloc...()). INQ (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
M_DEFAULT |
Specifies the default size of the overscan region. (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
The default size is 8 pixels. |
† | a | b | c | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||||
The default size is 0 pixels. |
† | d | |||||||||||||||||||||||||||||||||||||
Value |
Specifies the size of the overscan region, in pixels. (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
M_DEFAULT_PITCH_BYTE_MULTIPLE |
Sets the pitch (or stride) multiple (in bytes) for the buffers allocated on the system. INQ (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
M_DEFAULT |
Specifies the default value for the pitch multiple. (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
Value |
Specifies the pitch multiple, in bytes. (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
The pitch multiple must be 4. |
† | d | |||||||||||||||||||||||||||||||||||||
M_MODIFIED_BUFFER_HOOK_MODE |
Sets whether to run user-defined functions hooked to a buffer modification on separate threads, up to the number of CPU cores present in the computer. INQ (more details...) |
† | c | g | h | i | j | k | l | m | n | o | p | q | r | s | |||||||||||||||||||||||
M_DEFAULT |
Same as M_SINGLE_THREAD. |
† | c | g | h | i | j | k | l | m | n | o | p | q | r | s | |||||||||||||||||||||||
M_MULTI_THREAD + |
Specifies to run user-defined functions hooked to a buffer modification on separate threads. (more details...) |
† | c | g | h | i | j | k | l | m | n | o | p | q | r | s | |||||||||||||||||||||||
M_SINGLE_THREAD |
Specifies that only one thread should be created and that all user-defined functions hooked to buffer modifications are run on the same thread. |
† | c | g | h | i | j | k | l | m | n | o | p | q | r | s | |||||||||||||||||||||||
M_THREAD_MODE |
Sets whether threads allocated on the system can execute in asynchronous mode. INQ (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
M_DEFAULT |
Specifies the default value. (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
Same as M_ASYNCHRONOUS. |
† | b | c | d | e | g | h | i | j | k | l | m | n | o | p | q | r | s | |||||||||||||||||||||
Same as M_SYNCHRONOUS. |
† | a | f | ||||||||||||||||||||||||||||||||||||
M_ASYNCHRONOUS |
Specifies that threads allocated on the system can execute in asynchronous mode. (more details...) |
† | b | c | d | e | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||||
M_SYNCHRONOUS |
Specifies that threads allocated on the system can only execute in synchronous mode. (more details...) |
† | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | ||||||||||||||||||
M_TIMEOUT |
Sets the maximum amount of time for the Host to wait for a synchronous function to return before generating a time-out error. INQ (more details...) |
† | a | b | c | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | |||||||||||||||||||
M_DEFAULT |
Specifies the default value. (more details...) |
† | a | b | c | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | |||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
The default value is 20 secs. |
† | a | b | c | e | f | g | h | i | j | k | m | n | o | p | q | r | s | |||||||||||||||||||||
Same as M_INFINITE. |
† | l | |||||||||||||||||||||||||||||||||||||
M_INFINITE |
Waits indefinitely. |
† | f | l | |||||||||||||||||||||||||||||||||||
Value |
Specifies the time to wait, in secs. |
† | a | b | c | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s |
You can add the following value to the above-mentioned value to set the number of hook threads to allocate.
For specifying the number of hook
threads
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
Value >= 1 |
Specifies the number of hook threads to allocate. (more details...) |
† | c | g | h | j | k | l | m | n | o | p | q | r | s |
The following control types allow you to set the mode and the routing of your Matrox imaging board's I/O signals (such as, auxiliary signal). Once the routing and mode are determined for an I/O signal, the MIL function that you should use to act upon an input signal or setup the source of an output signal depends on the functionality. For example, you can use MsysControl() with M_USER_BIT... control types, MdigControl() with M_GRAB_TRIGGER... control types, or MdigControl() with M_TIMER... control types.
Note that for other Matrox imaging boards that have auxiliary I/O signals, but are not supported with the constants below, see MdigControl().
Each Matrox imaging board and MIL driver has its own list of limitations regarding the signals you can control with this function. While general limitations are listed in the table below, for a complete list of the available signals and their limitations, see the Connectors and signal names section of the MIL Hardware-specific Notes chapter for your Matrox imaging board or MIL driver.
For routing I/O signals and setting their
mode
|
|||||||||||||||||||||||||||||||||||||||
ControlType | Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_IO_DEBOUNCE_TIME + |
Sets the amount of time that the specified auxiliary input signal is debounced. INQ (more details...) |
† | a | f | |||||||||||||||||||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
[This is
only applicable to Matrox 4Sight GP platform]
When a signal is debounced on Matrox 4Sight GPm, after detecting a valid input signal edge any other transitions are considered noise and are suppressed for the specified time, to ignore any additional transitions caused by the contact bounce of mechanical switches. |
† | a | |||||||||||||||||||||||||||||||||||||
When a signal is debounced on Matrox Iris GT, debouncing ignores pulses of less than a specified width. |
† | f | |||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 250 nsecs. |
† | f | ||||||||||||||||||||||||||||||||||||
0 <= Value <= 503316450 |
[This is
only applicable to Matrox 4Sight GP platform]
Specifies the minimum amount of time to ignore any additional signal transitions after accepting a signal transition, in nsecs. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
250;1000;5000;10000;1000000;10000000;25000000 |
Specifies the amount of time that an auxiliary input signal must be active for it to be accepted, in nsecs. |
† | f | ||||||||||||||||||||||||||||||||||||
M_IO_GLITCH_FILTER_STATE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets whether to enable a glitch filter on input signals. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
† | a | ||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to use a glitch filter. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to use a glitch filter. |
† | a | ||||||||||||||||||||||||||||||||||||
M_IO_INTERRUPT_ACTIVATION + |
Sets the signal transition upon which to generate an interrupt, if interrupt generation has been enabled for the specified I/O signal. INQ (more details...) |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
This control type is only available with auxiliary I/O signal 0. |
† | b | |||||||||||||||||||||||||||||||||||||
[This is
only applicable to Matrox 4Sight GP and Matrox 4Sight-X
platforms]
This constant is only available on a Host system if the Host system has been allocated on a Matrox 4Sight. |
† | a | |||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_EDGE_RISING. |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
M_ANY_EDGE |
Specifies to generate an interrupt upon both a low-to-high and a high-to-low signal transition. |
† | b | e | g | h | |||||||||||||||||||||||||||||||||
M_EDGE_FALLING |
Specifies that an interrupt will be generated upon a high-to-low signal transition. |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
M_EDGE_RISING |
Specifies that an interrupt will be generated upon a low-to-high signal transition. |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
M_IO_INTERRUPT_STATE + |
Sets whether to generate an interrupt upon the specified transition of the I/O signal. INQ (more details...) |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
This control type is only available with auxiliary I/O signal 0. |
† | b | |||||||||||||||||||||||||||||||||||||
[This is
only applicable to Matrox 4Sight GP and Matrox 4Sight-X
platforms]
This constant is only available on a Host system if the Host system has been allocated on a Matrox 4Sight. |
† | a | |||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to generate an interrupt. |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to generate an interrupt. |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
M_IO_MODE + |
Sets the mode of the specified I/O signal. INQ (more details...) |
† | g | h | |||||||||||||||||||||||||||||||||||
M_INPUT |
Specifies that the signal is for input. |
† | g | h | |||||||||||||||||||||||||||||||||||
M_OUTPUT |
Specifies that the signal is for output. |
† | g | h | |||||||||||||||||||||||||||||||||||
M_IO_SOURCE + |
Sets the type of signal to route to an output signal, or a bidirectional signal set to output mode. INQ (more details...) |
† | a | f | |||||||||||||||||||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
[This is
only applicable to Matrox 4Sight GP and Matrox 4Sight-X
platforms]
This constant is only available on a Host system if the Host system has been allocated on a Matrox 4Sight. |
† | a | |||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_USER_BITn. |
† | a | f | |||||||||||||||||||||||||||||||||||
M_AUX_IOn |
[This is
only applicable to Matrox 4Sight GP and Matrox 4Sight-X
platforms]
Specifies to route auxiliary signal n, where n is a number of the auxiliary signal. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_EXPOSURE |
Specifies to route the exposure signal of the camera. |
† | f | ||||||||||||||||||||||||||||||||||||
M_GRAB_TRIGGER |
Specifies to route the grab trigger signal. |
† | f | ||||||||||||||||||||||||||||||||||||
M_IO_COMMAND_LISTn + |
[This is
only applicable to Matrox 4Sight GP platform]
Specifies to route the output a bit of the I/O command register of I/O command list n, where n is the number of the I/O command list. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODERn |
[This is
only applicable to Matrox 4Sight GP platform]
Specifies to route the output of rotary encoder n, where n is the number of rotary encoders available. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER2 |
Specifies to route the output of timer 2. |
† | f | ||||||||||||||||||||||||||||||||||||
M_TIMERn |
[This is
only applicable to Matrox 4Sight GP platform]
Specifies to route the output of timer n, where n is the number of timers available. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_USER_BITn |
Specifies to route the state of bit n of the main static-user-output register, where n is the bit number. (more details...) |
† | a | f |
You must add the following value to the above-mentioned values to set the type and number of the I/O signal to affect.
For specifying the type and number of the
I/O signal to affect
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
M_AUX_IOn |
Specifies to affect auxiliary signal n, where n is the signal number. (more details...) |
† | a | b | e | f | g | h |
The following control types and control values allow you to set the bits in a static-user-output register. You can route the bits to output signals or I/O signals set to output; to do so use M_IO_SOURCE with M_USER_BIT...). To establish which user-bits can be routed to a specific signal, see the connectors and signal names section of the MIL Hardware-specific Notes chapter for your Matrox imaging board or Matrox 4Sight.
Note that for other Matrox imaging boards that have user-bits, but are not supported with the constants below, see MdigControl().
For setting the state of specified
user-bits in a static-user-output register
|
|||||||||||||||||||||||||||||||||||||||
ControlType | Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_USER_BIT_STATE + |
Sets the state of the specified bit of a static-user-output register. INQ (more details...) |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
[This is
only applicable to Matrox 4Sight GP and Matrox 4Sight-X
platforms]
This constant is only available on a Host system if the Host system has been allocated on a Matrox 4Sight. |
† | a | |||||||||||||||||||||||||||||||||||||
M_OFF |
Specifies that the specified bit is set to off. |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
M_ON |
Specifies that the specified bit is set to on. |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
M_USER_BIT_STATE_ALL |
Sets the state of all the bits in the main static-user-output register. INQ (more details...) |
† | a | b | e | f | g | h | |||||||||||||||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
[This is
only applicable to Matrox 4Sight GP and Matrox 4Sight-X
platforms]
This constant is only available on a Host system if the Host system has been allocated on a Matrox 4Sight. |
† | a | |||||||||||||||||||||||||||||||||||||
Value |
Specifies a bit-encoded value that establishes the value of all the bits of the specified static-user-output register. (more details...) |
† | a | b | e | f | g | h |
You must add the following value to the above-mentioned value to specify the bit in a static-user-output register to affect.
For specifying the bit in a
static-user-output register to affect
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
M_USER_BITn |
Specifies to affect bit n of the main static-user-output register. |
† | a | b | e | f | g | h |
The following control types and control values specify the settings for controlling timers and the signals generated from a timer (timer output signals). For more information, see the Timers and coordinating events section of Chapter 24: I/O signals and communicating with external devices.
For controlling the settings of a
timer
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_TIMER_ARM + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets whether to enable the timer arming mechanism. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
† | a | ||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that timer arming is disabled. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that timer arming is enabled. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_ARM_ACTIVATION + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the signal transition upon which to arm the timer, if timer arming is enabled. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_EDGE_RISING. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ANY_EDGE |
Specifies that the timer will be armed by both a high-to-low and a low-to-high signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_FALLING |
Specifies that the timer will be armed upon a high-to-low signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_RISING |
Specifies that the timer will be armed upon a low-to-high signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_LEVEL_HIGH |
Specifies that a timer is continuously armed during a high signal polarity. |
† | a | ||||||||||||||||||||||||||||||||||||
M_LEVEL_LOW |
Specifies that a timer is continuously armed during a low signal polarity. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_ARM_SOFTWARE + |
[This is
only applicable to Matrox 4Sight GP platform]
Issues a software trigger to arm the timer. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default behavior. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_ARM_SOURCE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets which input signal will arm the timer, if timer arming is enabled. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_AUX_IOn |
Specifies to use auxiliary input signal n as the source signal used to arm the specified timer, where n is the number of the auxiliary signal. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_SOFTWARE |
Specifies to use software to arm the specified timer. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMERn |
Specifies to use the output signal of the specified timer as the source signal to arm the timer, where n is the timer number. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_CLOCK_ACTIVATION + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the edge of the signal that will increment the clock used to control the active portion of the timer's output signal. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_EDGE_RISING. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ANY_EDGE |
Specifies that the clock will be incremented by both a high-to-low and a low-to-high signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_FALLING |
Specifies that the clock will be incremented by a high-to-low signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_RISING |
Specifies that the clock will be incremented by a low-to-high signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_CLOCK_FREQUENCY + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the frequency of the clock source signal for the active portion of the timer's output signal (M_TIMER_CLOCK_SOURCE). INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_UNKNOWN |
Specifies that the signal is not periodic or the frequency is unknown. |
† | a | ||||||||||||||||||||||||||||||||||||
0 < Value <= Frequency of M_SYSCLK |
Specifies the frequency, in Hz. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_CLOCK_SOURCE + |
[This is
only applicable to Matrox 4Sight GP platform]
Specifies the source of the clock that drives the active portion of the specified timer's output signal. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_SYSCLK. |
† | a | ||||||||||||||||||||||||||||||||||||
M_AUX_IOn |
Specifies to use auxiliary input signal n as the clock source, where n is the number of the auxiliary signal. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODERn |
Specifies to use rotary decoder n as the clock source, where n is the number of the rotary decoder. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_SYSCLK |
Specifies to use the allocated system's clock source. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_DELAY + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the delay between the timer trigger and the active portion of the timer's output signal. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
0 <= Value <= Max. value |
Specifies the delay. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_DELAY_CLOCK_ACTIVATION + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the signal transition that will increment the clock used to control the delay between the timer's trigger and the active portion of the timer's output signal. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_EDGE_RISING. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ANY_EDGE |
Specifies that the clock will be incremented by both a high-to-low and a low-to-high signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_FALLING |
Specifies that the clock will be incremented by a high-to-low signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_RISING |
Specifies that the clock will be incremented by a low-to-high signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_DELAY_CLOCK_FREQUENCY + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the frequency of the clock source signal for the delay between the timer's trigger and the active portion of the timer's output signal (M_TIMER_DELAY_CLOCK_SOURCE). INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_UNKNOWN |
Specifies that the signal is not periodic or the frequency is unknown. |
† | a | ||||||||||||||||||||||||||||||||||||
0 < Value <= Frequency of M_SYSCLK |
Specifies the frequency, in Hz. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_DELAY_CLOCK_SOURCE + |
[This is
only applicable to Matrox 4Sight GP platform]
Specifies the source of the clock that drives the delay between the timer's trigger and the active portion of the specified timer's output signal. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_FOLLOW_TIMER_CLOCK. |
† | a | ||||||||||||||||||||||||||||||||||||
M_AUX_IOn |
Specifies to use auxiliary input signal n as the clock source, where n is the number of the auxiliary signal. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_FOLLOW_TIMER_CLOCK |
Specifies to use the clock source specified by M_TIMER_CLOCK_SOURCE. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODERn |
Specifies to use rotary decoder n as the clock source, where n is the number of the rotary decoder. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_SYSCLK |
Specifies to use the allocated system's clock source. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_DURATION + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the duration for the active portion of the timer's output signal. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
0 <= Value <= Max. value |
Specifies the duration of the active portion of the timer output signal. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_OUTPUT_INVERTER + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets whether the output of the timer should be inverted. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
† | a | ||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to invert the output of the timer. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to invert the output of the timer. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_STATE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the state of the specified timer. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
† | a | ||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the timer is disabled. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the timer is enabled. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_TRIGGER_ACTIVATION + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the signal variation upon which to generate a timer trigger. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_EDGE_RISING. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ANY_EDGE |
Specifies that a timer trigger will be generated both upon a high-to-low and a low-to-high signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_FALLING |
Specifies that a timer trigger will be generated upon a high-to-low signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_RISING |
Specifies that a timer trigger will be generated upon a low-to-high signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_LEVEL_HIGH |
Specifies that a timer trigger is continuously issued during a high signal polarity. |
† | a | ||||||||||||||||||||||||||||||||||||
M_LEVEL_LOW |
Specifies that a timer trigger is continuously issued during a low signal polarity. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_TRIGGER_SOFTWARE + |
[This is
only applicable to Matrox 4Sight GP platform]
Issues a software trigger for the specified timer. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default behavior. |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_TRIGGER_SOURCE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the trigger source for the specified timer. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_AUX_IOn |
Specifies to use auxiliary input signal n as the trigger source for the specified timer, where n is the number of the auxiliary signal. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_CONTINUOUS |
Specifies to run the specified timer in periodic mode; no actual trigger signal is used. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_IO_COMMAND_LISTn + |
Specifies to use a bit of the I/O command register of I/O command list n, where n is the number of the I/O command list. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODERn |
Specifies to use rotary decoder n as the trigger source, where n is the number of the rotary decoder. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_SOFTWARE |
Specifies to use a software trigger as the trigger source. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMERn |
Specifies to use the output signal of the specified timer as the trigger source, where n is the timer number. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_USAGE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the purpose of the timer. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_PULSE_GENERATION. |
† | a | ||||||||||||||||||||||||||||||||||||
M_PULSE_GENERATION |
Specifies the normal use of the timer, as described in the Timers and coordinating events section of Chapter 24: I/O signals and communicating with external devices. |
† | a | ||||||||||||||||||||||||||||||||||||
M_PULSE_MEASUREMENT |
Specifies to use the timer to measure the duration of the pulse that occurs on the timer's trigger source. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_TIMER_VALUE + | † | a | |||||||||||||||||||||||||||||||||||||
0 |
Specifies to reset the timer value to 0. |
† | a |
You must add the following value to the above-mentioned values to specify which on-board timer to control.
For specifying which on-board timer to
control
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
M_TIMERn |
[This is
only applicable to Matrox 4Sight GP platform]
Specifies on-board timer n, where n is the number of the timer. (more details...) |
† | a |
You must add the following value to the above-mentioned values to specify which I/O command register bit to use.
For specifying which I/O command register
bit to use
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
M_IO_COMMAND_BITn |
[This is
only applicable to Matrox 4Sight GP platform]
Specifies I/O command register bit n, where n represents the bit number. (more details...) |
† | a |
The following control types allow you to control the settings of a rotary decoder.
For controlling the settings of a
rotary decoder
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODER_BIT0_SOURCE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the auxiliary input signal on which to receive bit 0 of the 2-bit Gray code. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_AUX_IOn |
Specifies to use auxiliary input signal n as the signal on which to receive bit 0 of the 2-bit Gray code, where n is the number of the auxiliary signal. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODER_BIT1_SOURCE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the auxiliary input signal on which to receive bit 1 of the 2-bit Gray code. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_AUX_IOn |
Specifies to use auxiliary input signal n as the signal on which to receive bit 1 of the 2-bit Gray code, where n is the number of the auxiliary signal. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODER_OUTPUT_MODE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the rotary decoder's counter value and/or the direction of movement upon which the rotary decoder should output a pulse. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_POSITION_TRIGGER |
Specifies to output a pulse upon the trigger generated by M_ROTARY_ENCODER_POSITION_TRIGGER. |
† | a | ||||||||||||||||||||||||||||||||||||
M_STEP_ANY |
Specifies to output a pulse upon any change in the rotary decoder's counter value (position change in any direction). |
† | a | ||||||||||||||||||||||||||||||||||||
M_STEP_BACKWARD |
Specifies to output a pulse upon a rotary decoder counter decrement only. |
† | a | ||||||||||||||||||||||||||||||||||||
M_STEP_FORWARD |
Specifies to output a pulse upon a rotary decoder counter increment only. |
† | a | ||||||||||||||||||||||||||||||||||||
M_STEP_FORWARD_NEW_POSITIVE |
Specifies to output a pulse upon a rotary decoder counter increment of a new value that has not been reached before. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODER_POSITION_TRIGGER + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the value of the rotary decoder's counter upon which a trigger is generated. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
0 <= Value <= 0xFFFFFFFF |
Specifies the value of the counter upon which a trigger is generated. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODER_RESET_ACTIVATION + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the signal transition upon which to reset the rotary decoder's counter to 0. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_EDGE_RISING. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_FALLING |
Specifies to reset the rotary decoder upon a high-to-low signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_EDGE_RISING |
Specifies to reset the rotary decoder upon a low-to-high signal transition. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODER_RESET_SOURCE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets the source signal to use to reset the rotary decoder's counter to 0. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_NULL |
Specifies not to reset using a hardware signal source. |
† | a | ||||||||||||||||||||||||||||||||||||
M_AUX_IOn |
Specifies to use auxiliary input signal n as the trigger source for the specified timer, where n is the number of the auxiliary signal. (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_POSITION_TRIGGER |
Specifies to use the trigger signal generated by the rotary decoder when the counter reaches the value specified with M_ROTARY_ENCODER_POSITION_TRIGGER. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODER_STATE + |
[This is
only applicable to Matrox 4Sight GP platform]
Sets whether to enable the rotary decoder. INQ (more details...) |
† | a | ||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
† | a | ||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the rotary decoder is disabled. |
† | a | ||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the rotary decoder is enabled. |
† | a |
You must add the following value to the above-mentioned values to specify which rotary decoder to set.
For specifying which rotary
decoder to set
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
M_ROTARY_ENCODERn |
[This is
only applicable to Matrox 4Sight GP platform]
Specifies rotary decoder n, where n is the number of the rotary decoder. (more details...) |
† | a |
The following control types and control values specify the settings for UARTs. To specify a particular UART, see the For specifying which UART to control combination value below.
Note that for other Matrox imaging boards that have a UART, but are not supported with the constants below, see MdigControl().
For UART settings
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_UART_DATA_SIZE + |
Sets the number of data bits per character that are sent or received by the UART. INQ (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DEFAULT |
Same as 8. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
7 |
Specifies that the data length is 7 bits. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
8 |
Specifies that the data length is 8 bits. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_FREE + |
Stops all MIL UART operations and frees all UART resources used by MIL. (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default behavior. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_PARITY + |
Sets whether character data is sent or received with a parity bit and how the parity bit is set. INQ (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DISABLE |
Species that no extra bit is added (no parity). |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_EVEN |
Specifies that the number of 1's will be even. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_ODD |
Specifies that the number of 1's will be odd. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_READ_CHAR + |
Reads one character from the UART input buffer. (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
Value |
Specifies the address of the variable in which to save the character read from the UART. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_READ_STRING + |
Reads a string of incoming data from the UART. (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
Value |
Specifies the address of the character array in which to save the string read from the UART. (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_READ_STRING_MAXIMUM_SIZE + |
Sets the maximum length of the string to read. INQ (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
Value |
Specifies the maximum length of the string, in bytes. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_READ_STRING_SIZE + |
Sets the length of the string to read using M_UART_READ_STRING. INQ (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the use of M_UART_STRING_DELIMITER to delineate the end of the string to read. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
Value |
Specifies the string length, in bytes. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_SPEED + |
Sets the baud rate of the UART. INQ (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 14400. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
300;600;1200;1800;2400;4800;7200;9600;14400; 19200;38400;57600;115200 |
Specifies the baud rate of the UART. (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_STOP_BITS + |
Sets the number of extra data bit(s) (1 or 2) that are added to each character to indicate the end of the character. INQ (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DEFAULT |
Same as 1. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
1 |
Specifies that there is 1 stop bit. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
2 |
Specifies that there are 2 stop bits. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_STRING_DELIMITER + |
Sets the character used to terminate strings of incoming or outgoing data. INQ (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is '\0'. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
Value |
Specifies the character used to terminate strings. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_TIMEOUT + |
Sets the maximum time to wait between each byte when reading incoming data. INQ (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_INFINITE. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_INFINITE |
Waits indefinitely. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
Value |
Specifies the time to wait, in msecs. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_WRITE_CHAR + |
Sends one character to the UART for transmission. (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
Value |
Specifies the character to send. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_WRITE_STRING + |
Sends a string of data through the UART for transmission. (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
Value |
Specifies the character array. |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_UART_WRITE_STRING_SIZE + |
Sets the length of the string to be sent to the UART for transmission. INQ (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the use of M_UART_STRING_DELIMITER to end the string. (more details...) |
† | g | j | l | m | p | r | |||||||||||||||||||||||||||||||
Value |
Specifies the string length, in bytes. |
† | g | j | l | m | p | r |
You can add the following value to the above-mentioned values to set which UART to control.
For specifying which UART to
control
|
|||||||||||||||||||||||||||||||||||||||
Combination value |
Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
Specifies which UART to control. (more details...) |
† | g | j | l | m | p | r | ||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies a device (UART) to control. |
† | g | j | l | m | p | r | ||||||||||||||||||||||||||||||||
|
† | g | j | l | m | p | r | ||||||||||||||||||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
There is 1 UART available on Matrox Morphis. |
† | g | |||||||||||||||||||||||||||||||||||||
There are 4 UARTs available on Matrox Solios eA/XA Quad, 2 on Matrox Solios eA/XA Dual, and 1 on Matrox Solios eA/XA Single. |
† | l | |||||||||||||||||||||||||||||||||||||
There are 2 UARTs available on Matrox Solios eCL/XCL dual-Base/single-Medium operating in dual-Base mode, and 1 is available on Matrox Solios eCL/XCL-B, eCL/XCL-F, and eCL/XCL dual-Base/single-Medium operating in single-Medium mode. |
† | j | m | p | r | ||||||||||||||||||||||||||||||||||
There are 2 UARTS available on Matrox Radient eCL-DB and eCL-DF, 3 on Matrox Radient eCL-QB, and 1 on Matrox Radient eCL-SF. Note that, using the CLProtocol will occupy one COM port per allocated digitizer. |
† | j | p | r |
The following control types and control values specify the settings for the Watchdog.
For Watchdog
settings
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_WATCHDOG_MODE |
Sets the current state of the Watchdog. INQ (more details...) |
† | g | h | |||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
† | g | h | |||||||||||||||||||||||||||||||||||
M_DISABLE |
Disables the Watchdog. |
† | g | h | |||||||||||||||||||||||||||||||||||
M_ENABLE |
Enables the Watchdog. (more details...) |
† | g | h | |||||||||||||||||||||||||||||||||||
M_WATCHDOG_REBOOT_TIMEOUT |
Sets the timeout value of the Watchdog's reboot timer. INQ (more details...) |
† | g | h | |||||||||||||||||||||||||||||||||||
Value |
Specifies the timeout value, in msecs. |
† | g | h | |||||||||||||||||||||||||||||||||||
M_WATCHDOG_RESET |
Resets the Watchdog main, reboot, and warning timers. (more details...) |
† | g | h | |||||||||||||||||||||||||||||||||||
M_DEFAULT |
Implements the default behavior. |
† | g | h | |||||||||||||||||||||||||||||||||||
M_WATCHDOG_RESET_COUNTER |
Clears the "number of reboots" counter that counts the number of times the Watchdog has rebooted your Host computer. (more details...) |
† | g | h | |||||||||||||||||||||||||||||||||||
M_DEFAULT |
Implements the default behavior. |
† | g | h | |||||||||||||||||||||||||||||||||||
M_WATCHDOG_TIMEOUT |
Sets the timeout value of the Watchdog's main timer. INQ (more details...) |
† | g | h | |||||||||||||||||||||||||||||||||||
Value |
Specifies the timeout value, in msecs. |
† | g | h | |||||||||||||||||||||||||||||||||||
M_WATCHDOG_WARNING_TIME |
Sets the timeout value of the Watchdog's warning timer. INQ (more details...) |
† | g | h | |||||||||||||||||||||||||||||||||||
M_INFINITE |
Specifies that the Watchdog will never receive a warning. |
† | g | h | |||||||||||||||||||||||||||||||||||
Value |
Specifies the warning time interval, in msecs. |
† | g | h |
Parameters
SysId See SysId of the main function for a description. ControlType See ControlType of the main function for a description. ControlValue See ControlValue of the main function for a description. |
Parameters
SysId See SysId of the main function for a description. ControlType See ControlType of the main function for a description. ControlValue See ControlValue of the main function for a description. |
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |