Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rob1970

Pages: [1]
1
I've been trying to get MQTT to work within AdvancedHMI with no luck as of yet. Has anyone been successful with this?

2
Feature Request / I would really like to see MQTT added.
« on: July 09, 2021, 07:51:14 PM »
I would really like to see MQTT added. It would make life so much easier.

3
Support Questions / Modbus TCP causing an error on main form.
« on: March 13, 2020, 02:50:58 AM »
I am using the latest 399 release and Visual Studio 19. I open the form and build the project. Then size the form and choose the background. I then delete everything off of the form. I then go to the tools and drag the ModbusTCPCom to the form. I then click the ModbusTCPCom at the bottom of the form and set and IP address. I then Save All. I exit out of Visual Studio and try to reload the file and I get an Error screen that says:

The designer cannot process the code at line 28: Me.ModbusTCPCom1 = New AdvancedHMIDrivers.ModbusTCPCom(Me.components) The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again.

I then click to it and it brings me here.


  Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container()
        Me.Label1 = New System.Windows.Forms.Label()
        Me.ForceItemsIntoToolBox1 = New MfgControl.AdvancedHMI.Drivers.ForceItemsIntoToolbox()
        Me.ModbusTCPCom1 = New AdvancedHMIDrivers.ModbusTCPCom(Me.components)                           <this is line 28
        CType(Me.ModbusTCPCom1, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()


4
Open Discussion / Linux and Com ports.
« on: May 08, 2018, 08:40:34 PM »
Hi. I'm trying to get my HMI to work on a Raspberry Pi 3. I got the HMI to run in MONO but I'm not sure how to address the com ports. Using the command lsusb it list my plc on bus 001 Device 7. On my Windows PC it was Com3. Is this something that needs to be set up in mono or do I need to address this as differently in AdvancedHMI to get it to work?

5
Open Discussion / Advance HMI and Android HMI
« on: April 13, 2018, 10:11:06 PM »
Is it possible to get AdvanvceHMI to share some Modbus registers to an Android HMI? The Android HMIs that I have tried are looking for a server and doesn't connect with the modbusTCP. I'm fairly new to this so it's very possible that I did it wrong. Wanting to interface with the Android via modbusTCP and read/write values on Modbus RTU RS485 bus that my AdvHMI is using. I may have to get additional hardware to get it to work. Has anyone done this? I normally VNC into my HMI but my wife had a stroke and I need to have a simple interface for her to adjust the room temperature. 

thanks

6
Open Discussion / Thermostats with zone control HVAC
« on: March 24, 2018, 11:39:09 PM »
Hi, I have built a heating and cooling zone control using a Velico plc. I would like to find thermostats that advancedhmi can communicate with to display and change temperature set points. Does anyone know of such a thermostat?

Pages: [1]