diff -r 9a2262fb7994 -r 8fb0fbfcc71b lib/ieclib.txt --- a/lib/ieclib.txt Tue Jul 12 22:20:28 2011 +0200 +++ b/lib/ieclib.txt Wed Jul 13 11:48:34 2011 +0200 @@ -24,6 +24,11 @@ (* This is the library conatining the standard function blocks defined in the standard. *) (* FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10) *) + +(* The standard functions *) +{#include "standard_functions.txt" } + +(* The standard function blocks *) {#include "edge_detection.txt" } {#include "bistable.txt" } {#include "counter.txt" } @@ -34,6 +39,6 @@ {#include "pid_st.txt" } {#include "ramp_st.txt" } -(* Frome later versions of the standard *) +(* From later versions of the standard *) {#include "sema.txt" }