--
You received this message because you are subscribed to the Google Groups "FBDK" group.
To post to this group, send email to fb...@googlegroups.com.
To unsubscribe from this group, send email to fbdk+uns...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fbdk?hl=en.
If you are trying to test the CLIENT FB by launching it in the FB
testing window, you can only send it data of WSTRING type. For data
any other type, you have two possibilities:
1) Embed the CLIENT block in a composite FB whose I/O is all of known
types; see for example the MECH2_PRXY block in the src/mva folder.
Then you can test the composite FB in the FB testing window. By the
way, this is the "proxy" design pattern for which documentation is
still incomplete; see
http://www.holobloc.com/doc/despats/proxy/index.htm.
2) Alternatively, you can place the CLIENT FB in a resource of a
system configuration in which its RD_x outputs are connected to
variables of known type. See, for instance, the RCV_REAL.RES0 resource
in the CODEC_TEST system of the fbdk/ita folder (that uses a
SUBSCRIBE_2 block but the principle is the same for a CLIENT block).
--
Best regards,
Jim Christensen