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
The Session::createConnection() creates a Large_Forward_Open connection (0x5B) and uses the connection::createForwardOpenRequest() which creates a large forward open connection request which is a bit misleading. Some devices do not support a large forward connection, so for the drivers to be generalizable there needs to be two functions in the Session class. One to create a normal connection and another to create a large connection. Or else, there needs to be a parameter passed in to specify which connection is made.
The text was updated successfully, but these errors were encountered:
Did you ever get this working with regular Forward Open. Like replacing 0x5B with 0x54? If so, I'd be extremely anxious to get your Yaskawa PLC code, as I'm banging my head to use this with a Yaskawa PCL too.
Yes, I was able to get it running. I had to do a lot of trouble shooting using wireshark to make sure that the data was being properly sent. I will send you an example that should help.
The Session::createConnection() creates a Large_Forward_Open connection (0x5B) and uses the connection::createForwardOpenRequest() which creates a large forward open connection request which is a bit misleading. Some devices do not support a large forward connection, so for the drivers to be generalizable there needs to be two functions in the Session class. One to create a normal connection and another to create a large connection. Or else, there needs to be a parameter passed in to specify which connection is made.
The text was updated successfully, but these errors were encountered: