Echelon Neuron User Manual

Page 37

Advertising
background image

Neuron Tools Errors Guide

29

LID#

Description

8002

The Micro Server's default transceiver does not match the explicitly specified

transceiver

A Micro Server image supports a default transceiver type. This warning
indicates that a different transceiver has been chosen. The LonTalk

Interface Developer utility calculates the correct communication

parameters for the desired transceiver. Consult your Micro Server
documentation for possible restrictions of supported transceiver types.
This hint code applies only to a ShortStack Micro Server.

8003

Persistent network variables were declared – some mechanism to implement

data persistency must be provided

When the LonTalk Interface Developer utility recognizes a network

variable that has been declared with an eeprom modifier, or when the

LonTalk Interface Developer utility recognizes non-constant configuration
network variables, the utility issues this warning to remind you to provide

persistent data storage for these items. Such data storage also applies to

configuration properties implemented within configuration files, unless
they are read-only.
The type of persistent data storage that you provide depends on the

application. For example, you could use special, non-volatile memory
devices (such as EEPROM, flash, or NVRAM), or some other non-volatile

storage media (such as floppy disk drives, hard disk drives, or solid-state
drives).
This hint code applies only to a ShortStack Micro Server.

8004

Copied the specified Micro Server image file into the project folder

This hint code applies only to a ShortStack Micro Server.

8005

Your transceiver buffer configuration leaves a number of bytes unused

8006

Your application supports direct memory files, but no configuration property

files are implemented

Your model file contains a network variable of type SNVT_address, but
your project does not include a configuration property file. Remove the

SNVT_address network variable if it is not used.


Advertising