Posts: 13
Threads: 6
Joined: Mar 2021
Reputation:
0
08-19-2021, 08:46 AM
Hi,
is there a Java version of the RoboDK API available? I think porting the C# version to Java wouldn't be too difficult, bu maybe someone already has done the job?
Best regards,
Michael
Posts: 1,832
Threads: 2
Joined: Oct 2018
Reputation:
72
我会问来确定,但我不think we have one in the process right now.
We added C earlier this year, but I don't think we started any new one after that.
If you start working on it and have some questions, let us know. I don't think we have the time to do it, but we certainly have the time to give you a hand if you need a Java version.
Jeremy
Posts: 2,466
Threads: 2
Joined: Apr 2018
Reputation:
133
We started a Javascript version of the RoboDK API, based on Websockets. This is only developed and used for internal purposes at the moment.
Can you tell us a bit more about what you are planning to do?
Posts: 13
Threads: 6
Joined: Mar 2021
Reputation:
0
I'm trying to add targets and motions to RoboDK programmatically. The C# API is perfectly suited for that purpose and works very well, however in other projects I'm heavlily using Java, and therefore Java simply would be more convenient. I think I'll have to ponder on whether to put in the (one time) effort of porting the API from C# to Java, or sticking with C# for the project.