Author |
Message |
lsislsis
|
PostPosted: Tue Dec 02, 2014 7:41 pm |
|
Joined: Thu Sep 18, 2014 12:10 am Posts: 88
|
Can we use the visualization of raspberry for access other remote PLC that use Codesys V3 or V2.3 runtime?
Regards
|
|
Top |
|
 |
kmpm
|
PostPosted: Tue Dec 09, 2014 3:23 pm |
|
Joined: Fri Dec 06, 2013 9:59 am Posts: 35
|
Hi,
As I have understood it, No. The visualization can only pick up values from the local runtime and not directly from a remote device. And you can not put the web visualization from one codesys implementation, for example the raspberry one and put it on a wago. The visualization support comes from the supplier of the device and if it's not implemented in the runtime on that device it will not work.
Not even all codesys 3.5 runtimes on other devices have the web visu support that raspberry has. Berghof is the only brand that I have used that have the web visu implemented, and I love it.
What you could do though, is to have the visualization in the raspberry pi and somehow get/set the values you need from the other devices into the raspberry and have the visualization show and manipulate the local "copy" of these values.
_________________ kmpm on CODESYS Forge | on GitHub
|
|
Top |
|
 |
jzhvymetal
|
PostPosted: Fri Dec 12, 2014 11:27 pm |
|
Offline |
 |
Joined: Tue Aug 30, 2011 1:21 am Posts: 96
|
lsislsis, You could setup ModbusTCP or Network variables to transfer variables to monitor remote devices. Then make visualization from those variables.
kmpm, FYI also Schneider Electric SoMachine4.1 enable web visualizations. This means M258, M241, and M251 have it with latest frimware.
_________________ The Original SoMachine Ninja
|
|
Top |
|
 |
Edwin Schwellinger
|
PostPosted: Sun Dec 14, 2014 7:53 pm |
|
Joined: Mon Sep 05, 2005 9:42 am Posts: 3570
|
Hi, an option could be, use netvars (they are available on V2.3 too) and copy with that the visuvariables to the raspberry pi and use the pi webvisu to do the visu for the 2.3 plc. (you could even import the V2.3 project and convert the visu pages to V3 and use them in V3)
BR Edwin
|
|
Top |
|
 |