1) Composite FBs that use HMI elements or other Service Interface
Function Blocks (SIFBs) usually don't test well by themselves - you
have to build a "test fixture" System configuration containing at
least a FRAME_DEVICE with a contained PANEL_RESOURCE where you put the
composite FB along with any other HMI elements you need for testing.
As an example, look at the hmi/OUT_QO_US FB and how it is used in the
math/matrix/TEST_MATRIX example, for instance in the
MATRIX_TEST.TEST_OUT resource.
2) IN_BOOL is not compilable. It is a SIFB which is implemented with
manually created Java internals. The compiled code (IN_BOOL.class) is
already present in the fb.rt.hmi package of the fbrt.jar archive file.
--
Best regards,
Jim Christensen