| KM_Controller(Int32, Boolean) Constructor |
Multiple board constructor for attaching this object to a specific board address
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public KM_Controller(
int boardnumber,
bool DoNotObtainConsoleMessages = false
)
Public Sub New (
boardnumber As Integer,
Optional DoNotObtainConsoleMessages As Boolean = false
)
public:
KM_Controller(
int boardnumber,
bool DoNotObtainConsoleMessages = false
)
Parameters
- boardnumber Int32
- device ID
0=any KFLOP/Kogna found
less than or equal to 0x00FFFFFF assume USB Location ID
greater than or equal to 0xFF00XXXX Kogna with Serial Number XXXX
Otherwise assume Static IP Address ie.
0xC0A80A64 -> 192.168.10.100
- DoNotObtainConsoleMessages Boolean (Optional)
- Set true
if Console Messages should not be handled by this App
Defaults to false.
See Also