1
Support Questions / Using .NET DataGridView ?
« on: May 11, 2017, 09:19:05 AM »
Greetings,
I want to use a DataGridView control in my application to write to PLC addresses. The PLC is a SLC-5/05. I did this for another machine that I wrote a .NET HMI for, but I was not using AHMI and the PLC was a Beckhoff CX2040. I'd like to mimic what I did on that UI for at least this portion of this UI/HMI. What is the least painful way to use a DGV to write to PLC addresses in the SLC? Does AHMI have a ready-made built in control to easily do this?
Attached is a screenshot from the UI that I wrote for the CX2040 where I used a DataGridView control for. I want to have it so that a user populates the DGV and then clicks a "Write To" button to write the values/entries to the appropriate PLC addresses in the PLC. That's how the CX2040 UI works, so I would like to make this one like that too.
I want to use a DataGridView control in my application to write to PLC addresses. The PLC is a SLC-5/05. I did this for another machine that I wrote a .NET HMI for, but I was not using AHMI and the PLC was a Beckhoff CX2040. I'd like to mimic what I did on that UI for at least this portion of this UI/HMI. What is the least painful way to use a DGV to write to PLC addresses in the SLC? Does AHMI have a ready-made built in control to easily do this?
Attached is a screenshot from the UI that I wrote for the CX2040 where I used a DataGridView control for. I want to have it so that a user populates the DGV and then clicks a "Write To" button to write the values/entries to the appropriate PLC addresses in the PLC. That's how the CX2040 UI works, so I would like to make this one like that too.