Modbus - ZPROS??

mariobo11

Member
Join Date
Sep 2012
Location
Universe
Posts
62
Hy!

Is there any serial communication protocol called MODBUS-ZPROS?

I'm working on some project and i have to pick PLC who support that kind of protocol. I have never heard for that protocol but i would like to ask u all if someone knows something.

Thank you!

:site:
 
I have no knowledge of Modbus -ZPROS, but I suspect that Modbus-whatever is a combination of publicly documented function codes (from Modbus.org) AND some private, proprietary function codes, designed for a manufacturer's specific tasks. Hopefully the private function codes occupy those function code values allocated for private codes.

I have this note regarding categories of Modbus Function Codes, from an unknown source:

There are 2 categories of MODBUS Function Codes, ie
1. Public Function Codes
2. User-Defined Function Codes (otherwise known as private function codes)

The set of Public Function Codes comprises 2 sets of function codes:
1. Assigned Function Codes
2. Unassigned Function Codes, set aside for future assignment.

Public Function Codes
- are well defined function codes ,
- guaranteed to be unique,
- validated by the modbus.org community,
- publicly documented at modbus.org,
- have available conformance tests,
- include both assigned function codes as well as unassigned function codes reserved for future use.

User-Defined Function Codes
- There are two defined ranges of user-defined function codes, ie
- 65 to 72 decimal (0x41 to 0x58), and
- 100 to 110 decimal (0x64 to 0x6E).
- The user can select and implement a function code without any approval from modbus.org.
- There is no guarantee that the use of the selected function code will be unique.
 
If you just need Modbus RTU, then additional private function codes might not be a serious drawback.

Modicon Modicon uses a proprietary function code (7Eh) to do PLC configuration with their own software. They don't publicly document the 7E function code, but it's their software, they dont' have to.

It's expected that the user uses the software which then (transparently) uses the 7E function code in the manner they've designed it for.

As long as the publicly documented function codes do what you need to do, then the it will work out just fine.

If you need Modbus-whatever, then you need Modbus-whatever.
 

Similar Topics

Hi Everyone, i was hoping for a little help with this module. i have data that needs to be read from a different plc through the Modbus plus...
Replies
9
Views
113
I have a PH meter that I am trying to bring its data into 1756-L81. I have downloaded the Rockwell MODBUS AOI kit, but I am not sure if I need to...
Replies
5
Views
147
Dear All, i am trying to connect Danfoss inverter with s7 200 cpu 226.but microwin shows following error at DATA Ptr.i assigned different VB...
Replies
1
Views
46
I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
219
Hi all, Currently having trouble getting a speed reference to write over modbus to an Omron M1... I can successfully write a run command and...
Replies
6
Views
251
Back
Top Bottom