Hello Roger,
Thanks for the reply. I agree, it does seem very complicated but I believe there are restrictions on the amount of water that can be pumped in any period, pumps cannot operate when the wells are at certain levels and the system has to be turned off if the temperature is greater than a 10 degree difference between extracted and recharged boreholes. Still - not my part of the works - all I have to do is log it.
We have got the wiring connected to the digital input and the other side to ground so I shall try adding a pulse counter again and using the reset as you suggest.
Do you know of a way to open up the dEX terminal without being connected to the logger to enable me to program in the office before returning to site?
This is the program we had loaded, is there anything obvious that we have missed? If this should work I will need to contact the PLC people to modify the pulsed output or would we be better off trying to get a 4-20mA mirror signal to DT80?
RS1S
RA"DAY_TMR"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1D
LOGONA
1HSC("EXTRACT FLOW",LM,R)
2HSC("RETURN FLOW",LM,R)
RB"15MIN_TMR"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)15M
LOGONB
2HSC("RETURN FLOW2",LM,R)
RC"30MIN_TMR"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1M
LOGONC
1*L(N,"BH 1 LEVEL~METERS",LM,S1,NA,100)
1L(N,"BH 2 LEVEL~METERS",LM,S1,NA,100)
2L(N,"BH 3 LEVEL~METERS",LM,S1,NA,100)
2*L(N,"BH 4 LEVEL~METERS",LM,S1,NA,100)
3*L(N,"EXTRACT TEMP~DEGREE C",LM,S3,NA,100)
3L(N,"RETURN TEMP~DEGREE C",LM,S2,NA,100)
Cheers,
Bryn
Hello Roger,
Thanks for the reply. I agree, it does seem very complicated but I believe there are restrictions on the amount of water that can be pumped in any period, pumps cannot operate when the wells are at certain levels and the system has to be turned off if the temperature is greater than a 10 degree difference between extracted and recharged boreholes. Still - not my part of the works - all I have to do is log it.
We have got the wiring connected to the digital input and the other side to ground so I shall try adding a pulse counter again and using the reset as you suggest.
Do you know of a way to open up the dEX terminal without being connected to the logger to enable me to program in the office before returning to site?
This is the program we had loaded, is there anything obvious that we have missed? If this should work I will need to contact the PLC people to modify the pulsed output or would we be better off trying to get a 4-20mA mirror signal to DT80?
````
RS1S
RA"DAY_TMR"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1D
LOGONA
1HSC("EXTRACT FLOW",LM,R)
2HSC("RETURN FLOW",LM,R)
RB"15MIN_TMR"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)15M
LOGONB
2HSC("RETURN FLOW2",LM,R)
RC"30MIN_TMR"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1M
LOGONC
1*L(N,"BH 1 LEVEL~METERS",LM,S1,NA,100)
1L(N,"BH 2 LEVEL~METERS",LM,S1,NA,100)
2L(N,"BH 3 LEVEL~METERS",LM,S1,NA,100)
2*L(N,"BH 4 LEVEL~METERS",LM,S1,NA,100)
3*L(N,"EXTRACT TEMP~DEGREE C",LM,S3,NA,100)
3L(N,"RETURN TEMP~DEGREE C",LM,S2,NA,100)
````
Cheers,
Bryn