EPOS4MATLAB
                                
                                
                                
                                    EPOS4MATLAB copied to clipboard
                            
                            
                            
                        Commanding Maxon EPOS 4 Motor Controller(s) from MATLAB
Hello! It appears that I can only access three modes from this code. The modes I can access are: ProfilePositionMode, ProfileVelocityMode, and HomingMode. When I try to activate PositionMode, VelocityMode...
Hi, I am going to use the EPOS4MATLAB library. I did all the instructions explained. but it gives an error which I cannot go further. The error is ''Error using...
Hi, I'm trying to put my motor into current mode but get a "Value range error" when calling the SetOperationMode() function for CurrentMode. Minimal example below: `Motor1 = Epos4(1,0); Motor1.SetOperationMode(OperationModes.ProfileVelocityMode);`...