RobotStudio event

Robot Controller Using Web

Hi,
I am new in web development. I have little problem. Could you help me please? For your information, I'm using asphostportal.com hosting and I have windows account that supports .NET 4.5. I want to build a website for robot controller using .NET. Is it possible for me? is there a library for my coding?

Thank you.

Comments

  • I have no experience with .NET web development, but as far as I know, the web server inside the IRC5 controller does not support server-side scripting. For dynamic websites, you can use client-side scripting, (e.g. javascript).
  • You may want to come up with a wrapper web service keeping the PC SDK on the back-end talking to the IRC5 controller while front end provides various web methods to invoke by other applications.