Manz Automation AG
Hi,
I want to replace the version of the toolkit currently used by me with toolkit V1.0.1.0. I found out, that the file TLR_Packtes.h has been removed and some of the defines and structs has been moved to TLR_Types.h. I am missing some structs I used in the older toolkit version like DIAG_INFO_GET_WATCHDOG_TIME_CNF_T or DIAG_INFO_SET_WATCHDOG_TIME_CNF_T. Where have they gone? Can I achive the functionality of these structs on another way?
Best regards
M T
Hilscher Gesellschaft für Systemautomation mbH
The toolkit only contains the basic header files, needed to work with the DPM. It does not include fieldbus / stack specific commands.
As the Include files have been reorganized so a user does not need to pull in many of the internal structures, some definitions might have been renamed. This has nothing to do with the toolkit itself.
But you will find the following definitions in rcX_Public.h, that represents the old structures:
- RCX_GET_WATCHDOG_TIME_REQ / RCX_SET_WATCHDOG_TIME_REQ
- RCX_GET_WATCHDOG_TIME_REQ_T / RCX_GET_WATCHDOG_TIME_CNF_T
- RCX_SET_WATCHDOG_TIME_REQ_T / RCX_SET_WATCHDOG_TIME_CNF_T
Regards,
MT