Search found 3 matches

by janbob
29 Aug 2018, 08:52
Forum: logi.cals
Topic: Real Time Clock
Replies: 3
Views: 11485

Real Time Clock

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.
by janbob
07 Aug 2018, 12:51
Forum: logi.cals
Topic: Instances watching problem
Replies: 2
Views: 8471

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_CREAT : DINT := 512; ...
by janbob
31 Jul 2018, 12:46
Forum: Hardware
Topic: Gateway ModRTU
Replies: 1
Views: 3334

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 word...