diff -r 06b561479e46 -r 27a56785e9cd lib/ieclib.txt --- a/lib/ieclib.txt Sat Jul 09 14:17:52 2011 +0100 +++ b/lib/ieclib.txt Sat Jul 09 14:48:31 2011 +0100 @@ -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" }