-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for CS9 controller #15
Conversation
First step toward CS9 support w/o using a seperate application
Better explain why the UI functions are seperated into libraries
This is quite a nice PR. Thanks for this @marshallpowell97 👍 @gonzalocasas: would you happen to see any possibility to test this? Perhaps in SRS? It's OK if you don't. I only have a (rather) old version of it which doesn't support CS9 controllers. |
I unfortunately don't have access to a Stäubli myself and I think our customer doesn't have one either at the moment. Maybe @marshallpowell97 could motivate someone at Stäubli to update your license for SRS? |
I will test it, I received the SRS license dongle from our office, so, I can now test at home. |
@gonzalocasas wrote:
awesome, thanks @gonzalocasas 👍 |
@gonzalocasas: I hate to be pushy, but I don't want to keep @marshallpowell97 waiting too long. Would you happen to have some time next week to test this PR? |
I just tried on my SRS, but despite being CS9, it still complains about trying to load CS8 stuff: @marshallpowell97: do I need to do something additional to get it to ignore these incompatible data types? EDIT: It seems to be ignoring the |
Also, unless I'm looking at the wrong branch, |
@marshallpowell97 @gavanderhoorn if I remove the two variables leftover |
Thanks for testing @gonzalocasas. The idea would certainly be for this to all be detected and switched automatically, so what you describe seems like a problem with the current code. |
Friendly ping @marshallpowell97. |
This was an oversight on my part, I removed them. They are now only in interfaceCS8.dtx where they should be. I also noticed another issue that didn't show up on a real controller (since I don't have access to any of our robots at the moment). Even when the 'auto load' option for the library |
@gonzalocasas: would you perhaps happen to have some time to test this? I'd like to merge it, but it would be good to have a second pair of eyes on the functionality @marshallpowell97 has added. |
@gavanderhoorn yes, I had it in my radar already, but haven't had the time so far. But I will test it in the coming days! |
@gonzalocasas: have you had any chance to test this already? |
Ping @gonzalocasas ? |
I'm going to merge this to not delay @marshallpowell97 any longer. We'll deal with problems with this change in follow-up PRs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @marshallpowell97 👍
Separate out the UI code for CS8 and CS9 into libraries. Library is loaded at runtime depending on version of controller (done automatically). Same code base can still be used for both controllers.
Relevant: #4