#hazzy Logs

Mar 27 2020

#hazzy Calendar

03:40 AM TurBoss: morning
03:40 AM TurBoss: day ...
05:16 AM jthornton: morning
05:39 AM TurBoss: hello JT
08:07 AM Lcvette: morning!
08:19 AM hazzy-m: morning
08:19 AM hazzy-m: https://pypi.org/project/stdeb/
08:19 AM hazzy-m: ^^ Looks interesting
08:20 AM hazzy-m: also this: https://github.com/FreeOpcUa/python-opcua
08:37 AM JT-Shop: interesting
09:15 AM dremeier[m]1: morning
12:54 PM hazzy-m: TurBoss: looks like we can use OPC UA for making a remote client
12:55 PM hazzy-m: it seems to be the industry standard communication protocol for Industry 4.0
12:55 PM hazzy-m: all our machines use it
01:24 PM TurBoss1: greAt
01:46 PM TurBoss: https://github.com/FreeOpcUa/python-opcua
02:55 PM * TurBoss is playing with examples
02:57 PM hazzy-m: https://doc.qt.io/QtOPCUA/index.html
02:58 PM hazzy-m: Qt has an OPT UA module!
02:59 PM TurBoss: wow
03:12 PM TurBoss: hazzy: yoou playing with it?
03:12 PM TurBoss: how do I load Qt stuff?
03:13 PM TurBoss: seems c++ stuff
03:54 PM hazzy-m: TurBoss: I think its only c++ :(
03:54 PM * hazzy-m is still at work
03:54 PM hazzy-m: flying company drones lol
03:55 PM TurBoss: lol
03:55 PM TurBoss: have fun
05:53 PM jthornton: making videos hazzy-m ?
05:55 PM TurBoss: https://github.com/FreeOpcUa/freeopcua/blob/master/python/examples/server.py
06:45 PM * TurBoss uploaded an image: Captura de pantalla de 2020-03-28 00-45-00.png (295KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/YcCtTsZNuChNuVaCYgBgHVwp >
07:12 PM Not-8b5f: [02qtpyvcp] 07TurBoss pushed 031 commit to 03VCP_API [+2/-0/±0] 13https://git.io/JvHpq
07:12 PM Not-8b5f: [02qtpyvcp] 07TurBoss 030a7fcab - api example
07:28 PM hazzy-m: Whoa!!!!
07:31 PM TurBoss: xD
07:32 PM TurBoss: hazzy: i need your halp
07:32 PM TurBoss: there is the code
07:35 PM TurBoss: to install the gui client
07:35 PM TurBoss: ``python3 -m pip install opcua-client
07:36 PM TurBoss: * to install the gui client
07:36 PM TurBoss: ```
07:36 PM TurBoss: python3 -m pip install opcua-client
07:36 PM TurBoss: there is no way to stop the service
07:36 PM TurBoss: for now..
08:18 PM Not-8b5f: [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03VCP_API [+0/-0/±1] 13https://git.io/JvHh2
08:18 PM Not-8b5f: [02qtpyvcp] 07KurtJacobson 03999e8dc - stop OPC UA server on app exit
08:21 PM TurBoss: thankyou
08:21 PM hazzy-m: yes!
08:21 PM hazzy-m: its works!
08:21 PM TurBoss: its amazing!
08:21 PM hazzy-m: looks very powerful
08:22 PM hazzy-m: would be great to have it integrated into LinuxCNC instead of the python interface
08:22 PM TurBoss: i'm with var
08:22 PM hazzy-m: would allow remote interfaces
08:22 PM hazzy-m: sweet!
08:22 PM hazzy-m: thank you
08:22 PM TurBoss: but I don't know how to get the plugins stuff
08:23 PM TurBoss: :(
08:23 PM TurBoss: did this
08:23 PM * TurBoss sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/sjAGqTREBaXvgaPlmQYynloJ >
08:23 PM TurBoss: addvariable
08:25 PM TurBoss: hazzy: tried the opcua-client?
08:29 PM hazzy-m: yes, it works great!
08:30 PM TurBoss: remembers me snmp
08:32 PM hazzy-m: we could almost use it instead if rules ....
08:32 PM hazzy-m: * we could almost use it instead of rules ....
08:32 PM hazzy-m: I wonder how fast it can update values
08:35 PM TurBoss: how?
08:35 PM TurBoss: expresions but no rules
08:35 PM TurBoss: ?
08:35 PM TurBoss: its a debian packagae
08:36 PM TurBoss: fine to add :)
08:49 PM * hazzy-m uploaded an image: image.png (152KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/kurcLFmbtPjFpwEJBqjnmZvq >
08:49 PM hazzy-m: awesome!
08:50 PM * hazzy-m sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/McfdOTKKyioWTWywsrPOGCeq >
08:50 PM TurBoss: brutal
08:51 PM hazzy-m: just string values ...
08:51 PM hazzy-m: lol
08:51 PM TurBoss: wot?
08:51 PM hazzy-m: what I did
08:51 PM TurBoss: ah
08:51 PM TurBoss: ok
08:52 PM TurBoss: they need polling?
08:52 PM hazzy-m: yes
08:53 PM hazzy-m: we might should add another status plugin to poll the status chan directly and update the OPC UA server, rather than using QtSlots to update the server
08:54 PM TurBoss: 😳
08:55 PM TurBoss: ah ok the while true?