How to create for 2 or 3 arduino with interface modbus rtu sir? Please help my problem
@DayaneRodriguesNeves5 жыл бұрын
Hello!! I need to communicate a raspberry with a soft starter and make device parameters available on a graphical screen being developed in an open SCADA environment, for example HMI advanced. I need help, I do not know where to start. This is my graduation course work for Electrical Engineering Graduation I'm from Brazil! Sorry about my English, and thankyou!
@gethsithasthuthine20345 жыл бұрын
Hi there, your video is really inspiring. I need to implement the same project instead of led ( which you have been used ) I need to use a motor, so what kind of changes should i do . ? I'm really nervous. I would be happy if you would help me.
@ThunderWindz5 жыл бұрын
Hi is it possible to put the HMI on a touchscreen instead of the computer?
@priyapriya-nr8vp5 жыл бұрын
Hi tesllat 36,, actually my project I contains Delta HMI, Raspberry pi 3,modem… Actually the output displayed in HMI (HMI screen) that should be visible in the server using raspberry pi and modem..can you please give some ideas…. How HMI output can be visible in raspberry pi and to the server Thank you sir
@GerardoKasevich7 жыл бұрын
Hi, how are you. I would like to know what software you use in raspberry and what software do you use in visual studio? Dll Library?
@RR426367 жыл бұрын
Hi Gerardo, how complex is your project? I have recently developed an HMI and control system for a reactor using the Raspberry Pi. The controls are very simple though (On/Off control depending on certain trigger conditions). I used Tkinter (a python GUI package) to create the HMI/Alarm management system. If your project is a relatively simple one, feel free to message me with any questions. If it's more complex and includes Modbus and other such protocols, then hopefully the uploader of this vid can assist. Best of luck!
@nilamrutlal78107 жыл бұрын
Hello! My project is really simple. All I need to do is to present data from a sensor from the Raspberry Pi into a SCADA system. What would be the best way of doing it? I already have the Pi and the sensor working and I can retrieve data from the sensor. I just dont know how to get it into a SCADA system. Any ideias?
@RR426367 жыл бұрын
Hi Nil, could you give me some more details? I'm asking because people tend to have slightly different ideas of what a scada system is. For example, my project involves taking data from a variety of sensors, displaying them to an Hmi in real time, and recording all the data in csv files. The program runs all the control loops in the background of course, and it technically fits the definition of a small scale scada system. Some projects require the control to be done over an Internet connection, with the data being stored to databases (mine is in a no wifi zone so I store all data on the pi itself).
@nilamrutlal78107 жыл бұрын
tesllat 36 My system uses a sensor to collect data. That data needs only to be displayed on a SCADA system! The whole HMI needs to be visible from another computer, but that's not where the problem is atm. The problem is how to feed data into a SCADA system?
@RR426367 жыл бұрын
Ah, I have only dealt with local control so I can't be of much help my friend. Maybe you could export your data to a mySQL database? Then use your other machine to read from that database? I'm not sure if that's helpful at all, but I wish you all the best with your project.