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.


Messages - Jie

Pages: [1]
1
Support Questions / Re: Modbus RTU RS232 no responding to PLC
« on: September 02, 2022, 08:13:47 PM »
Dear Godra ,

Thank you for replying.

For this PLC actual have 2 physical serial port.
1. name as tool port on the PLC software.-> Connected to the PC for PLC live view-> on PC side via COM13.
2. name as COM1 on the PLC software.-> Connected to the PC for advance HMI -> on PC side via COM9.

So both connection use different serial com cable / port for communication.

2
Support Questions / Modbus RTU RS232 no responding to PLC
« on: September 01, 2022, 05:46:34 AM »
Hi all,

Thank you for this great software.
I am trying to connect Panasonic FP0R-C32CT PLC via RS232 to Advance HMI via ModbusRTUCom1.
I have tried initial steps to build & basic gauge / label and indicate correct COMport Settings between Advance HMI and PLC side.
But i am unable to get any counting data from the PLC to the Advance HMI even though the PLC realtime data itself have data.
 
i attached some snippet of the settings for analysis.


3
Support Questions / Trigger Coil via ModbusRTUCOM
« on: October 17, 2020, 11:58:50 PM »
Hi,

I trying to set a condition when user select any combobox contents ,
VB will automatically trigger a coil in Panasonic FP0R PLC to reset a counter.
By using selectorswich,
the address specified works.
However if i am using ModbusRTUCom2.Write(002049, 0)

The below Exception error came out :
MfgControl.AdvancedHMI.Drivers.Common.PLCDriverException: 'Invalid Address 2049 - Invalid first digit in Address'

Can you advise?

4
Hi Godra,

Thanks for the link,

is there any way to just use ModbusRTUCom.Write(400003, txtFinalOutput.Text) without getting an error "ModbusRTUCom is not declared" in VS2019 ?

5
Support Questions / Unable to Use ModbusRTUCom Driver directly via code
« on: October 04, 2020, 02:51:09 AM »
Hi,

I am trying to make the VB.Net send the value to PLC (Panasonic FP0R)
If i am using Basic Button or Basic Label, it works.
But if i am using below code, ModbusRTUCom is not declared error came out on Visual Studio 2019

ModbusRTUCom.Write(400003, txtFinalOutput.Text)

I trying to declare as below just for testing, but no data register changes on the PLC.
 Dim driver As New AdvancedHMIDrivers.ModbusRTUCom
            driver.Write("400003", "1")

Any idea ?

Pages: [1]