Author Topic: Integration with Industrial Software such as LabView and MatLab(Simulink)  (Read 3080 times)

Vern_S

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Hi there,

I am looking for a solution that would allow me to connect with Industrial software such as or MatLab(Simulink). With Unity being used more and more for Non-Game applications, having a fairly straightforward way of connecting with these industry leading systems would be very beneficial for the community. A Networking based solution using TCP/IP would probably be the best way since both of these applications support it.

MatLab TCP/IP info.

LabView TCP/IP info.

Would anyone have some insights or thoughts on this? Would TNet be beneficial in providing this connectivity?

Thanks,
Vern

ldw-bas

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 2
  • Posts: 32
    • View Profile
Hi!

Pretty interesting stuff your are doing there, but I don't think TNET will be of any use for you. TNET is a network library to make the communication between different instances of unity games easier. While what you are looking for is TCP/IP communication. This is possible with the System.Net.Sockets namespace. Maybe there is already a .NET library covering the MATLAB communications over TCP/IP in that case you can just plug that dll into unity.

So to conclude, I think TNET is on a higher layer abstracting the network communication between the same game. While you need communications between different applications using TCP/IP which is standard available in Unity.

Vern_S

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Thank you for your insight

I am doing a number of things including Training and Simulation and will be integrating multiplayer capabilities into our projects. I will be looking more into TNet in this respect. If you have any thoughts about the 3rd party integration could you post them on the Unity Forum thread I started to discuss this. There seems to be a number of people interested in this area and I am trying to get a good discussion going.

Thanks again,
Vern