Open
Conversation
FW3.49 and above compatibility, Use COMM_GET_VALUES_SELECTIVE command. Add functions for requesting PPM to Master VESC over CAN and local VESC (in case of hooking up UART to Master).
FW3.49 and above compatibility, Use COMM_GET_VALUES_SELECTIVE command. Add functions for requesting PPM to Master VESC over CAN and local VESC (in case of hooking up UART to Master).
*Added function for VESC FW version check *Code a bit cleaned
Added all values in deserialization to be uncommented regarding the used mask.
Added : SoC, cells number and cells voltages values pulled from DieBieMS over CANbus
Added : - getLocalVescNun() : retrieve the local throttle percentage of the Nunchuk app (used by the Wand) - getMasterVescNun(uint8_t canID) : retrieve the throttle percentage of the Nunchuk app from a VESC on CANbus - Examples sketches for using it
Author
|
I apologize for the very late late reply @SolidGeek , I used these capabilities in order to control two motors in a dynamometer (aka motor test bench). Basically I needed one motor to impose load and the other (test motor) to react to that load, taking all the measurements in the process. Hope it helps! |
Owner
|
Thanks for the request, I will be looking into these changes shortly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The function setRPM will set the value for the slave VESC, it will no longer set for the master VESC!
VescUart cpp modified.txt