mpiSqNodeDriveParamCalculate
Declaration
long mpiSqNodeDriveParamCalculate(MPISqNode sqNode, long driveIndex);
Required Header: stdmpi.h
Description
Some drives need to calculate some internal quantities after a drive parameter has been changed. The mpiSqNodeDriveParamCalculate function will instruct the drive to calculate its internal quantities. This feature is not supported or required by all drives.
sqNode | a handle to a SynqNet node object |
---|---|
driveIndex | an index to the drive (0, 1, 2, etc), relative to the node. |
Return Values | |
---|---|
MPIMessageOK |