Search found 159 matches

by Amar
14 Apr 2021, 10:03
Forum: Software
Topic: failed on downloading RevolutionPiBridgeV1.0.1.99
Replies: 4
Views: 3080

Re: failed on downloading RevolutionPiBridgeV1.0.1.99

Hi Wang,
You can download it from the link
https://revolution.kunbus.com/tutorials ... einbinden/

http://media.kunbus.de/media/support/RevPi.Codesys.Lib.zip

Regards,
Amar
by Amar
12 Apr 2021, 12:13
Forum: Software
Topic: RevPi as CANopen Slave in Codesys
Replies: 1
Views: 2249

Re: RevPi as CANopen Slave in Codesys

Hello, Yes, CANopen Slave can also used with Codesys on RevPi Connect. The procedure for running RevPi Can Open Codesys Slave is similar to that of Master. For Rev Pi Con Can Master Slave the following step for setting baud rate and enabling Con Can Module remains same. sudo nano /var/opt/codesys/rt...
by Amar
01 Apr 2021, 16:39
Forum: Software
Topic: Regarding to [Integrate RevPiLib into CODESYS]
Replies: 5
Views: 4334

Re: Regarding to [Integrate RevPiLib into CODESYS]

Hello Wang, Tutorials on Integrate RevPiLib into CODESYS are for older library. https://revolution.kunbus.com/tutorials/software/revpilib-in-codesys-einbinden/ Only download link of new Codesys package is updated on that page as of now. You shall be using following package from RevPi.Codesys.Lib.zip...
by Amar
09 Mar 2021, 10:10
Forum: Software
Topic: DIO won´t work in codesys
Replies: 2
Views: 2383

Re: DIO won´t work in codesys

Hi, You can rename the Left/Right module name in Codesys tree and its fine. If any DIO LED's are RED after downloading and running Codesys program, you need to check the wiring and power supply again. In Codesys, you need to name the input variable and call it in Program.Only then its actual value w...
by Amar
05 Mar 2021, 14:15
Forum: Hardware
Topic: CANOpen Manager not visible with Codesys
Replies: 4
Views: 4418

Re: CANOpen Manager not visible with Codesys

Hello Guss, RevPiLib on the website is older Codesys library and you will not require that. You need RevolutionPiBridge,which is the new RevPi Codesys libary currently in Beta release. (RevolutionPiBridgeV1.0.1.99.zip) here is the RevPi Codesys package download link for you. Link: RevolutionPiBridge...
by Amar
17 Feb 2021, 10:40
Forum: Hardware
Topic: Codesys cannot find ConCAN
Replies: 3
Views: 4451

Re: Codesys cannot find ConCAN

Here is an example Codesys Connect project with Con CAN. Download Link: https://kunbusgmbh-my.sharepoint.com/:u:/g/personal/a_jadhav_kunbus_com/ESDKEqDV_PxJjvraF0HW9mABZC-kkzJcnBFyslBK5q2a5g?e=EiwGB0 or https://kunbusgmbh-my.sharepoint.com/:u:/g/personal/a_jadhav_kunbus_com/ESDKEqDV_PxJjvraF0HW9mABF...
by Amar
16 Feb 2021, 15:11
Forum: RevPi Nodes for Node-RED
Topic: A problem with the Official Node-Red Revolution Pi Nodes
Replies: 5
Views: 13027

Re: A problem with the Official Node-Red Revolution Pi Nodes

Hi Daniele, Could you please repost the screenshots attached in your post since they are not visible. I would recommend you to carry out following steps so that I can reproduce the issue: 1) Flash latest stretch image on Core. https://revolution.kunbus.de/shop/de/stretch 2) Update the image sudo apt...
by Amar
09 Feb 2021, 09:51
Forum: Hardware
Topic: Codesys and ConCAN
Replies: 2
Views: 2904

Re: Codesys and ConCAN

Hi, The new Revolution Pi Codesys library works independent of pictory configuration and overwrites the config.rsc file at application startup. You need to do following steps: 1) configure Connect and Con Can module to Right side in codesys IDE. 2) configure the script for setting baud rate sudo nan...
by Amar
25 Jan 2021, 09:35
Forum: Software
Topic: PiCtory MODBUS RTU Configuration
Replies: 4
Views: 3354

Re: PiCtory MODBUS RTU Configuration

Nice. That's right. QTY to read multiple registers (more than one) will automatically allocate to the next available variable name. Your Example to avoid overlapping is also correct.