AN-293 C_SPLINE Cardinal Spline command

AN-293 C_SPLINE Cardinal Spline command

Cardinal splines are a type of spline curve that are flexible and easy to apply in motion control applications.

The function C_SPLINE allows spline curves to be easily generated in between 2 and 8 dimensions. These curves can used to generate motion very simply using MOVEABS or MOVEABSSEQ.
    • Related Articles

    • FILE command for Rename file

      To rename a file on the SD card use the FILE "REN " function. It was not documented in the Help with Motion Perfect 5.2 but will be included in the MP version 5.3 release. Typical syntax is FILE "REN" "test_file.txt" "test.txt"
    • CONNECT command

      Question: I use the CONNECT command and when I change the ratio the encoder slave doesn't move in the axis. I see the pulses of the master encoder move. This is the code: BASE(0) ' slave (following) axis SERVO = ON UNITS = 4000 DEFPOS(0) BASE(2) ' ...
    • AN-407 MOVEADD

      This document explains how to use the TrioBASIC command "MOVEADD" to adjust the axis position on top of an already moving axis. There are examples on how to appropriately use this command.
    • CAN cmd 8, SDO read, data type

      This sub-routine looks at the first value returned by CAN function 8, which is the data type. IF can_ok=FALSE THEN PRINT #op_chan,"CAN error SDO ";HEX(obj_index) ELSEIF VR(vrbase)=$80 THEN PRINT #op_chan,"SDO ";HEX(obj_index);" read aborted by slave" ...
    • Ethernet Modbus TCP VR mapping, ETHERNET function

      Q. I want to compile the existing project and the compiler says it has problems with the ETHERNET command. A. I can see the MC403 which does not work has 2.0268 which is relatively old. The controller that does work has a different firmware version. ...