Friday, January 22, 2016

Using FBDK with Eclipse

A skeleton Eclipse project has been created, which will enable you to run the FBDK as an external tool with the Eclipse IDE for Java.
For details see http://www.holobloc.com/doc/fbdk2/howtoeclipse.htm.

Tuesday, January 12, 2016

Increased E_CHRON precision

The precision of the E_CHRON (chronometer) function block type has been increased from milliseconds to microseconds. The accuracy of interval measurement may be limited to some value greater than 1 µs by the system-dependent accuracy of the Java System.nanoTime() method.