Forum Home › Forums › Communicating with Devices › Modbus › Modbus RTU slave configuration issus
- This topic has 4 replies, 2 voices, and was last updated 7 months, 3 weeks ago by
Mikhail.
-
AuthorPosts
-
October 17, 2022 at 11:55 pm #11302
Ming
ParticipantHi, I just bought a Modbus slave driver, I tried to connect Rapid SCADA with a third-party PLC which works as the MODBUS RTU Master, the line is working good, and I can see there is data receiving and sending, but I can’t see anything value on device tags.
the settings are below. can someone please help me fix this?
http://drive.google.com/file/d/13KW-uJZjSUjUOLMtG1956k2vw2dLGFup/view?usp=sharing
http://drive.google.com/file/d/1PJawxezR12OBXsCZ42HQHMCRNm6Rxmo0/view?usp=sharing
http://drive.google.com/file/d/1xgpQb_c0hJrmZvD4raNxfDIhJB-Q63Ba/view?usp=sharing
http://drive.google.com/file/d/1kx_RZOr7H7O3DYsuwbpSC4PSI_RmKfNS/view?usp=sharing
http://drive.google.com/file/d/181YU8kTG050ihuS4UGN8snZ0-z3DDlYi/view?usp=sharingThanks.
-
This topic was modified 7 months, 3 weeks ago by
Mikhail.
October 17, 2022 at 11:57 pm #11303Ming
Participantseems like my img links are not correct, please see the google drive share link below. Thanks!
https://drive.google.com/drive/folders/1YehWDhyfGl__9q4_6uxVTKj1q2J1-h_I?usp=sharing
October 18, 2022 at 9:23 am #11310Mikhail
ModeratorHi,
Do you need to take values from another device connected to Rapid SCADA?
If so, choose a configuration approach:
Approach 1
Do not create input channels for Modbus Slave device.
Just specify “Data source device” in the device properties. This is a number of the device that collects data from real equipment.
Modbus template tags must match the source device channels. It’s handy if you translate a Modbus master device to Modbus Slave.Approach 2
Use the channels for JAZZ SLAVE you already created.
Set channel formula, for example,Val(101); Stat(101)
where 101 is the source channel number.Note: we plan to simplify the driver settings in the future.
-
This reply was modified 7 months, 3 weeks ago by
Mikhail.
October 18, 2022 at 8:18 pm #11315Ming
ParticipantThank you for your reply Mikhail,
what I wanted to do is just to create a virtual modbus slave device inside Rapid Scada, then I can send values from a real Modbus master device to this virtual slave device and simply display those values in Rapid Scada. could you please give me more instructions on how to do that?
Regards,
MingOctober 19, 2022 at 7:30 am #11316Mikhail
ModeratorDo you already successfully configured Modbus master device?
If so, specify its number in the Data source device field of the slave device, and provide the same Modbus template. -
This topic was modified 7 months, 3 weeks ago by
-
AuthorPosts
- You must be logged in to reply to this topic.