Error 131 MOVIKIT® – PLCopen general
Error: 131.00 (8300hex | 33536dec) Description: Initialization of logical device not completed | ||
|---|---|---|
|
| |
Cause | Measure | |
The logical device is not yet ready and does not yet provide data. | Wait until the logical device is initialized and for signal "MC_ReadAxisINfo.CommunicationReady" before performing further actions. | |
Error: 131.02 (8302hex | 33538dec) Description: Interface not linked | ||
|---|---|---|
|
| |
Cause | Measure | |
Internal error | Contact SEW-EURODRIVE Service. | |
Error: 131.03 (8303hex | 33539dec) Description: Call only permitted from a task | ||
|---|---|---|
|
| |
Cause | Measure | |
PLCopen blocks that trigger a movement may only be called in one task. | Check whether blocks are called in various tasks. | |
Error: 131.04 (8304hex | 33540dec) Description: Function not supported | ||
|---|---|---|
|
| |
Cause | Measure | |
A function is selected or a block is called that is not supported by the logical device. | Check whether the function is compatible with the logical device. | |
Error: 131.05 (8305hex | 33541dec) Description: Function cannot be executed from current state | ||
|---|---|---|
|
| |
Cause | Measure | |
The logical device is in a state (PLCopen State) from which the requested action may not be performed. | Check from which states the call of the desired function is permitted using the PLCopen status diagram. | |
Error: 131.07 (8307hex | 33543dec) Description: Internal error | ||
|---|---|---|
|
| |
Cause | Measure | |
Internal error | Contact SEW‑EURODRIVE Service. | |
Error: 131.08 (8308hex | 33544dec) Description: No curve segment defined | ||
|---|---|---|
|
| |
Cause | Measure | |
The number of defined curve segments is 0. | Define curve segment. | |
Error: 131.09 (8309hex | 33545dec) Description: Curve segment number invalid | ||
|---|---|---|
|
| |
Cause | Measure | |
The segment number is outside the segment array. | Adjust the segment number. | |
The segment number is larger than the segment array. | Increase the array size using the "DisplaceableConstants.gc_iMaxNumberOfCamSegments" variable. | |
Error: 131.10 (830Ahex | 33546dec) Description: Invalid point sequence | ||
|---|---|---|
|
| |
Cause | Measure | |
The X values are unsorted. | Sort data. | |
The X values occur twice. | Check X values for duplicates and remove them. | |