sistem_robotik/REF/mps.resouce.robotics.ee.uwa.../courses/robotics/project/festo/(D) FST4.21-110802/SDK
a2nr ee79e466e3 init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
..
Documentation init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
EasyIP init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
FST4CI init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
Localization init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
Samples init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
Templates init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
Workshop init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
LIESMICH.txt init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
README.txt init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00
index.html init and migrate old repo to lfs 2024-04-04 22:49:22 +07:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

SDK

        Documentation and templates to write your own 
        modules and drivers for FST
        ---------------------------------------------

        *  If you want to write IO scripts, you will find the required 
                information in the file IODDOCGB.PDF in the subdirectory 
                DOCUMENTATION.

        *  If you want to write modules (to be called as CFM or CMP) in C, 
                you will find the required information in the file 
                CHAPTER9.PDF in the subdirectory DOCUMENTATION. 
                Samples you will find in the subdirectory SAMPLES.

        *  If you want to write FST drivers, you will find the required 
                information in the file IPCDRVGB.PDF in the subdirectory 
                DOCUMENTATION.
                Templates you will find in the subdirectory TEMPLATES.

        The subdirectory WORKSHOP contains some useful presentations 
        and step-by-step instructions on writing modules and drivers.


        Using the FST Commandinterpreter (CI) in your own applications
        --------------------------------------------------------------

                If you want to write tools for FST 4 that require CI access 
        (RS232 and Ethernet), you will find the required information and 
        a sample in the subdirectory FST4CI.


        Informations about the EasyIP Protocol
        --------------------------------------

                ...and a sample program in C, you will find in the 
        subdirectory EasyIP.


        Generation of language versions (Resource DLLs) for FST
        -------------------------------------------------------

                Please read the instruction HOWTOlocalize.txt in the 
        subdirectory LOCALIZATION. In this directory are all the necessary
        files and templates.