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 - camiloo77

Pages: [1]
1
Support Questions / Re: TwincatCom Read
« on: March 08, 2019, 12:18:32 PM »
Hi Archie,
I have working controls like BasicLabel, AnalogValueDisplay and they're working correctly but reading with code doesn't.
Twincat is not installed on AdvancedHMI PC. Is there other way to read Addresses with AH?? 

When I try read a address, AdvancedHMI stop and focus in code: "MfgControl.AdvancedHMI.Drivers.Common.PLCDriverException:'No Response from PLC. Ensure driver settings are correct."

I'm sure about driver settings because AH components are working.

Thanks for help. :)

2
Support Questions / Re: TwincatCom Read
« on: March 07, 2019, 09:16:41 AM »
Thanks Archie for your answer, I'm using port 851 and the rest of  the project is working correctly.

Any suggest  to read addresses with TwincatCom1.Read ??

Thanks again 

3
Support Questions / TwincatCom Read
« on: March 06, 2019, 01:49:12 PM »
I'm trying to read some variables from Beckhoff CX90200 TwinCat 3 but is not possible yet.

TextBox1.Read=TwincatCom1.Read("MAIN.bVble[1]")
...
TextBox9.Read=TwincatCom1.Read("MAIN.bVble[9]")

An exception appear: 'No Response from PLC. Ensure driver settings are correct'

 Driver settings are working with all Advanced HMI controls.

Any idea to resolve this?

4
Open Discussion / Re: 2D Arrays
« on: November 21, 2016, 10:29:00 PM »
Thanks a lot, BasicLabel works properly, i was using AnalogValueDisplay but it not works, it say: "Property Value is not Valid"  :)

5
Open Discussion / 2D Arrays
« on: November 20, 2016, 08:32:20 PM »
Hi, can anyone help me? I need show variables from two dimension arrays but Advanced HMI don't let it . Controller is Beckhoff CX9001

Pages: [1]