TeachIn (3D-robot) extension
Verfasst: 04 Mai 2020, 23:54
Yesterday I have finished my prototype for reading/writing contents of 5 RoboPro list elements to the TXT Data map.
=======================================================================
Example about the use of a SLI for reading and writing to the TXT Data map.
I develop this SLI and RoboPro program for a TeachIn Robotor with a TXT as controller.
I also add a 5th RoboPro LIST element for a wait time after a position change.
The SLI write/read can use with more files.
The coordinates are stored as TXT which can also edit manually.
This works in both the on-line and off-line mode.
In fact the SLI can deal with 1 up to 5 RoboPro list element, a Dim-x cooridinate (vector) [x= 1..5]
I also develop a workaround for the RoboPro "on-line 5sec SLI" bug.
Impression:
Read from file 2.txt and write to file 3.txt Empty and fills the list elements.
Optional it is also possible to add a set of coordinates to the existing one in the Lists.
Including some basic error handeling. Write the content of the List elements as coordinate to a collection as text (CSV, each line one coordinate)
Including some basic error handeling.
=======================================================================
Example about the use of a SLI for reading and writing to the TXT Data map.
I develop this SLI and RoboPro program for a TeachIn Robotor with a TXT as controller.
I also add a 5th RoboPro LIST element for a wait time after a position change.
The SLI write/read can use with more files.
The coordinates are stored as TXT which can also edit manually.
This works in both the on-line and off-line mode.
In fact the SLI can deal with 1 up to 5 RoboPro list element, a Dim-x cooridinate (vector) [x= 1..5]
I also develop a workaround for the RoboPro "on-line 5sec SLI" bug.
Impression:
Read from file 2.txt and write to file 3.txt Empty and fills the list elements.
Optional it is also possible to add a set of coordinates to the existing one in the Lists.
Including some basic error handeling. Write the content of the List elements as coordinate to a collection as text (CSV, each line one coordinate)
Including some basic error handeling.