HI
I use 7342, it seems too slow to load parametres to the card between 20 ms and 40 ms : ( i have used canalyzer to check the time with 2 frames like below)
{
CANTx_CVI_CMF();// can frame
// Load motion parameters to the FlexMotion controller
flex_load_rpm (boardID, axisNum, Vitesse , HOST);
flex_load_rpsps (boardID, axisNum, NIMC_BOTH, acceleration_RPSPS, HOST);
// Start motion
flex_load_target_pos (boardID, axisNum, targetPosition, HOST);
flex_start (boardID, axisNum, 0);
CANTx_CVI_CMF();// can frame
}
is there any option to make that faster ?
thank you