Skip to content

Commit

Permalink
readme/version BUGFIXING/update new features
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wissing committed Sep 20, 2023
1 parent 58a6169 commit 4cf9e1d
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 27 deletions.
18 changes: 8 additions & 10 deletions TP-Tools.html

Large diffs are not rendered by default.

Binary file removed assets/IntegratedHelp.gif
Binary file not shown.
Binary file removed assets/Random_Simple.gif
Binary file not shown.
Binary file removed assets/SET_PROGS_INVISIBLE2.gif
Binary file not shown.
Binary file removed assets/TP_VIEW_Example1 copy.gif
Binary file not shown.
Binary file removed assets/TP_VIEW_Example1.gif
Binary file not shown.
Binary file removed assets/Werbung1.gif
Binary file not shown.
Binary file removed assets/tp_tools-repo.JPG
Binary file not shown.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# Changelog
## Changes
- *23/09/20* : **TP-Tools 1.0.43 readme/version BUGFIXING/update new features**
- *23/08/31* : **TP-Tools 1.0.42 ADD ord2reg/update readme**
- *23/08/31* : **TP-Tools 1.0.40**
- *23/08/24* : **Release Candidate 1**
Expand All @@ -14,9 +15,13 @@
### Next steps (planned)
- prepare translations
- docs bugfixing
- better assets management


### New features 1.1 (Oct/23)
- local register support for V940

### New features 1.2 (Oct/23)
- Just additions, no breaking changes
- CRX Plugin with some functions of TP-Tools.
A lot of functions won't fit or are obsolet for CRX/Tablet-TP user.
Expand Down
32 changes: 15 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ A license file does NOT have to be copied to the robot controller.
---
### Controller and Version

- R-30iA (< V7.50)
- R-30iB (< V8.10)
- R-30iBPlus (< V9.10)
- R-30iBPlus/CRX (< V9.40/42)
- R-30iA (V7.50)
- R-30iB (V8.10)
- R-30iBPlus (V9.10)
- R-30iBPlus/CRX (V9.40/42)

If there is no corresponding subfolder, the version is (currently) not available.

Expand Down Expand Up @@ -69,8 +69,7 @@ You can switch between

[tp_view](/tp_view/readme.md)

![tp_view](./assets/TP_VIEW_Example1.gif)

![tp_view](tp_view/assets/TP_VIEW_Example1.gif)

e.g.
```
Expand All @@ -80,9 +79,7 @@ e.g.
: CALL TP_VIEW('CLEAR_VIEW',1) ;
```

The CRX_PlugIn is under development.

[CRX_PlugIn] (https://github.com/Backdate/TP-Tools/discussions/3)
**A CRX_PlugIn called *Tablet-TP-Tools* is under development.**

---
## TP_WRITE
Expand All @@ -91,21 +88,19 @@ TP_WRITE can be used to write single-line (dynamic) messages to various "screens

[tp_write](/tp_write/readme.md)

![tp](./assets/Werbung1.gif)
![tp](./tp_write/assets/Werbung1.gif)

Among others, the following are available for selection:

- Console
- UserScreen
- TPError

The usage with the Arg-Wizard is implemented.
The Arg-Wizard is implemented.

![ArgWiz](tp_write/assets/TP_WRITE_ARG_WIZ.gif)

The CRX_PlugIn is under development.

[CRX_PlugIn] (https://github.com/Backdate/TP-Tools/discussions/3)
**A CRX_PlugIn called *Tablet-TP-Tools* is under development.**

---

Expand Down Expand Up @@ -135,6 +130,9 @@ Result is written to specified register
- e.g. : CALL ord2reg('ABCDE123,2,1) ;
- will write 66 to register 1, because second(2) Char of string is 'B'

[2REG](2reg/readme.md)


### RAND2REG


Expand All @@ -143,7 +141,7 @@ Generates a (pseudo) random number and writes the value into the corresponding r
Uses $FAST_CLOCK to initialize, but can also be configured.


[Title](2reg/rand2reg/readme.md)
[RAND2REG](2reg/rand2reg/readme.md)


![Alt text](2reg/rand2reg/assets/Random_Simple.gif)
Expand All @@ -157,7 +155,7 @@ Make programs temporarily invisible or hide them
[set_invisib](./set_invisib/readme.md)


![set_invisib.gif](./assets/SET_PROGS_INVISIBLE2.gif)
![set_invisib.gif](./set_invisib/assets/SET_PROGS_INVISIBLE2.gif)


---
Expand All @@ -166,7 +164,7 @@ Make programs temporarily invisible or hide them

- Why xy ? --> Check faq.md
- I need more technical information. --> Check DeepDive.md
- Where can I find a changelog? Use github and check info files.
- Where can I find a changelog? Use github and check changelog.md.

---

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 4cf9e1d

Please sign in to comment.