Echelon NodeBuilder Errors 3120 User Manual Page 87

  • Download
  • Add to my manuals
  • Print
  • Page
    / 123
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 86
NodeBuilder Errors Guide 5-67
NCC# Description
525
Cannot have the '#pragma
skip_ram_test_except_on_power_up' because it conflicts with
'#pragma ram_test_off'
You cannot choose both options, since they would be logically
contradictory with each other.
526
Cannot have the '#pragma ram_test_off' because it conflicts
with '#pragma skip_ram_test_except_on_power_up'
You cannot choose both options, since they would be logically
contradictory with each other.
528 The FPT does not permit this property to be an array
Neuron C Version 2.1 introduces configuration properties that are
arrays. In other words, the entire array is treated as a single
property. The FPT resources (SFPT*, UFPT*) designate, for each
property, whether that property may not, may, or must be an array.
This error message indicates that the program attempted to use an
array property for an FPT CP member, but the FPT does not permit
that particular CP member to be an array.
529
The FPT requires that this property be an array of
<count>elements
Neuron C Version 2.1 introduces configuration properties that are
arrays. In other words, the entire array is treated as a single
property. The FPT resources (SFPT*, UFPT*) designate, for each
property, whether that property may not, may, or must be an array.
In the case of properties that must be an array, the FPT can specify a
fixed array bound, or a variable array bound within a range. This
error message indicates that the program attempted to instantiate a
property for an FPT CP member, but the FPT requirement that the
array bound be of a certain fixed size was not met.
530
The FPT requires that this property array have at least
<minimum> elements
Neuron C Version 2.1 introduces configuration properties that are
arrays. In other words, the entire array is treated as a single
property. The FPT resources (SFPT*, UFPT*) designate, for each
property, whether that property may not, may, or must be an array.
In the case of properties that must be an array, the FPT can specify a
fixed array bound, or a variable array bound within a range. This
error message indicates that the program attempted to instantiate a
property for an FPT CP member, but the property does not meet the
minimum array bound requirement of the FPT (the property is too
small).
Page view 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 ... 122 123

Comments to this Manuals

No comments