Echelon NodeBuilder Errors 3120 User Manual Page 5

  • Download
  • Add to my manuals
  • Print
  • Page
    / 123
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 4
NodeBuilder Errors Guide v
Related Manuals
The NodeBuilder User’s Guide lists and describes all tasks related to LONWORKS application
development using the NodeBuilder Development Tool. Refer to that guide for detailed information
on the user interface and features of the NodeBuilder tool.
The Neuron C Reference Guide (Revision 3) provides the reference information for writing programs
using the Neuron C language.
The Neuron C Programmer’s Guide (Revision 5) outlines a recommended general approach to
developing a L
ONWORKS application and explains the key concepts of programming in Neuron C
through the use of code fragments and examples.
Typographic Conventions for Syntax
Type Used For Example
boldface type keywords network
literal characters {
Italic type abstract elements identifier
square brackets optional fields [bind-info]
vertical bar a choice between input | output
two elements
For example, the syntax for declaring a network variable is
network input | output [netvar modifier] [class] type [bind-info] identifier
Punctuation other than square brackets and vertical bars must be used where shown (quotes,
parentheses, semicolons, etc.).
Code examples appear in the Courier font:
#include <mem.h>
unsigned array1[40], array2[40];
// See if array1 matches array2
if (memcmp(array1, array2, 40) != 0) {
// The contents of the two areas do not match
}
Page view 4
1 2 3 4 5 6 7 8 9 10 ... 122 123

Comments to this Manuals

No comments