Hi all,
KRC4, KSS 8.3
I have a need to send my robot controller anywhere between 500k to 5 million data points to move to in a single "run." Currently I do not have DirLoader. The motions would be relatively basic motions; essentially I am just programming a raster movement where I step over in one axis ~0.5mm for each point, but at each point the feed rate (or velocity of the tool) changes.
Currently I am looking into the RobotSensorInterface and the KRC4 EthernetIP add-ons (my robot already has these add-ons purchased) in order to transfer this amount of data real-time to the controller. Would either of these two packages possess the capability I am looking for?
The main reason for this is that I cannot create 50-200 run time AXIS variables each with size 2^15.
Another round-about method I am trying is creating a very large text file offline, then uploading that to a shared directory. I will open the file, read the first line in, and while that motion is being executed, I will read in the next line via the line look ahead functionality (currently I have this parameter set to 5 lines ahead). I do not know if this will work yet, but I am currently trying to test it. Does anybody know if the "look ahead" functionality applies to SREAD/SWRITE commands in addition to motion commands?
If I have not been clear in what I am looking for, please let me know and I will try to explain it in a more clear method.
Thanks!