Echelon FTXL User Manual
Page 250
238
LonTalk Interface Developer Utility Error and Warning Messages
LID#
Description
4009
Warning code not in use.
4010
Warning code not in use.
4011
The .NCT file references a built-in type with no host equivalent
known to LonTalk Interface Developer utility
This condition is unlikely to occur and does report an internal error.
Check
the problem, or contact
. This message is a
warning rather than an error because the condition does not prevent
your application from working. Carefully check the type definitions
provided in LonNvTypes.h and LonCpTypes.h (both generated by
LonTalk Interface Developer utility) and correct the offending type.
Continue using these files and build your FTXL device.
4012
Warning code not in use.
4013
Warning code not in use.
4014
Explicit addressing specified but not required
This warning reminds you that you have requested support for
explicit addressing, although it does not seem to be required. Explicit
addressing requires larger buffers on the host, therefore support for
explicit addressing is advisable only when needed. Message tag
declarations that are intended for use with explicit addressing should
be marked with the bind_info(nobind) modifier to signal the use of
explicit messaging. See also the LID#4013 and LID#4015 warnings.
4015
Explicit addressing specified but neither supported nor required
Although support for explicit addressing has been requested, it does
not appear to be required. See also the LID#4013 and LID#4014
warnings.
4016
FTP implementation suspect -- no message tag but SNVT_file_*
implemented
The implementation of the file transfer protocol is suspect, as the
FTP-related network variables are present but no message tag has
been declared.
4017
Files cannot be made writable
When the LonTalk Interface Developer utility creates the host
framework, it produces several files based on input provided by the
user. It copies the necessary files into the destination folder. These
files are made writable after they are copied, unless this warning
indicates it is not possible. See also the LID#4006 warning.
4018
Warning code not in use.