.

MEISynqNetMessage (Deprecated)

NOTE:
MEISynqNetMessage was moved to meiDeprecated.h in the 20030715 MPI software release.

Definition

#define MEISynqNetMessageNODE_UNAVAILABLE (MEISqNodeMessageNODE_INVALID)
#define MEISynqNetMessageRESPONSE_TIMEOUT (MEISqNodeMessageRESPONSE_TIMEOUT) #define MEISynqNetMessageREADY_TIMEOUT (MEISqNodeMessageREADY_TIMEOUT)
#define MEISynqNetMessageSRVC_ERROR (MEISqNodeMessageSRVC_ERROR)
#define MEISynqNetMessageSRVC_UNSUPPORTED (MEISqNodeMessageSRVC_UNSUPPORTED)

Description

MEISynqNetMessage is an enumeration of SynqNet error messages that can be returned by the MPI library.

 
MEISynqNetMessageNODE_UNAVAILABLE The node number is not available on the network. This message code is returned by MPI methods that fail a service command transaction due to the specified node number is greater than or equal to the total number of nodes discovered during network initialization. To correct this problem, check the discovered node count with meiSynqNetInfo(…). If the node count is not what you expected check your network wiring, node condition, and re-initialize the network with mpiControlReset(…).
MEISynqNetMessageRESPONSE_TIMEOUT The node failed to respond to a service command within the timeout. This message code is returned by MPI methods that fail a service command transaction because the node failed to respond within the allotted amount of time. To correct this problem, check your node hardware. There are 32 possible message codes for this error. Each message code specifies a different node, from node number 0 to 31.
MEISynqNetMessageREADY_TIMEOUT The node failed to be ready for a service command within the timeout. This message code is returned by MPI methods that fail a service command transaction because the node is not ready to accept service commands. To correct this problem, check your node hardware. There are 32 possible message codes for this error. Each message code specifies a different node, from node number 0 to 31.
MEISynqNetMessageSRVC_ERROR The service command failed. This message code is returned by MPI methods that fail a service command transaction. To correct this problem, check your node hardware. There are 32 possible message codes for this error. Each message code specifies a different node, from node number 0 to 31.
MEISynqNetMessageSRVC_UNSUPPORTED The node does not support the service command. This message code is returned by MPI methods that fail a service command transaction because the node does not support it.

See Also

meiSynqNetInfo | mpiControlReset

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering