1
0

read csv file and add some comments

This commit is contained in:
Nils Ritler
2023-05-30 11:31:01 +02:00
parent 0d105fb64e
commit 55fa80c4d4
7 changed files with 99 additions and 22 deletions

View File

@@ -8,11 +8,11 @@ public class Field {
public static void main(String[] args) {
FloatRegister fRI = new FloatRegister("GRID_U_FLOAT",false,89);
//FloatRegister fRI = new FloatRegister("GRID_U_FLOAT",false,89);
BooleanRegister bRI = new BooleanRegister("SOLAR_CONNECT_ST", false ,609);
FieldConnector.getMySelf().startPeriodicalPolling();
FloatRegister fRO = new FloatRegister("REMOTE_FACTORY_SP",true,205);
//FloatRegister fRO = new FloatRegister("REMOTE_FACTORY_SP",true,205);
BooleanRegister bRO = new BooleanRegister("REMOTE_SOLAR_SW", true ,401);
/*