ID-range 250000-250249

250000

Invalid PDU-code for event manager.

 

Description

The communication participant event manager (Calculation of #SIGNAL and #WAIT) has received a message, which cannot be calculated.

Possible reason of this error message is the explicit use of a receiver in the #MSG instruction.

Example: #MSG 35 [“Message from the nc program”]

Reaction

Class

3

 

Solution

Class

1

Please use the keywords, documented in the programming manual [PROG].

Parameter

%1:

Incorrect value [-]

 

%2:

Actual value [-]

 

Error type

3, Error message from communication.

 

250001

Number of unacknowledged SIGNAL/WAIT exceeds limit.

 

Description

You have programmed to much #SIGNAL or #WAIT, which are not accepted until now. The limit of the memory is reached.

Reaction

Class

3

 

Solution

Class

6

Be care of the documented limits [SYSP]. Modify the NC-programs and reduce the number of simultaneous open #SIGNAL/#WAIT.

Parameter

%1:

Limit value [-]

Maximum number of open #SIGNAL/#WAIT of the control.

%2:

Actual value [-]

Actual number of open #SIGNAL/#WAIT.

%3:

Limit value [-]

 

%4:

Actual value [-]

 

Error type

-

 

250002

Unnecessary SIGNAL in list detected.

 

Description

Using #SIGNAL and #WAIT with programmed receiver, the programmed sequence must be considered. The programmed #WAIT sequence doesn’t match the programmed #SIGNAL sequence.

Wrong:

#SIGNAL [ID4711 CH1]

#SIGNAL [ID9999 CH1]

#WAIT [ID9999 CH1]

#WAIT [ID4711 CH1]

Correct:

#SIGNAL [ID4711 CH1]

#SIGNAL [ID9999 CH1]

#WAIT [ID4711 CH1]

#WAIT [ID9999 CH1]

Reaction

Class

3

 

Solution

Class

6

 

Parameter

%1:

Incorrect value [-]

 

%2:

Expected value [-]

 

%3:

Incorrect value [-]

 

Error type

-

 

250003

SIGNAL/WAIT receipt connot send.

 

Description

The acknowledgment of a #WAIT event cannot be transmitted for many times. Please check the communication connection.

Reaction

Class

1

 

Solution

Class

1

 

Parameter

%1:

Actual value [-]

 

Error type

3, Error message from communication.

 

250004

Connection to given hardware at #SIGNAL-programming unknown.

 

Description

The programmed control (keyword HW, #SIGNAL/#WAIT) is unknown. Please check the configuration.

Example:

#SIGNAL [ID10 HW5]

Reaction

Class

3

 

Solution

Class

7

 

Parameter

%1:

Actual value [-]

 

Error type

-

 

250005

Acknowledgement of driver to remote hardware during reset timed out.

 

Description

The configured remote hardware (functionality #SIGNAL/#WAIT) does not answer on time. A timeout occurred.

Reaction

Class

3

 

Solution

Class

1

Check the configuration and the availability of the remote hardware.

Error type

-

 

250008

Given channel number if SIGNAL&WAIT is above maximum number of CNC-channel.

 

Description

The programmed channel number is greater than the number of cnc channels. The order cannot be executed.

Example:

Wrong:

#SIGNAL [ID1 CH100]

Correct:

#SIGNAL [ID1 CH1]

Reaction

Class

3

 

Solution

Class

1

Please modify the nc-programm.

Parameter

%1:

Incorrect value [-]

 

%2:

Limit value [-]

 

%3:

Actual value [-]

 

%4:

Actual value [-]

 

Error type

-

 

250009

Number of unacknowledged BROADCAST SIGNAL/WAIT exceeds limit.

 

Description

You have programmed to much BROADCAST #SIGNAL or #WAIT, which are not accepted until now. The limit of the memory is reached.

Reaction

Class

3

 

Solution

Class

6

Be care of the documented limits [SYSP]. Modify the NC-programs and reduce the number of simultaneous open BROADCAST #SIGNAL/#WAIT.

Parameter

%1:

Limit value [-]

Maximum number of open BROADCAST #SIGNAL/#WAIT of the control.

%2:

Actual value [-]

Actual number of open #SIGNAL/#WAIT.

%3:

Limit value [-]

 

%4:

Actual value [-]

 

Error type

-

 

250010 / 250011

 

 

Description

This error message informs about internal states, error solutions and the place of error in the source. Please give the complete error message data to the CNC manufacturer.

Reaction

Class

1

 

Solution

Class

8

Restart of NC-control necessary.