Search found 88 matches

by kjkoster
15 Jun 2022, 22:26
Forum: Software
Topic: New release of revpipyload?
Replies: 3
Views: 1387

Re: New release of revpipyload?

Dear Nicolai,

Nice one. I just updated our systems and all is well. Thank you!

Kees Jan
by kjkoster
11 Jun 2022, 16:24
Forum: Software
Topic: RevPi versus Siemens PLC
Replies: 2
Views: 1875

Re: RevPi versus Siemens PLC

Dear Purecade, I know nothing of "regular" PLC's, really, but your comment about the communication cycle brought me here. So here is a sort-of answer to your question. Coming from a software world, the focus on I/O or slave or communication cycle always surprised me. I have a little system...
by kjkoster
09 Jun 2022, 13:30
Forum: Software
Topic: dev/root is full but no large fils
Replies: 3
Views: 4331

Re: dev/root is full but no large fils

Dear Nick, You can search for the culprit systematically by running the du command. Here is what I do: I go to the file system root (cd /) and then run "sudo du -ks * | sort -n | tail -5". This gives me files or directories that are the largest. Then I go into the directory that has the la...
by kjkoster
03 Jun 2022, 15:52
Forum: Hardware
Topic: Flow meters stop being read as they approach 500Hz
Replies: 2
Views: 926

Re: Flow meters stop being read as they approach 500Hz

Dear All,

A quick check with an external power supply and an oscilloscope shows that this problem is with the flow meter, not with the Revolution Pi.

Kees Jan
by kjkoster
03 Jun 2022, 15:50
Forum: Hardware
Topic: 10V out seems to be really 9.1V
Replies: 3
Views: 1098

Re: 10V out seems to be really 9.1V

Dear Nicolai,

We measured with all wiring removed that the output was indeed 10V. The problem must be elsewhere in the system. Thank you for taking the time to confirm.

Kees Jan
by kjkoster
03 Jun 2022, 10:44
Forum: Hardware
Topic: Flow meters stop being read as they approach 500Hz
Replies: 2
Views: 926

Flow meters stop being read as they approach 500Hz

Dear All, We have a few flow meters that run at 500Hz for full flow. From our experiments, flow is reported properly until we get close to the maximum 500Hz. Then, the counter stops incrementing although there is still flow. We also have a U1000 flow meter, running up to 200Hz for 200l/min. That wor...
by kjkoster
03 Jun 2022, 10:35
Forum: Hardware
Topic: 10V out seems to be really 9.1V
Replies: 3
Views: 1098

10V out seems to be really 9.1V

Dear All, We just measured the output of a 0-10V pin on an AIO module. We measure only 9.1V on the pins, instead of the expected 10V. In code, we set the I/O pin to value 10000. I can imagine there is some margin for error, but this is almost a 10% deviation. In practice this means that we cannot ru...
by kjkoster
20 May 2022, 09:52
Forum: Hardware
Topic: RED LIGHT OUTPUT - DO MODULE
Replies: 4
Views: 1598

Re: RED LIGHT OUTPUT - DO MODULE

Dear jmvr,

I cannot see how the module's X2 connector is wired. Did you connect 0 and 24V to the X2 connector?

Kees Jan

PS. Please behave professionally in your posts.
by kjkoster
19 May 2022, 10:13
Forum: Software
Topic: New release of revpipyload?
Replies: 3
Views: 1387

New release of revpipyload?

Dear Kunbus,

Can Revpipyload please be made into a real release? I am running a non-release package 0.9.7a now, gracefully provided by Sven, but I much rather be running release packages. The current release package 0.9.7 has a broken MQTT service.

Kees Jan
by kjkoster
16 May 2022, 19:29
Forum: Software
Topic: Open Source code libraries / templates Codesys/Twincat
Replies: 1
Views: 1257

Open Source code libraries / templates Codesys/Twincat

Dear All, I have a question about the use of Open Source libraries in your code. How do you feel about the use of external libraries and tools, developed on Github, in your code? As for why I ask: I come from the Java world, where building on OSS code is the norm. Libraries and dependency management...