Releases: fischertechnik/txt_demo_c_online
TXT-C-Programming-Kit-4-6-6_beta-05
[2020-08-30]
Issues
Solved problem with bool ftxIsTransferActiv();
New
- Add callbacks
- Add examples/tests projects for the callbacks
- Add description about the callbacks to the user manual.
Update
SolutionTxtApps
For the end user is this VS2019 solution as separate .zip for available.
SolutionTxtApps
For the end user is this VS2019 solution as separate .zip for available.
Includes also the API user manual.
The end-user don't need to download all the other stuff.
TXT-C-Programming-Kit-4-6-6_beta-04
New Solution structure.
The original SolutionOnlineSamples
is using the C14++ dialect and can also be used with the Eclipse 2020-06 workbench.
The new split-up version (into a solution for the library and a solution for the applications) is using the C17++ dialect.
After downloading an solution, it is directly usable with MS Visual Studio 2019.
SolutionOnlineSamples
1. SolutionTxtLib
compiled libraries are available, VS2019 solution will come later.
SolutionTxtApps
Applications which are using theFtTxtLib
orFtTxtLibDll
library, including these libs, updates of the original example applications and some test examples.
- The library supports the communication thread now.
- It also support a set of higher level API functions as they were also present in the TX-C and Robo-interface programming kits. Like (part of the class
ftIF2013TransferAreaComHandlerEx2
):ftxStartTransferArea
,ftxStopTransferArea
,ftxIsTransferActiv
,GetTransferAreasArrayAddr
StartMotorExCmd
,IsMotorExReady
SetOutMotorValues
,GetOutMotorValues
,SetOutMotorInverse
SetOutPwmValues
,GetOutPwmValues
SetFtUniConfig
,SetFtMotorConfig
,SetFtCntConfig
GetInIOValue
SetSound, IsSoundReady
GetMicLin
,GetMicLog
SolutionTxtApps
For the end user is this VS2019 solution as separate .zip for available.
The end-user don't need to download all the other stuff.
.
Note
Feedback will be welcome.
Alle examples are tested.
TXT-C-Programming-Kit-4-6-6_beta-03
About TXT-C-Programming-Kit-4-6-6_beta-03
- update jpeg library version 6 to version 9d (most recent one)
- Camera project tested.
TXT-C-Programming-Kit-4-6-6_beta-02
About TXT-C-Programming-Kit-4-6-6_beta-02
- Added:
TestProj02
- example about the use of the enhanced motor control (black box)
with the communication between PC and TXT (TA) as thread - Choice between Compress mode and Simple as setting.
- Update the solution to MS Visual Studio 2019, dialect C14++
- Tested with TXT firmware 4.6.6 and 4.7.0_prerelease on MS-Windows 10 (64 bits)
- Renamed
FtShmem.h
intoFtShmemTxt.h
, add some TXT related comment.
Limited the TA size to master + 1 slave, this because the TXT can only work with 1 slave - Test console output conditional with
TEST
as C++ pre-processor definition. - release data: 2020-06-24
TXT-C-Programming-Kit-4-6-6_draft-01
The txt_demo_c_online as it was published before 2020-05-05.