Commit 91c4005d authored by Gino Tosti's avatar Gino Tosti
Browse files

Update README file

parent 32f88d04
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -37,6 +37,24 @@ $>cd $PYGEN/test

$>python runGenDeviceGUI.py

<NEWS - 07/07/21>

It is now possible to generate an ICD in word (using the standard ASTRI document format) starting from open ecxel file format (.xlsx). 
To use this feature you have to install:
pip install --user docx
pip install --user docxtpl

To run the converter

$>cd $PYGEN/test
$>python icd_converter.py -f <your ICD file (xlsx format)>

es. 
$>python icd_converter.py -f $SHAREDIR/ICD/icdExample.xlsx
.....
.....
The generated .Docx file is: ..../ICD/icdExample.docx

<NEWS - 01/07/21>

An experimental simulation OPC-UA server written in python can be also generatedwith this version of pyGen. Arrays are not supported at present, then to play with it use ICD that do not include arrays.
@@ -96,3 +114,5 @@ To check the server open another terminal and insert the command:
$>opcua-client
Insert for example:"opc.tcp://127.0.0.1:52523/OPCUA/hwSimulator" in the input box on top left of the client and click on the "Connect button". You can play with the servers nodes now.