Re: [AFMUG] Modbus

2023-10-26 Thread Adam Moffett
That line from the vertiv manual is so cryptic.

If the there isn’t a standard set of registers for this purpose then there must 
be a specific AC meter it supports.  I don’t see one on the listed accessories 
in the literature though.

Meanwhile the same manual has explicit instructions for setting up to get data 
from a particular brand of battery controller with modbus.  On the topic of AC 
meters I just get, “oh yeah we can meters with modbus.”

I did send a message to support.  I’ll bet $5 they don’t know either.

Thanks for all the info everyone.


Get Outlook for iOS

From: AF  on behalf of Forrest Christian (List 
Account) 
Sent: Thursday, October 26, 2023 4:08:11 PM
To: AnimalFarm Microwave Users Group 
Subject: Re: [AFMUG] Modbus

Yes, and no.

The modbus protocol defines how to move data between two devices.  However, the 
contents of the data being passed is vendor-defined and there aren't any 
industry standards I'm aware of (although it wouldn't surprise me if there 
were).

Every vendor that produces a modbus-capable device usually publishes some sort 
of guide to the modbus registers for each device.   For instance, a quick 
google search turned up this document:

https://www.vertiv.com/4ac5f2/globalassets/products/monitoring-control-and-management/monitoring/modbus-protocol-for-bdsu-reference-guide.pdf

"modbus register map" or "modbus communication guide" or simply "modbus" when 
added to your vendor or product name often will turn up the right document.

Just FYI, A couple of years ago, I would have suggested you provide me with the 
vendor of the equipment, and I'd make you a firmware load for the sitemonitor 
serial module to be able to read this, but that codebase needs to be re-written 
to support the base 3.   At some point in the future I'm going to resume doing 
those requests in which case you'd end up with a module which pulls data from 
this device.   Doesn't help you right now though.





On Thu, Oct 26, 2023 at 10:25 AM 
mailto:dmmoff...@gmail.com>> wrote:
Is it likely that AC meters for monitoring circuits or subpanels have a 
standard message format?


-Original Message-
From: AF mailto:af-boun...@af.afmug.com>> On Behalf Of 
Mark Radabaugh
Sent: Thursday, October 26, 2023 10:52 AM
To: AnimalFarm Microwave Users Group mailto:af@af.afmug.com>>
Subject: Re: [AFMUG] Modbus

Modbus is an ancient serial protocol to pass values back and forth.   It’s very 
open but also somewhat vendor specific.   You can send any message you like 
from A <->B but the two devices have to know what the specific message means.   
Various industries have defined the message content but I would be somewhat 
surprised if a Vertiv rectifier knows what to do with the information from a 
meter.

Tons of information online, and it’s not a hard protocol to code for.   Used to 
do it in BASIC years ago. There are two protocols - MODBUS and MODBUS RTU.  
 The RTU protocol is much more difficult to work with due to timing 
requirements, MODBUS itself is just standard serial at a baud rate and timing 
of responses is not critical at all.

Mark




> On Oct 26, 2023, at 7:38 AM, Adam Moffett 
> mailto:dmmoff...@gmail.com>> wrote:
>
> I've never used modbus.  I'm looking at AC usage meters that support modbus 
> over RS-485.   And the controller on my Vertiv rectifier says this in the 
> manual:
>
> "e) Modbus Protocol:  The NCU can communicate with an AC Meter using the 
> Modbus protocol."
>
> and that's literally all it says.  Is this something standardized where I 
> can expect any modbus capable AC meter to work the same?  Is this plug and 
> play or would I have to learn yet another discipline?
>
> If it's not an easy answer I can take it to Vertiv tech support.  Just 
> wondering if this group magically has the answer.
>
> --
> AF mailing list
> AF@af.afmug.com
> http://af.afmug.com/mailman/listinfo/af_af.afmug.com


--
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


--
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


--
- Forrest
-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


Re: [AFMUG] Modbus

2023-10-26 Thread Robert
There are modbus libraries in at least "C" to read devices...  I read 
the modbus info from our morningstar controllers...


On 10/26/23 1:08 PM, Forrest Christian (List Account) wrote:

Yes, and no.

The modbus protocol defines how to move data between two devices.  
However, the contents of the data being passed is vendor-defined and 
there aren't any industry standards I'm aware of (although it wouldn't 
surprise me if there were).


Every vendor that produces a modbus-capable device usually publishes 
some sort of guide to the modbus registers for each device.   For 
instance, a quick google search turned up this document:


https://www.vertiv.com/4ac5f2/globalassets/products/monitoring-control-and-management/monitoring/modbus-protocol-for-bdsu-reference-guide.pdf

"modbus register map" or "modbus communication guide" or simply 
"modbus" when added to your vendor or product name often will turn up 
the right document.


Just FYI, A couple of years ago, I would have suggested you provide me 
with the vendor of the equipment, and I'd make you a firmware load for 
the sitemonitor serial module to be able to read this, but that 
codebase needs to be re-written to support the base 3.   At some point 
in the future I'm going to resume doing those requests in which case 
you'd end up with a module which pulls data from this device.  
 Doesn't help you right now though.






On Thu, Oct 26, 2023 at 10:25 AM  wrote:

Is it likely that AC meters for monitoring circuits or subpanels
have a standard message format?


-Original Message-
From: AF  On Behalf Of Mark Radabaugh
Sent: Thursday, October 26, 2023 10:52 AM
To: AnimalFarm Microwave Users Group 
Subject: Re: [AFMUG] Modbus

Modbus is an ancient serial protocol to pass values back and
forth.   It’s very open but also somewhat vendor specific.  You
can send any message you like from A <->B but the two devices have
to know what the specific message means.  Various industries have
defined the message content but I would be somewhat surprised if a
Vertiv rectifier knows what to do with the information from a meter.

Tons of information online, and it’s not a hard protocol to code
for.   Used to do it in BASIC years ago.     There are two
protocols - MODBUS and MODBUS RTU.   The RTU protocol is much more
difficult to work with due to timing requirements, MODBUS itself
is just standard serial at a baud rate and timing of responses is
not critical at all.

Mark




> On Oct 26, 2023, at 7:38 AM, Adam Moffett 
wrote:
>
> I've never used modbus.  I'm looking at AC usage meters that
support modbus over RS-485.   And the controller on my Vertiv
rectifier says this in the manual:
>
> "e) Modbus Protocol:  The NCU can communicate with an AC Meter
using the Modbus protocol."
>
> and that's literally all it says.  Is this something
standardized where I can expect any modbus capable AC meter to
work the same?  Is this plug and play or would I have to learn yet
another discipline?
>
> If it's not an easy answer I can take it to Vertiv tech
support.  Just wondering if this group magically has the answer.
>
> --
> AF mailing list
> AF@af.afmug.com
> http://af.afmug.com/mailman/listinfo/af_af.afmug.com


-- 
AF mailing list

AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


-- 
AF mailing list

AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com



--
- Forrest

-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


Re: [AFMUG] Modbus

2023-10-26 Thread Forrest Christian (List Account)
Yes, and no.

The modbus protocol defines how to move data between two devices.  However,
the contents of the data being passed is vendor-defined and there aren't
any industry standards I'm aware of (although it wouldn't surprise me if
there were).

Every vendor that produces a modbus-capable device usually publishes some
sort of guide to the modbus registers for each device.   For instance, a
quick google search turned up this document:

https://www.vertiv.com/4ac5f2/globalassets/products/monitoring-control-and-management/monitoring/modbus-protocol-for-bdsu-reference-guide.pdf

"modbus register map" or "modbus communication guide" or simply "modbus"
when added to your vendor or product name often will turn up the right
document.

Just FYI, A couple of years ago, I would have suggested you provide me with
the vendor of the equipment, and I'd make you a firmware load for the
sitemonitor serial module to be able to read this, but that codebase needs
to be re-written to support the base 3.   At some point in the future I'm
going to resume doing those requests in which case you'd end up with a
module which pulls data from this device.   Doesn't help you right now
though.





On Thu, Oct 26, 2023 at 10:25 AM  wrote:

> Is it likely that AC meters for monitoring circuits or subpanels have a
> standard message format?
>
>
> -Original Message-
> From: AF  On Behalf Of Mark Radabaugh
> Sent: Thursday, October 26, 2023 10:52 AM
> To: AnimalFarm Microwave Users Group 
> Subject: Re: [AFMUG] Modbus
>
> Modbus is an ancient serial protocol to pass values back and forth.   It’s
> very open but also somewhat vendor specific.   You can send any message you
> like from A <->B but the two devices have to know what the specific message
> means.   Various industries have defined the message content but I would be
> somewhat surprised if a Vertiv rectifier knows what to do with the
> information from a meter.
>
> Tons of information online, and it’s not a hard protocol to code for.
>  Used to do it in BASIC years ago. There are two protocols - MODBUS and
> MODBUS RTU.   The RTU protocol is much more difficult to work with due to
> timing requirements, MODBUS itself is just standard serial at a baud rate
> and timing of responses is not critical at all.
>
> Mark
>
>
>
>
> > On Oct 26, 2023, at 7:38 AM, Adam Moffett  wrote:
> >
> > I've never used modbus.  I'm looking at AC usage meters that support
> modbus over RS-485.   And the controller on my Vertiv rectifier says this
> in the manual:
> >
> > "e) Modbus Protocol:  The NCU can communicate with an AC Meter using the
> Modbus protocol."
> >
> > and that's literally all it says.  Is this something standardized
> where I can expect any modbus capable AC meter to work the same?  Is this
> plug and play or would I have to learn yet another discipline?
> >
> > If it's not an easy answer I can take it to Vertiv tech support.  Just
> wondering if this group magically has the answer.
> >
> > --
> > AF mailing list
> > AF@af.afmug.com
> > http://af.afmug.com/mailman/listinfo/af_af.afmug.com
>
>
> --
> AF mailing list
> AF@af.afmug.com
> http://af.afmug.com/mailman/listinfo/af_af.afmug.com
>
>
> --
> AF mailing list
> AF@af.afmug.com
> http://af.afmug.com/mailman/listinfo/af_af.afmug.com
>


-- 
- Forrest
-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


Re: [AFMUG] Got paid

2023-10-26 Thread Craig Schmaderer
I am sorry it had to come to this. LOL, yeah right.   You are just sorry 
that you got outplayed by Chuck.

From: AF  On Behalf Of Josh Luthman
Sent: Wednesday, October 25, 2023 8:28 AM
To: AnimalFarm Microwave Users Group 
Subject: Re: [AFMUG] Got paid

That's awesome!

On Tue, Oct 24, 2023 at 4:53 PM Chuck McCown via AF 
mailto:af@af.afmug.com>> wrote:
I did.  Wire transfer has not landed yet but here is his last email to me:

Thank you Chuck I really appreciate you . I will transfer things around
and send it today and send conformation . I am sorry it had to come to this
. I should have moved more swiftly .



Best Regards,
Chuck McCown

McCown Technology Corporation
8401 N Commerce Dr
Lake Point, Utah 84074
801-250-9503 Office
435-830-4306 Cell
www.mccowntech.com
www.microtrench.pro
www.terabitnetworks.com
-Original Message-
From: Robert Andrews
Sent: Tuesday, October 24, 2023 2:19 PM
To: af@af.afmug.com
Subject: Re: [AFMUG] Got paid

Did you pull the comments and review?

On 10/24/23 11:53, Chuck McCown via AF wrote:
> A prime contractor has owed me about $15K for 6 months.  Totally dogging
> me.
> They showed up in my FB feed crowing about a big job they had just
> completed.  So I started making snarky comments on their posts.  I also
> gave them a bad review and commented that they don’t pay their subs. The
> owner of the company called me and settled about 15 minutes after posting
> the review.
> A whole lot cheaper than attorneys.
>

--
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


--
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com
-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


Re: [AFMUG] Modbus

2023-10-26 Thread dmmoffett
Is it likely that AC meters for monitoring circuits or subpanels have a 
standard message format?  


-Original Message-
From: AF  On Behalf Of Mark Radabaugh
Sent: Thursday, October 26, 2023 10:52 AM
To: AnimalFarm Microwave Users Group 
Subject: Re: [AFMUG] Modbus

Modbus is an ancient serial protocol to pass values back and forth.   It’s very 
open but also somewhat vendor specific.   You can send any message you like 
from A <->B but the two devices have to know what the specific message means.   
Various industries have defined the message content but I would be somewhat 
surprised if a Vertiv rectifier knows what to do with the information from a 
meter.

Tons of information online, and it’s not a hard protocol to code for.   Used to 
do it in BASIC years ago. There are two protocols - MODBUS and MODBUS RTU.  
 The RTU protocol is much more difficult to work with due to timing 
requirements, MODBUS itself is just standard serial at a baud rate and timing 
of responses is not critical at all.

Mark




> On Oct 26, 2023, at 7:38 AM, Adam Moffett  wrote:
> 
> I've never used modbus.  I'm looking at AC usage meters that support modbus 
> over RS-485.   And the controller on my Vertiv rectifier says this in the 
> manual:
> 
> "e) Modbus Protocol:  The NCU can communicate with an AC Meter using the 
> Modbus protocol."
> 
> and that's literally all it says.  Is this something standardized where I 
> can expect any modbus capable AC meter to work the same?  Is this plug and 
> play or would I have to learn yet another discipline? 
> 
> If it's not an easy answer I can take it to Vertiv tech support.  Just 
> wondering if this group magically has the answer.
> 
> -- 
> AF mailing list
> AF@af.afmug.com
> http://af.afmug.com/mailman/listinfo/af_af.afmug.com


-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


Re: [AFMUG] Modbus

2023-10-26 Thread Chuck McCown via AF
I am sure Forrest will know.  



From: Adam Moffett 
Sent: Thursday, October 26, 2023 5:38 AM
To: AnimalFarm Microwave Users Group 
Subject: [AFMUG] Modbus

I've never used modbus.  I'm looking at AC usage meters that support modbus 
over RS-485.   And the controller on my Vertiv rectifier says this in the 
manual: 

"e) Modbus Protocol:  The NCU can communicate with an AC Meter using the Modbus 
protocol."

and that's literally all it says.  Is this something standardized where I 
can expect any modbus capable AC meter to work the same?  Is this plug and play 
or would I have to learn yet another discipline? 

If it's not an easy answer I can take it to Vertiv tech support.  Just 
wondering if this group magically has the answer.




-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com
-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


Re: [AFMUG] Modbus

2023-10-26 Thread Mark Radabaugh
Modbus is an ancient serial protocol to pass values back and forth.   It’s very 
open but also somewhat vendor specific.   You can send any message you like 
from A <->B but the two devices have to know what the specific message means.   
Various industries have defined the message content but I would be somewhat 
surprised if a Vertiv rectifier knows what to do with the information from a 
meter.

Tons of information online, and it’s not a hard protocol to code for.   Used to 
do it in BASIC years ago. There are two protocols - MODBUS and MODBUS RTU.  
 The RTU protocol is much more difficult to work with due to timing 
requirements, MODBUS itself is just standard serial at a baud rate and timing 
of responses is not critical at all.

Mark




> On Oct 26, 2023, at 7:38 AM, Adam Moffett  wrote:
> 
> I've never used modbus.  I'm looking at AC usage meters that support modbus 
> over RS-485.   And the controller on my Vertiv rectifier says this in the 
> manual:
> 
> "e) Modbus Protocol:  The NCU can communicate with an AC Meter using the 
> Modbus protocol."
> 
> and that's literally all it says.  Is this something standardized where I 
> can expect any modbus capable AC meter to work the same?  Is this plug and 
> play or would I have to learn yet another discipline? 
> 
> If it's not an easy answer I can take it to Vertiv tech support.  Just 
> wondering if this group magically has the answer.
> 
> -- 
> AF mailing list
> AF@af.afmug.com
> http://af.afmug.com/mailman/listinfo/af_af.afmug.com


-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com


[AFMUG] Modbus

2023-10-26 Thread Adam Moffett
I've never used modbus.  I'm looking at AC usage meters that support modbus
over RS-485.   And the controller on my Vertiv rectifier says this in the
manual:

"e) Modbus Protocol:  The NCU can communicate with an AC Meter using the
Modbus protocol."

and that's literally all it says.  Is this something standardized where
I can expect any modbus capable AC meter to work the same?  Is this plug
and play or would I have to learn yet another discipline?

If it's not an easy answer I can take it to Vertiv tech support.  Just
wondering if this group magically has the answer.
-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com