Re: [AMMRL] BMPC2 email/internet comm

From: Matthias Brandl <matthias.brandl_at_tum.de>
Date: Thu, 13 Jun 2024 16:52:59 +0200

Hi all,

Wow, these mails are from a while ago...but finally I have a useful answer:

I put some generalized information on our BMPC2 monitoring solution, to
which Rainer alluded in January, on the new NMR-KB:
https://nmr-kb.science.uu.nl/t/bmpc-monitoring/50

If and when I can find the time, I will probably add more information to
the article.

Best,
Matthias


On 18/01/2024 19:33, Justin Pontius wrote:
> Hi All,
>
> Last year we also updated our aging BMPC1 to a BMPC/2.  It's currently
> running Win7 on an isolated internal lab network.  I've installed
> TigerVNC <https://tigervnc.org/> and use Apache Guacamole
> <https://github.com/flcontainers/guacamole> for remote VNC access.  This
> works great.  We also have our own SMTP relay (postfix) that receives
> mail and forwards it to us via the campus mail servers.   If you're
> having trouble getting smtp to work I suggest taking a look at one of
> the "dev" email servers,  something like maildev
> <https://github.com/maildev/maildev> or smtp4dev
> <https://github.com/rnwood/smtp4dev>.  They make it really easy to track
> down where your hiccups are.  I also heavily use Zerotier
> <https://www.zerotier.com/> to get /around/ the campus firewalls.
>
> I'm a linux guy and like to plot everything in Grafana
> <https://grafana.com/> which pulls data from InfluxDB.  Honestly Grafana
> has been the best addition to our lab hands down.  It makes it so easy
> to /see/ trends over time and to even go back in time to check something.
>
> The BMPC squirrels everything away into its own database at (in our
> case) c:\bruker\bmpc2\BMPC2 Control\db\log.mdb.  Unfortunately this is a
> Microsoft ACCESS db file and kind of a pain to use.  I use syncthing
> <https://syncthing.net/> to copy to one of my servers and then use
> mdb-sql <https://www.kali.org/tools/mdbtools/>to spit out the data.
> It's then ingested by NodeRED <https://nodered.org/> command node and
> put into my own InfluxDB.  Like this:
>
>
> echo "Select
> index,datetime,channelvalue1,channelvalue2,channelvalue3,channelvalue4,channelvalue5,channelvalue6,channelvalue7,channelvalue8 from datalog" | mdb-sql -P -d=, -H -F /home/justin/bmpc-data/db/log.mdb | tail -n 1 > /tmp/datalog-copy.csv
>
> From there Grafana reads and plots the data from InfluxDB.  We can
> access it from the internet, set alerts, emails, all the things.  It's
> much more friendly than the BMPC interface itself.  My only complaint is
> even though we've set it to write data every 5 minutes, the mdb file is
> only closed and updated every 20-30 minutes.  So it's been on my mind to
> use an arduino with a canbus adapter
> <https://www.amazon.com/Comidox-MCP2515-Receiver-Controller-Development/dp/B07J9KZ4L4/ref=asc_df_B07J9KZ4L4/?tag=hyprod-20&linkCode=df0&hvadid=507831081029&hvpos=&hvnetw=g&hvrand=7557380611072980419&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9017361&hvtargid=pla-1247317279154&psc=1&mcid=e41e629033ab3d16a20c9f35f422ff0c&gclid=Cj0KCQiAtaOtBhCwARIsAN_x-3Jq-hIaJd_ydAP5SsJ10Fqk03ZiO1Lpr29cN06_fza6NUOIUWwiLykaAj6oEALw_wcB> and sniff the data directly.  Maybe someday.
>
> https://pydio.campus.nd.edu/grafana/dashboard/snapshot/6NDM1DNbn7SR8CxaffiN6P3SNYntipQG <https://pydio.campus.nd.edu/grafana/dashboard/snapshot/6NDM1DNbn7SR8CxaffiN6P3SNYntipQG>
>
> image.png
> image.png
>
> --Justin
>
>
> On Thu, Jan 18, 2024 at 11:32 AM Platz Hirsch <ammrl_at_haessner.com
> <mailto:ammrl_at_haessner.com>> wrote:
>
> Dear Mike,____
>
> __ __
>
> a few years ago during my active work in Munich I created a complete
> solution to connect the BMBC computer via an additional gateway
> computer to the internet.____
>
> This gave you access to a bunch of values and made a complete remote
> control of this unit using the RDP protocl possible.____
>
> This was possible without security issues, because the gateway
> computer excluded any direct routing. You could apply any kind of
> security configuration to the gateway computer.____
>
> __ __
>
> Data became extracted from the BMPC - I belive they internally use
> an access database - converted and stored within a munin database
> and at least during my active time displayed using the rrdtools.____
>
> Some alerts were configured too.____
>
> __ __
>
> As far as I know this installation is still running.____
>
> __ __
>
> That time I made a step by step explanation, how to install
> everything. It's written in german language. I am rather sure, that
> this tutorial still exists.____
>
> __ __
>
> I have no access and of course cannot decide about this material.
> But the people, now responsible, are reading here and they will get
> in touch with you with some probability.____
>
> __ __
>
> Greetings____
>
> __ __
>
> Rainer____
>
> __ __
>
> *Von:*main_at_ammrl.groups.io <mailto:main_at_ammrl.groups.io>
> <main_at_ammrl.groups.io <mailto:main_at_ammrl.groups.io>> *Im Auftrag von
> *Bob Berno
> *Gesendet:* Donnerstag, 18. Januar 2024 16:39
> *An:* main_at_ammrl.groups.io <mailto:main_at_ammrl.groups.io>
> *Betreff:* Re: [AMMRL] BMPC2 email/internet comm____
>
> __ __
>
> Hello Mike,
>
> I can't answer your question since I still have the older model
> BMPC2 with an older version of Windows which is NOT on the network.
> But I wanted to ask you a question about your newer computer system.
> Does it still use the analog phone line to send you text message
> alerts?
>
> I agree that it would be nice to be able to get regular email status
> updates from the BMPC/2 instead of having to stand and look at the
> workstation monitor.
> But I would not want to rely only on internet/network messages.
>
> Cheers,
> Bob.____
>
> On 2024-01-18 9:39 a.m., Delk, Michael Joseph via groups.io
> <http://groups.io> wrote:____
>
>
>
> You don't often get email from mid15=pitt.edu_at_groups.io
> <mailto:mid15=pitt.edu_at_groups.io>. Learn why this is important
> <https://aka.ms/LearnAboutSenderIdentification>____
>
>
>
> __ __
>
>
>
> Caution: External email. ____
>
> __ __
>
> Hello All,____
>
> ____
>
> We have had a new BMPC2 installed on our older 800 pumped Bruker
> magnet recently.  This comes with a newer Siemens industrial
> type PC running Windows10.  We have a successful internet
> connection allowing remote login as well internet browser etc.____
>
>
> So far, we have nit successfully got an email sent out to me
> from the unit software.  Also, would like to get the alarm
> notifications working in this manner somehow.____
>
> ____
>
> Interested to hear back on ideas of successful modern BMPC2 comm
> solutions.____
>
> ____
>
> Regards,____
>
> Mike Delk____
>
> NMR Manager____
>
> University of Pittsburgh School of Medicine____
>
> Department of Structural Biology____
>
> 412.370.0066-- ____
>
> ____
>
>
> -- Dr. Bob Berno Manager, NMR Facility McMaster University, ABB-156
> 1280 Main St. West Hamilton, ON L8S 4M1 T: 905-525-9140 x24158 or
> x24686
> ---------------------------------------------------------------------------------------- This email contains CONFIDENTIAL information intended for the specific recipient(s). If you have an accommodation need for a planned meeting, please e-mail me directly and I will do my best to make appropriate arrangements. Should you require any materials sent via this e-mail address in an alternate/accessible format, please let me know. McMaster University sits on the traditional Territories of the Mississauga and Haudenosaunee Nations, and within the lands protected by the "Dish With One Spoon" wampum agreement. ____
>
>
>

--
Dr. rer. nat. Matthias Brandl (he/him or they/them)

Technical University of Munich
TUM School of Natural Sciences - BNMRZ
Chair of Biomolecular NMR Spectroscopy (Prof. Sattler)

Lichtenbergstr. 4 (postal)
Ernst-Otto-Fischer-Str. 2 (physical)
85748 Garching b. Muenchen

Phone +49 89 289-52617

matthias.brandl_at_tum.de
https://www.sattlerlab.de/
https://www.bnmrz.org/


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#1325): https://ammrl.groups.io/g/main/message/1325
Mute This Topic: https://groups.io/mt/103809147/7559972
Group Owner: main+owner_at_ammrl.groups.io
Unsubscribe: https://ammrl.groups.io/g/main/leave/12177410/7559972/1125599165/xyzzy [walt_at_hawaii.edu]
-=-=-=-=-=-=-=-=-=-=-=-




Received on Thu Jun 13 2024 - 08:01:18 MST

This archive was generated by hypermail 2.4.0 : Mon Jul 01 2024 - 12:45:11 MST