Modbus RTU newbie and Shinko DCL-33A (C5)

HJTRBO

Member
Join Date
Jul 2008
Location
Melbourne
Posts
618
Hi all,

No burnt or loose connections today so I got to spend some time on my latest pet project.

I have a Modbus RTU slave (Shinko DCL-33A temp controller) that does not support multiple register access. I'm assuming I have to send all 40 odd parameters one message[parameter] at a time as a broadcast using address 0? (At the moment I am only talking to one. However the project will finish up with 8.)

I've never had a decent chance to sit down with Step 7 until today but I managed to fumble through and get the PLC to successfully send the SV to the DCL-33A. (Just to let you know where my knowledge is at.)

Seems like a lot of Indexed type of instructions to dump 40 odd parameters into the DCL-33A? I'm thinking I can set up a DB called "SEND_DCL_PARA" with all the controller parameters stored in a logical order (all accessible (R/W) from my HMI) and have a word reserved for the SEND FC data byte offset. After a successful transmission the offset is increased by another 4 byte's to send the next data group. Is the method how it's generally achieved?

I appreciate your guidance.
 
Last edited:

Similar Topics

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
221
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
253
Hi, I'm having an issue with a mircologix not transmitting out. The current setup is a mircologix 1400 connected to a Guardian 100 Radio...
Replies
1
Views
109
If a device has Modbus RTU over serial and Modbus RTO over TCP and Modbus TCP then there is a difference between Modbus RTU over TCP vs Modbus TCP...
Replies
7
Views
479
Back
Top Bottom