This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
scripts [2019/03/20 13:29] flabelle |
scripts [2019/10/07 17:12] (current) jfduval [Additional tools and information] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Software ====== | + | ====== ActPack Scripts ====== |
- | === FlexSEA API === | + | ==== FlexSEA API ==== |
- | The fx_plan_stack API is a suite of functions that configure and control FlexSEA devices. These links contain more detailed information about [[fx_plan_stack| fx_plan_stack]] and its [[ fxapifunctions| API]]. | + | The [[fxapifunctions|fx_plan_stack API]] is a suite of functions that configure and control FlexSEA devices. |
- | === Scripts === | + | ==== Scripts ==== |
As an alternative to the [[plangui|Plan GUI]] we provide high-level scripts to wrap around the C/C++ FlexSEA stack. The repository is available on git: [[https://github.com/DephyInc/Actuator-Package|DephyInc/Actuator-Package]]. | As an alternative to the [[plangui|Plan GUI]] we provide high-level scripts to wrap around the C/C++ FlexSEA stack. The repository is available on git: [[https://github.com/DephyInc/Actuator-Package|DephyInc/Actuator-Package]]. | ||
* Language-agnostic [[demoDescriptions|Demo Scripts Description]] | * Language-agnostic [[demoDescriptions|Demo Scripts Description]] | ||
- | * [[pythonscripts2|Actuator Package: Python Interface 2.0]] (For legacy purposes: [[actpackpython|Deprecated v1.0 Python scripts]]) | + | * [[c_c_scripts|C/C++]] |
- | * [[matlabsScripts|Actuator Package: Matlab Scripts]] | + | * [[pythonscripts2|Python Interface 2.0]] |
- | * [[simulinkmodel|Actuator Package: SIMULINK Model]] | + | * For legacy purposes: [[actpackpython|Deprecated Python Interface 1.0]] |
- | * [[c_c_scripts|Example source code in C/C++]] | + | * [[matlabsScripts|MATLAB]] |
- | * [[fx_plan_stack|fx_plan_stack API]] | + | * [[simulinkmodel|SIMULINK]] |
+ | ==== Additional tools and information ==== | ||
+ | * [[dllBitsize | DLL-Bitsize]] is a tool to determine the bit size of your DLL. This may be useful for troubleshooting if the DLL can't load. | ||
+ | * [[matlabhints|MATLAB and SIMULINK Hints]] |