RobotStudio event

receiving a text file into the controller

Options
Hi all,

Does anyone know how to transfer a text file to a controller in real time?

Attached is a text file with coordinates,it works perfectly for me when reading it from the HOME folder.  
I want to receive this file from another computer in real time. 
Hope someone has an idea.
Thanks

Comments

  • lemster68
    lemster68 ✭✭✭
    Options
    The simplest way is to use FTP, but real time might be an issue there.  More complicated would be to set up socket messaging.
    Lee Justice
  • danijel
    Options

  • danijel
    Options

    if anyone is interested i put the code for read text file