TwiceAsNice
2019-02-18
|
const int Basda::Error::_TH8MOD_CHANNEL_BUSY = 2 |
TH8MOD error number.
Channel is still busy with the last command.
const int Basda::Error::_TH8MOD_DISTANCE_TOO_SHORT = 10 |
TH8MOD error number.
Time distance between two measurements is to short.
const int Basda::Error::_TH8MOD_I2C_ERROR_OR_WRONG_DEVICE = 7 |
TH8MOD error number.
This error occurs during the initialization. An I2C error can also be a wrong connected sensor.
const int Basda::Error::_TH8MOD_I2C_TIMEOUT = 3 |
TH8MOD error number.
I2C transmission is failed. Receiver does not response.
const int Basda::Error::_TH8MOD_I2C_TRANSMISSION_ERROR = 4 |
TH8MOD error number.
I2C transmission is failed. Receiver returns a not-acknowledge.
const int Basda::Error::_TH8MOD_MAX_SMALLER_MIN = 11 |
TH8MOD error number.
Max limit is less than min limit.
const int Basda::Error::_TH8MOD_NO_INIT = 13 |
TH8MOD error number.
Power source with given slave address is still not initialized.
const int Basda::Error::_TH8MOD_NO_INIT_OR_WRONG_DEVICE = 1 |
TH8MOD error number.
Parameter is not initialized or wrong module is connected.
const int Basda::Error::_TH8MOD_NO_RUNNING_CMD = 6 |
TH8MOD error number.
At the chosen channel does not run any command.
const int Basda::Error::_TH8MOD_OUT_OF_BOUNDARY = 12 |
TH8MOD error number.
Out of boundary.
const int Basda::Error::_TH8MOD_RAM_FULL = 5 |
TH8MOD error number.
Not enough RAM.
const int Basda::Error::_TH8MOD_WRONG_SENSOR = 9 |
TH8MOD error number.
Wrong sensor.
const int Basda::Error::_TH8MOD_WRONG_UNIT = 8 |
TH8MOD error number.
Wrong Unit.
const int Basda::Error::COCON_ERR_NO_STRIBES_DETECTED = 2 |
User defined CoCon command.
No collision stribes detected.
const int Basda::Error::COCON_ERR_NOT_INITIALIZED = 4 |
User defined CoCon command.
Cocon is not initialized.
const int Basda::Error::COCON_ERR_STILL_COLLISION = 1 |
User defined CoCon command.
Collision still exist.
const int Basda::Error::COCON_ERR_STRIBES_BROKEN = 3 |
User defined CoCon command.
Collision stribes broken.
const int Basda::Error::ERR__AMP_MC_NC = 8 |
MoCon error number.
Detected amplifier is not compatible with the motor chipset.
const int Basda::Error::ERR__CMD_FOR_2500 = 1 |
MoCon error number.
The method is only for stepper chipset.
const int Basda::Error::ERR__CMD_FOR_2800 = 2 |
MoCon error number.
The method is only for servo chipset.
const int Basda::Error::ERR__COM_WITH_MC = 0 |
MoCon error number.
Communication error with the MC-chipset.
A checksum error can also be a reason for that error.
const int Basda::Error::ERR__EP_SIZE_NOT_SET = 22 |
MoCon error number.
The buffer size is not defined yet.
const int Basda::Error::ERR__EP_SIZE_SET = 21 |
MoCon error number.
The buffer size is defined. To change the buffer size free the memory first.
const int Basda::Error::ERR__IENC_NOT_INIT = 15 |
MoCon error number.
No incremental encoder initialized.
const int Basda::Error::ERR__INIT_AAD = 6 |
MoCon error number.
A communication error with the EEPROM at the amplifier card occur.
const int Basda::Error::ERR__INIT_BASIS_SET = 5 |
const int Basda::Error::ERR__INIT_LIMIT_ERR = 23 |
MoCon error number.
Both limits are active.
It can be that the cable is not connected well or the cable is broken.
const int Basda::Error::ERR__INIT_TRACE_SET = 16 |
const int Basda::Error::ERR__MICROSTEP_NA = 9 |
MoCon error number.
Amplifier does not support the the current microstep resolution.
const int Basda::Error::ERR__NO_ACCESS_MS = 14 |
MoCon error number.
No access to the motor settings EEPROM.
const int Basda::Error::ERR__REV_NOT_DEF = 3 |
MoCon error number.
The steps/count per revolution have to be defined first.
const int Basda::Error::ERR__TRACE_TO_SMALL = 17 |
MoCon error number.
Not enough memory for the given number of samples.
const int Basda::Error::ERR_MSG_DOUBLE_ID = -5 |
Error number.
Two slave cards with the same ID have registered.
const int Basda::Error::ERR_MSG_FATAL_ERROR = -30 |
Error number.
A fatal error occur.
All command number are blocked, except the basic command numbers (<100).
const int Basda::Error::ERR_MSG_FRAG_SIZE_SMALL = -22 |
Error number.
Nothing can be sended because the fragment size is to small.
const int Basda::Error::ERR_MSG_FUNCTION_ERR = -10 |
Error number.
An error occur in the command method.
The function error number is a special error code. The MoCon returns a second number, which specify the the kind of the function error. Different MoCon modules can have the same function error number (the second number) that have to be handled by the specific MoCon module.
const int Basda::Error::ERR_MSG_HD_NOT_SUPPORT = -21 |
Error number.
The requested command number does not support huge data transport.
const int Basda::Error::ERR_MSG_MAX_NR_CLIENTS = -13 |
Error number.
Maximal amount of clients are connected.
const int Basda::Error::ERR_MSG_MODULE_IN_USE = -18 |
Error number.
Module is already reserved for another user.
const int Basda::Error::ERR_MSG_MODULE_NR = -3 |
Error number.
Requested module number does not exist.