Search found 36 matches

by mirko.comparetti
10 Jan 2020, 12:31
Forum: Software
Topic: Time synchronisation behind proxy
Replies: 4
Views: 3866

Re: Time synchronisation behind proxy

The link in my first message is now broken: any way to find it again?
mirko.comparetti wrote: 22 Feb 2019, 12:04 I enabled the time synchronisation with this https://revolution.kunbus.com/tutorials ... r-stretch/
Thanks!
by mirko.comparetti
10 Jan 2020, 12:24
Forum: Hardware
Topic: Raspberry Pi 4 (2GB) stops responding every few days.
Replies: 1
Views: 2645

Re: Raspberry Pi 4 (2GB) stops responding every few days.

Hello,
This is a forum for a specific device, the RevolutionPi from Kunbus, which is an industrial device. This is not a forum for raspberry pi 4.
Sorry about that.

Thanks
by mirko.comparetti
21 May 2019, 16:43
Forum: Hardware
Topic: Read from gateway into array
Replies: 5
Views: 3982

Re: Read from gateway into array

dirk wrote: 21 May 2019, 12:53you can create your own RAP file for your own device in PiCtory - Tutorial 25 – Create your own RAP file
Hello Dirk,
Thanks, so basically I can create a new version of the AIO rap file to work with arrays? Did I undestood this correctly?

Thanks,
Mirko
by mirko.comparetti
21 May 2019, 11:17
Forum: Hardware
Topic: Read from gateway into array
Replies: 5
Views: 3982

Re: Read from gateway into array

But in PiCtory there exist "variants" for the DI/DO/DIO modules. Hello Dirk, Thanks for your reply. And what about the AIO? Is there something similar for that? We are thinking of an application where we will have multiple RevPi with different AI and we are writing a code that is "ge...
by mirko.comparetti
20 May 2019, 17:55
Forum: Hardware
Topic: Read from gateway into array
Replies: 5
Views: 3982

Read from gateway into array

Hello,
Suppose I have an I/O device (like AIO or DI/DO/DIO) and I want to configure the variable associated with the physical I/O pins to the field of an array. Would that be possible from pictory, assuming I'll use the proper array data type?

Thanks,
Mirko
by mirko.comparetti
20 May 2019, 16:47
Forum: logi.cals
Topic: Loading external libs
Replies: 2
Views: 8655

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. [...] kind regards Walter Thanks, I'll try the workaround one day: at the moment I had to switch to a different device and strategy for this purp...
by mirko.comparetti
20 May 2019, 16:45
Forum: logi.cals
Topic: Automatic assignment of external variable
Replies: 0
Views: 14746

Automatic assignment of external variable

Hello, I have a string variable that contains the name of an external variable. How can I use the value of that string to get the proper value from the external? The pseudocode of what I'd like to do is here PROGRAM someProgram VAR someString : STRING[50]; someWord : WORD; END_VAR VAR EXTERNAL someE...
by mirko.comparetti
20 May 2019, 16:34
Forum: logi.cals
Topic: How do I stop the logi.rst control code
Replies: 2
Views: 9035

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

You can also stop the logi-rts service from ssh

Code: Select all

sudo service logi-rts stop
by mirko.comparetti
20 May 2019, 16:33
Forum: logi.cals
Topic: License check
Replies: 2
Views: 8055

Re: License check

Thanks, verified!
by mirko.comparetti
20 May 2019, 12:42
Forum: logi.cals
Topic: Read file content
Replies: 0
Views: 14774

Read file content

Hello, I saw this block https://help.logicals.com/display/LC3UserDocuEN/System_read+block but it states it can only read 64 bytes: how is it possible to read a big file line by line? I'm trying to do this manually in a C block but still I'm facing issues, so I prefer to use built-in functionalities ...