Search found 77 matches

by Walter
02 Oct 2019, 13:47
Forum: logi.cals
Topic: Update logi.rts
Replies: 6
Views: 11494

Re: Update logi.rts

Hallo EWI, danke für Deine Anfrage. Im Grunde reicht es, das "rts" Verzeichnis auf Deinem Revolution Pi durch das zu ersetzen, das im Package des Neuen enthalten ist. Bitte achte aber darauf, dir vorher das Lizenzfile (logirts.lic) wegzusichern, da ohne dem File der RTS nur im Demomodus lä...
by Walter
18 Sep 2019, 16:32
Forum: logi.cals
Topic: TCP Server detect when client disconnects
Replies: 1
Views: 7416

Re: TCP Server detect when client disconnects

Hello Kristof, after internal clarification I will give you an answer to your question: Because of the TCP connection timeout of 30 seconds we do not think that it is a good idea to do this check with the tcp commands. An appropriate way to perform the check would be to implement a kind of continous...
by Walter
04 Jul 2019, 14:25
Forum: logi.cals
Topic: Analog input value in Logi.CAD3
Replies: 5
Views: 9300

Re: Analog input value in Logi.CAD3

Hello Johan,

for changes in this behaviour (resolution for analog value) some big changes in the whole implementation (at logi.cals and at KUNBUS) are needed.

kind regards
Walter
by Walter
15 May 2019, 16:14
Forum: logi.cals
Topic: Analog input value in Logi.CAD3
Replies: 5
Views: 9300

Re: Analog input value in Logi.CAD3

Hello Johan, thank you for the details. After further internal clarification I can give you the following information: The data type for the analog value is provided by "Pictory" to logi.CAD3. I think we would also need some informations from Kunbus how to get a higher solution for the ana...
by Walter
15 May 2019, 15:47
Forum: logi.cals
Topic: Logging von Meldungen oder Variablen in Datei
Replies: 16
Views: 21992

Re: Logging von Meldungen oder Variablen in Datei

Hallo, bitte ändere die "drittvorletzte Programmzeile" folgendermaßen um: [..] /* Transfering string to BYTE array */ StrToByteArr(my_string:=my_string,StrToByteArr=>data); System_write(fd := fileDescriptor, data := data, count := LEN(my_string)); System_close(fd := fileDescriptor); END_PR...
by Walter
10 May 2019, 14:24
Forum: logi.cals
Topic: License check
Replies: 2
Views: 7862

Re: License check

Hello, check of valid license can be done as follows: 1) start putty 2) login with "pi" and your password 3) Enter: sudo journalctl -u logi-rts 4) from line 21 on you can see if you have a valid license (shown by: "LICENSE:") pi@RevPi3422:~ $ sudo journalctl -u logi-rts -- Logs b...
by Walter
10 May 2019, 14:09
Forum: logi.cals
Topic: Loading external libs
Replies: 2
Views: 8447

Re: Loading external libs

Hello, this is indeed a problem with the C++ Compiler-Toolchain for the Rasbperry Pi and the Revolution Pi. We will file a problem report for this issue. In the meantime we can offer a workaround for the problem: You have to copy all the files of the folder [LC3_Installation_Folder]\plugins\com.logi...
by Walter
03 May 2019, 11:06
Forum: logi.cals
Topic: Instances watching problem
Replies: 2
Views: 8218

Re: Instances watching problem

Hello,

it seems to be that there was a problem in your logi.CAD 3 version. In newer versions of logi.CAD 3 this issue does not appear

kind regards
Walter
by Walter
03 May 2019, 10:50
Forum: logi.cals
Topic: How do I stop the logi.rst control code
Replies: 2
Views: 8838

Re: How do I stop the logi.rst control code

Hello,

PLCs are designed to work without a connected programming system.
You can stop the code by pressing the "STOP" button in the application view of logi.CAD 3
Removing the license will let the code run for 1 hour (demo mode).

kind regards
Walter
by Walter
30 Apr 2019, 16:57
Forum: logi.cals
Topic: Analog input value in Logi.CAD3
Replies: 5
Views: 9300

Re: Analog input value in Logi.CAD3

Hello Johan,

Please tell us a little more about your (physically) application. What's the reason for the need of such a high resolution?
With current version of logi.CAD 3 it is not possible to get a higher resolution as WORD (16 bit).

kind regards
Walter