Forum Home › Forums › Communicating with Devices › Modbus › How to link the inputs of my device and the tags ?
Tagged: help
- This topic has 24 replies, 3 voices, and was last updated 2 years, 2 months ago by
Mikhail.
-
AuthorPosts
-
June 12, 2023 at 1:40 pm #12789
aless
ParticipantHi, i dont understand how to connect tags from the device into rapid scada to my controler.
I created a device that have 3 tags :
https://scontent-mrs2-2.xx.fbcdn.net/v/t1.15752-9/353841049_289432073468129_7550202671412242810_n.jpg?stp=dst-jpg_s403x403&_nc_cat=107&ccb=1-7&_nc_sid=aee45a&_nc_ohc=2PysIpSy23UAX9LPvd1&_nc_ht=scontent-mrs2-2.xx&oh=03_AdS24vNnILrhEkq9mfnn_5GMhIgj17hLoyz2PIWvaYc0Qg&oe=64AE8340And I want these 3 tags link to the entry of my controler schneider m221 :
https://scontent-mrs2-2.xx.fbcdn.net/v/t1.15752-9/348897066_784743286453945_1349557582524472406_n.jpg?stp=dst-jpg_s403x403&_nc_cat=107&ccb=1-7&_nc_sid=aee45a&_nc_ohc=-fQMobdoZR8AX-3JUWF&_nc_ht=scontent-mrs2-2.xx&oh=03_AdRmxtipg4tj4CxbU3_3w-LXXLcZxYvAjcAAYiAe3nNDIw&oe=64AE81D7At the top of it you can see the input I0, I1, I2 and at the bottom the output Q0, Q1, Q2.
To sum up, i dont understand how to link the tags 1, 2, 3 of my device to the input I0, I1 ,I2 of my controler.
MORE INFORMATIONS :
The outputs of the controler itself are links to a traffic light :
https://www.messenger.com/messenger_media/?attachment_id=654971059555175&message_id=mid.%24cAABa9KNkbriO4OiHA2Ir6MNpbXqK&thread_id=100006759788216I0 to the green, I1 to the oragne, I2 to the red. We can see the scheme on the web application that I made :
https://www.messenger.com/messenger_media/?attachment_id=9772870326088960&message_id=mid.%24cAABa9KNkbriO4OiHA2Ir6MNpbXqK&thread_id=100006759788216When I send a command, it will turn off the led on the scheme :
https://www.messenger.com/messenger_media/?attachment_id=628700909279789&message_id=mid.%24cAABa9KNkbriO4OiHA2Ir6MNpbXqK&thread_id=100006759788216
https://www.messenger.com/messenger_media/?attachment_id=1032364448170468&message_id=mid.%24cAABa9KNkbriO4OiHA2Ir6MNpbXqK&thread_id=100006759788216Thank for your help !!!
-
This topic was modified 2 years, 12 months ago by
Mikhail.
June 13, 2023 at 9:45 am #12791
MikhailModeratorHi,
Could you use another host for images? I can’t open the above links. Google Drive or https://imgbb.com/ would be good.
June 13, 2023 at 2:45 pm #12792aless
ParticipantI’m sorry i will send you that properly :
Hi, i dont understand how to connect tags from the device into rapid scada to my controler.
I created a device that have 3 tags :
And I want these 3 tags link to the entry of my controler schneider m221 :
At the top of it you can see the input I0, I1, I2 and at the bottom the output Q0, Q1, Q2. These addresses can’t be modified and i can’t modified the addresses of the tags too.
To sum up, i dont understand how to link the tags 1, 2, 3 of my device to the input I0, I1 ,I2 of my controler.
MORE INFORMATIONS :
The outputs of the controler itself are links to a traffic light :
I0 to the green, I1 to the oragne, I2 to the red. We can see the scheme on the web application that I made :
When I send a command, it will turn off the led on the scheme :
Result here :
Thanks
June 13, 2023 at 2:53 pm #12793aless
ParticipantTRY :
June 13, 2023 at 3:03 pm #12794aless
ParticipantOk now that i know :
Hi, i dont understand how to connect tags from the device into rapid scada to my controler.
I created a device that have 3 tags :

And I want these 3 tags link to the entry of my controler schneider m221 :

At the top of it you can see the input I0, I1, I2 and at the bottom the output Q0, Q1, Q2. These addresses can’t be modified and i can’t modified the addresses of the tags too.
To sum up, i dont understand how to link the tags 1, 2, 3 of my device to the input I0, I1 ,I2 of my controler.
MORE INFORMATIONS :
The outputs of the controler itself are links to a traffic light :

I0 to the green, I1 to the oragne, I2 to the red. We can see the scheme on the web application that I made :

When I send a command, it will turn off the led on the scheme :


Result of the command here :
June 14, 2023 at 11:18 am #12799
MikhailModeratorHi,
In the 1st screenshot you can see that signal 1 is bound to the channel 101. But signals 2 and 3 are not bound to the channels. I recommend to create channels automatically using the channel creation wizard. Then upload the project and check that all signals of the device are bound (linked) to channels.
You could also make a screenshot of the Channels table.
-
This reply was modified 2 years, 12 months ago by
Mikhail.
June 14, 2023 at 1:04 pm #12804aless
ParticipantMy bad it was on purpose that the signal wasn’t bound just to try one.
I will reexplain my problem,
all tags of my device are there :

And as we can see there, all the leds are on:

However my traffic light isn’t on :

I want to link the input channel to the input of my controller himself connected to the traffic light as I have explain upper. But here, when I send an “on” command with the channel 101 for exemple, it dont send it to the controller and I don’t know how to link that.
-
This reply was modified 2 years, 12 months ago by
aless.
June 15, 2023 at 10:47 am #12807
MikhailModeratorIn Rapid SCADA 5:
– Create commands in the Modbus template (you already did)
– Try sending commands from Communicator for testing
– Create output channels to be able to send commands from a web pageIn Rapid SCADA 6:
– Input and output channels are joined info a single table
– Modbus template does not need separate commandsJune 15, 2023 at 2:23 pm #12811aless
ParticipantNothing happens when i send a command on
June 16, 2023 at 10:33 am #12814
MikhailModeratorIf you tried the suggested items and they don’t work, provide screenshots.
March 7, 2024 at 8:00 am #14149naman28
ParticipantHey!
I have successfully connected my DA server with Rapid Scada now while subscribing to tags do I have to manually go and click on each tag to add it under subscription folder?
I have around 3000 tags and it would be highly tedious to do that is there any alternative way?
March 7, 2024 at 11:31 am #14156
MikhailModeratorHi,
If you have a list of the tags as text, you can manually edit DrvOpcClassic_XXX.xml by Notepad++. There is no function to add an entire node in the user interface of the driver.March 7, 2024 at 11:50 am #14158naman28
ParticipantOk one more thing when i am trying to connect to OPC DA Server I am getting a list oF DA Servers when i cilck on Select Button but I can’t connect to all the server like i have 4 DA servers list and i am able to connect to only one of them.
Can you list down some possibilites as to why this is happening?
March 7, 2024 at 11:57 am #14159naman28
ParticipantAnd also one of the server from which I am able to connect in that there is a subfolder under which my tags are present I am not able to open that folder as soon as I click on the ‘+’ button the software hangs and I can’t click on anything inside rapid scada.
March 8, 2024 at 9:49 am #14164 -
This topic was modified 2 years, 12 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.