You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are integrating an Atlas Copco MT Focus 6000. I came upon your code and wanted to know if you can validate our controller. I was able to instantiate a connection to our controller but was unable to call the "lastTightening" command. I believe the MID set for "lastTightening" may be different for our controller. Can I just clone the directory, change the json file then run the subscribe function? Please see the attached files for MTF6000 open protocol information.
@jlisec1 did you find a solution to this?
I had the same problem.
My best googling has lead me to believe that you need to send a 0008 message and supply the desired subscription message id (0060 in this case) and revision.
I'm currently using a c# library trying to subscribe to this event, but all I am getting with the 0008 is a 0004 message with error code 'invalid data'.
Really struggling to find some proper documentation on what to send along with this 0008 message.
We are integrating an Atlas Copco MT Focus 6000. I came upon your code and wanted to know if you can validate our controller. I was able to instantiate a connection to our controller but was unable to call the "lastTightening" command. I believe the MID set for "lastTightening" may be different for our controller. Can I just clone the directory, change the json file then run the subscribe function? Please see the attached files for MTF6000 open protocol information.
Files.zip
The text was updated successfully, but these errors were encountered: