Document aim and conventions
Underlined text marks a cross reference or hyperlink.
- Example 1: Observe our safety notes.
- Example 2: Download needed code templates from our website for EMEA / APAC or AMERICA.
Gray bold italics call out menu paths, buttons, tab and file names.
- Example 1: Select Home > Connect controller > CANopen.
- Example 2: In the NanoJ tab, select NanoJ project and open Analog Input.cpp.
Plain italics mark Freehand entries and foreign-language expressions. They also emphasize words of critical weight. Alternatively, bracketed exclaim marks(!) give critical weight.
- Example 1: Enter Plug & Drive Studio. In addition to users (= Nutzer; usuario; utente; utilisateur; utente etc.), this document also addresses:
- - Third-party users (= Drittnutzer; tercero usuario; terceiro utente; tiers utilisateur; terzo utente etc.).
- - End users (= Endnutzer; usuario final; utente final; utilisateur final; utente finale etc.).
- Example 2: Protect yourself, others and your equipment. Follow our general safety notes that are generally applicable to all Nanotec products. Also follow the specific safety notes that apply to this specific product.
Courier marks code blocks or programming
commands.
- Example 1: Via Bash, call
sudo make installto copy shared objects; then callldconfig. - Example 2: Use the following NanoLibAccessor function to change the logging level in NanoLib:
//
***** C++ variant *****
void setLoggingLevel(LogLevel level);The verb to co-click
Co-clicking means a mouse click by secondary key to open context menus etc.- Example 1: Co-click the file, select Rename, and rename the file.
- Example 2: Co-click the file to check and select Properties.
Numerical values
Numbers appear in decimal.
Hexadecimal notation ends in subscript h. Objects in the object
dictionary notate in hexadecimal as <Index>:<Subindex>,
non-notated subindices as 00h. Example:
1003h:05h is subindex 5 in object
1003h. And 6040h is subindex 00 in object
6040h.
|
Bits Each object bit counts up from LSB (bit number 0), such as data type UNSIGNED8: |
Count direction (arrows) Illustrations always count arrow-wards; both example objects60C5h and
60C6h are thus positive. |