Using Yahoo-Stock-Quote Webservice.
Category Archives: WinCC OA
WinCC OA Push Notifications to Windows App…
WinCC OA Operator (iOS App) & Push Notifications …
WinCC OA 3.12 Proxy Configuration when a Public and Local Network is used…
Local IP/Name: vm1.rocworks-vm1.f1.internal.cloudapp.net
Public IP/Name: rocworks-vm1.cloudapp.net
Client will connect through the Public IP.
Server
[general]
dataHost = "vm1.rocworks-vm1.f1.internal.cloudapp.net"
eventHost = "vm1.rocworks-vm1.f1.internal.cloudapp.net"
dataHost = "vm1.rocworks-vm1.f1.internal.cloudapp.net"
eventHost = "vm1.rocworks-vm1.f1.internal.cloudapp.net"
[proxy]
server = "vm1.rocworks-vm1.f1.internal.cloudapp.net:4897"
server = "vm1.rocworks-vm1.f1.internal.cloudapp.net:4998"
server = "vm1.rocworks-vm1.f1.internal.cloudapp.net:4897"
server = "vm1.rocworks-vm1.f1.internal.cloudapp.net:4998"
Client
[general]
dataHost = "vm1.rocworks-vm1.f1.internal.cloudapp.net"
eventHost = "vm1.rocworks-vm1.f1.internal.cloudapp.net"
dataHost = "vm1.rocworks-vm1.f1.internal.cloudapp.net"
eventHost = "vm1.rocworks-vm1.f1.internal.cloudapp.net"
mxProxy = "vm1.rocworks-vm1.f1.internal.cloudapp.net rocworks-vm1.cloudapp.net:5678 cert"
Note: It is important that the proxy port is set! (even if this port is the default port of the proxy).
Client-Project/config/
host-cert.pem
host-key.pem
root-cert.pem
WinCC OA Push Notifications to iOS/Android…
Demo: http://youtu.be/aCE8-84lAg0
Install the Android-App: http://rocworks.at/project/push/rocworks.apk (it is a very simple Test-App) and get messages sent by my “SmartHome” WinCC OA system.
Or use it with your own WinCC OA project:
Download the program from here
ASCII-Import: RocVMessage.dpl
Ctrl-Script: RocVMessage.ctc (Port 9601 is used for communication)
On a Windows Host you have to start:
RocVMessage.exe <messageHost> <projectToken>
if no messageHost is passed then localhost is used (messageHost is the host where the ctrl is running)
if no project token is passed the messages will be send to the demo project/service.
if you wanna use your own distribution circle (with a projectToken) then you can generate a project token: http://rocworks.at/project/push/qrcode
Copy the project id/token and save the QR-Image.
Start RocVMessage.exe with this project token and scan the QR-Code with the Android-App (click on “PROJECT” at the top of the app). Barcode Scanner App must be installed: https://play.google.com/store/apps/details?id=com.google.zxing.client.android
Messages are sent to those devices using the same project token as the RocVMessage.exe uses.
Sending a Push Notification: dpSet(“RocVMessage.Message.Message”, “hello from WinCC OA”);
The message will be sent to all devices which are registered to the same project token (iOS and Android!).
(Note: RocVMessage.Notification currently only works with iPhone, there is another technology behind, not yet implemented in the Android-App).
WinCC OA on Raspberry Pi…
works great!
Photovoltaik-Power: http://rocworks.no-ip.org:8080/apex/f?p=102
Meter-Values: http://rocworks.no-ip.org:8080/apex/f?p=102:8
SmartHome Power Monitoring with WinCC OA and Oracle/APEX…
Power Monitoring http://rocworks.no-ip.org:8080/apex/f?p=100
The system also controls my hot water boiler heater
WinCC OA Android App…
I now also built an Android App to visualize my Home-Automation data (powered by WinCC OA – www.etm.at).
Because i did the same for iOS and used C# for coding (Xamarin Framework) i was able to share about 70% of the code between both Apps (iOS and Android). So there was no need to re-implement the communication and business logic!! All i had to do is to get familiar with the Android-UI…
App: http://www.rocworks.at/wordpress/rocvmobile/
Android-App:
WinCC OA iPhone App…
I built an iPhone App to visualize my Home-Automation data (powered by WinCC OA – www.etm.at).
Because i did the same for iOS and used C# for coding (Xamarin Framework) i was able to share about 70% of the code between both Apps (iOS and Android). So there was no need to re-implement the communication and business logic!!
Platform Independent Mobile Application Development
Students work with some visions for cloud based SCADA systems.
Platform Independent Mobile Application Development