{ "cells": [ { "cell_type": "markdown", "id": "958ab576", "metadata": {}, "source": [ "## Configuration du noeud Alimentation PSBE9000 ##\n", "\n", "### Identifier l'ID du noeud ###\n", "\n", "Pour connaitre l'ID de l'alimentation **DC PSBE9000**, procéder comme suit:\n", "\n", "1. Allumer l'alimentation DC\n", "2. Appuyer sur la touche Menu\n", "3. Sélectionner le menu à l'écran __Communication__ à l'aide des flêches puis __Enter__ " ] }, { "cell_type": "code", "execution_count": 1, "id": "5f325dbd", "metadata": { "tags": [ "remove-input" ] }, "outputs": [ { "data": { "text/html": [ "\"Communication" ], "text/plain": [ "" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from IPython.display import HTML\n", "HTML('\"Communication')" ] }, { "cell_type": "markdown", "id": "274b76b6", "metadata": {}, "source": [ "4. Sélectionner le menu à l'écran __Node Address__" ] }, { "cell_type": "code", "execution_count": 1, "id": "3b6aa24f", "metadata": { "tags": [ "remove-input" ] }, "outputs": [ { "data": { "text/html": [ "\"Node" ], "text/plain": [ "" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from IPython.display import HTML\n", "HTML('\"Node')" ] }, { "cell_type": "markdown", "id": "280688c4", "metadata": {}, "source": [ "5. Par défaut, l'ID de ce noeud est **2**" ] }, { "cell_type": "markdown", "id": "1d666bce", "metadata": {}, "source": [ "[Revenir au tutoriel](premiers_pas_microlabbox#creation-dun-noeud)" ] } ], "metadata": { "kernelspec": { "display_name": "python3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.11" } }, "nbformat": 4, "nbformat_minor": 5 }