Skip to content

JavaScript SDK and client for Kinisi motor controller

License

Notifications You must be signed in to change notification settings

szolotykh/jskinisi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript For Kinisi Contoller - In Development

This is a JavaScript library for the Kinisi Controller with web client for testing controller functionality from a web browser. The library is located in the ./src/commands directory and the web client is located in the ./src directory. In order to run the web client simply open the index.html file from .\src in a web browser.
Description of the commands can be found in Kinisi Motion Controller framework documentation

Run Controller client

npm install
npm start

Updating command file

To update the command file, run the following command:

cd ./tools
pip install -r requirements.txt
python update-commands.py --branch=main

Where branch parameter is optional.
The script will generate a new file called kinisi_commands.js in the ./src/commands directory.

Links