I have used RTC function block from Standard/TimerEnh library.
But for me it works in a very strange way.
Time on the output is time on the input + offset time since first use of RTC.
Is there any method to obtain real RTC? I mean system time.
Search found 3 matches
- 29 Aug 2018, 08:52
- Forum: logi.cals
- Topic: Real Time Clock
- Replies: 3
- Views: 23729
- 07 Aug 2018, 12:51
- Forum: logi.cals
- Topic: Instances watching problem
- Replies: 2
- Views: 19995
Instances watching problem
When I open this program from instances I can see values of variables.
PROGRAM RevolutionPiCounterProgram
VAR
Path:string[80];
FD:dint := 0;
DidOpen:bool;
DoOpen:bool;
DoClose:bool;
flash:bool;
END_VAR
VAR CONSTANT
Linux_O_WRONLY : DINT := 1;
Linux_O_APPEND : DINT := 8;
Linux_O ...
PROGRAM RevolutionPiCounterProgram
VAR
Path:string[80];
FD:dint := 0;
DidOpen:bool;
DoOpen:bool;
DoClose:bool;
flash:bool;
END_VAR
VAR CONSTANT
Linux_O_WRONLY : DINT := 1;
Linux_O_APPEND : DINT := 8;
Linux_O ...
- 31 Jul 2018, 12:46
- Forum: Hardware
- Topic: Gateway ModRTU
- Replies: 1
- Views: 5232
Gateway ModRTU
Hi,
I have several problems with this module.
I can’t find any manual for this module.
How I can define slave address?
I inserted gateway into PiCtory. But there is no possibility to set slave address like e.g. in virtual ModbusRTU Slave?
Why inputs and outputs are organized in bytes and not in ...
I have several problems with this module.
I can’t find any manual for this module.
How I can define slave address?
I inserted gateway into PiCtory. But there is no possibility to set slave address like e.g. in virtual ModbusRTU Slave?
Why inputs and outputs are organized in bytes and not in ...