Echelon NodeBuilder Errors 3120 User Manual Page 38

  • Download
  • Add to my manuals
  • Print
  • Page
    / 123
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 37
5-18 Neuron C Compiler Errors (NCC)
NCC# Description
133
Explicit addressing requires inclusion of <msg_addr.h>
[NCC#133]
An attempt to use the msg_out.dest_addr field or the msg_in.addr
field has been detected, but cannot be compiled because the include
file <msg_addr.h> was not included by the programmer. Note that
the include directive must appear prior to the first such field
reference. The include file is not needed for references to other fields
of the msg_out or msg_in objects.
134 Call only applies to bindable msg_tag [NCC#134]
The is_bound( ) built-in function returns TRUE (nonzero) if the
requested object has been bound. Otherwise, it returns FALSE. The
function applies only to network variables and to bindable message
tags. A bindable message tag is a message tag declared without the
bind_info (nonbind) option.
135
Parameter must be either a msg_tag name or an NV name
[NCC#135]
The is_bound( ), addr_table_index( ), and nv_table_index( )
built-in functions return TRUE (nonzero) if the requested object is
bound (connected). Otherwise, they return FALSE. The functions
apply only to network variables and to bindable message tags. A
bindable message tag is a message tag declared without the
bind_info (nonbind) option.
136 Incorrect number of parameters [NCC#136]
The compiler outputs these diagnostics when the number of actual
parameters, or the actual parameter types, do not match those in the
function prototype and they cannot be automatically converted.
137 Parameter to ‘poll’ must be input network variable [NCC#137]
The built-in function poll( ) takes as its only argument the name of
an input network variable. See the Functions chapter of the Neuron
C Reference Guide for a definition of this function.
138 Invalid 2nd argument to ‘sleep’ [NCC#138]
The built-in function sleep( ) has an optional second parameter
which may be a previously declared Neuron C I/O object name or an
I/O pin name. If an I/O object name is specified, the object's primary
pin will be monitored for a wakeup condition. Alternately, a pin
name may be explicitly specified. In both cases, this pin must be one
of IO_4, IO_5, IO_6, or IO_7.
139
Sleep wakeup I/O object must be an input pin on one of
IO_4..IO_7 [NCC#139]
The built-in function sleep( ) has an optional second parameter
which may be a previously declared Neuron C I/O object name or an
I/O pin name. If an object name is specified, the object’s primary pin
will be monitored for a wakeup condition. The primary pin must be
one of IO_4, IO_5, IO_6, or IO_7.
Page view 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 122 123

Comments to this Manuals

No comments