Hello, I have a PhidgetSBC4 and a BLDCMotor. In Phidget Control Panel, it works fine. In my Visual Studio 2019 C# program, when I Open the BLDCMotor the TargetVelocity passes from 0 before open() to invalid after open(). I can only change it back to 0 if in the open() I use a 5000ms timeout, any oth...