Commit Graph

170 Commits

Author SHA1 Message Date
39db58a2e9 Cleaned up the IOC configuration section. 2024-08-07 11:20:53 -05:00
66996c3bf2 Cleaned up velocity target section in readme. 2024-08-07 11:01:56 -05:00
ffab0885cb Updated readme IOC usage sections. 2024-08-07 10:46:53 -05:00
b6cdd85d80 Rewrote IOC config description. 2024-08-07 10:44:22 -05:00
8be8f42df0 Reordered sections again. 2024-08-07 10:44:19 -05:00
cd37aa6d09 Reordered sections. 2024-08-07 10:44:17 -05:00
d225024d69 Updated readme for more consistent markdown formatting between sections. 2024-08-07 10:44:09 -05:00
75a1ff060d Added speed algorithm description 2024-08-06 16:30:44 -05:00
f85ae07d2b Update README.md
Missed a ' mark
2024-08-06 15:21:25 -05:00
3ecb9676c0 Update README.md
Clearer explanations
2024-08-06 12:54:43 -05:00
03a93101c1 Update README.md
Fixed some markdown formatting
2024-08-06 11:09:15 -05:00
95c227a553 Update README.md
Gave example IOC usage and described more about the process of initializing motors
2024-08-06 11:07:09 -05:00
3614a806ea Removed build status from readme. 2024-08-05 12:05:38 -05:00
b25f608e98 Removed old continuous integration scripts. 2024-08-05 11:58:21 -05:00
BScatterplot
841b6f5b41 Merge pull request #5 from Binary-Coalescence/Speed-conversion-update
Fixed speed conversions
2024-08-05 11:01:22 -05:00
2379c90d90 Fixed speed conversions
Fixed speed conversions based on testing data.
2024-08-05 10:56:31 -05:00
cf26f426df Revert "Updated speed conversions"
This reverts commit c1025d711b.
2024-08-02 16:37:24 -05:00
c1025d711b Updated speed conversions
Updated speed conversions based on test data.
2024-08-02 16:31:31 -05:00
8fc33fa14d Merge branch 'dev' 2024-07-05 09:11:27 -05:00
05a223bd17 Updated release doc with ACS -> DSM updates. 2024-07-05 09:10:48 -05:00
5d706d4879 Reverted release doc to undo rename clobbering. 2024-07-05 08:54:43 -05:00
707850e879 Merge branch 'dev' v0.9.0-alpha 2024-06-28 16:10:22 -05:00
8ec61fb3dc Removed hard line wrapping in README to fix markdown rendering issues. 2024-06-28 16:09:50 -05:00
90b0fa8836 Cleaned up IOC startup file. 2024-06-28 16:06:46 -05:00
40cfb47f05 Made /dev/ttyUSB0 default serial port again. 2024-06-28 16:05:17 -05:00
1a4794a9b2 Clarified install instructions in README. 2024-06-28 16:04:24 -05:00
a3d6a24a01 Merge branch 'dev' 2024-06-25 15:22:01 -05:00
c8dbd0916d Merge branch 'status' into dev 2024-06-25 15:21:46 -05:00
e9ca810318 Added limit switch triggering back in for end of travel error. 2024-06-25 15:17:10 -05:00
bf7b557dd7 Added reading of persistent move state to polling. 2024-06-25 14:54:57 -05:00
0600cba84d Added reading step frequency/approx. velocity to polling. 2024-06-25 14:26:02 -05:00
51fceaf7d7 Added error printouts in IOC for motor polling codes. 2024-06-25 14:01:21 -05:00
66ef37cb10 Merge branch 'dev' 2024-06-25 12:34:09 -05:00
200b68857d Updated README about running the IOC for one or multi controllers. 2024-06-25 12:33:34 -05:00
d0532c2552 Added IOC files for running with 8 MD90 controllers. 2024-06-25 12:26:24 -05:00
45c8ff064e Updated default IOC baud rate and idle poll period. 2024-06-25 11:56:31 -05:00
4351ab56e3 Updated README for setting up IOC build config file. 2024-06-25 11:49:42 -05:00
a90eea829a Merge branch 'status' into dev 2024-06-25 11:32:22 -05:00
7b9f2870ca Added call to parseReply in remaining command methods. 2024-06-25 11:09:08 -05:00
f73608c596 Added method to parse and print out controller return strings. 2024-06-25 11:01:55 -05:00
19731d2f37 Merge branch 'dev' 2024-06-24 14:23:41 -05:00
a4012dda64 Updated README with dependencies and build instructions. 2024-06-24 14:18:45 -05:00
c812afbe4e Merge branch 'dev' 2024-06-21 16:55:30 -05:00
7551465733 Set hasEncoder and gainSupport to true. Can now set motor gain. 2024-06-21 16:36:48 -05:00
bdec17808a Added home position status to poll. 2024-06-21 16:31:17 -05:00
29a78e1023 Moved line back to fix status update problem. 2024-06-21 16:07:54 -05:00
c930a77811 Added gain checking to the poll method. 2024-06-21 15:37:33 -05:00
df98f6667a Changed iGain range from 1-100 to 1-1000. 2024-06-21 15:30:00 -05:00
37d22e58dd Removed step frequency limits. 2024-06-21 14:56:48 -05:00
8c053dfa62 Reordered status polling commands. 2024-06-21 14:53:50 -05:00