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

Pages: [1]
1
Support Questions / 3.69 to 3.99
« on: September 23, 2015, 05:19:40 AM »
Hi
What is good way to update my existing HMI-project to new version of AHMI?
I am using VS community 2013.

2
Support Questions / Numbers of connection to same AMS port
« on: August 18, 2015, 06:55:35 AM »
Hi
Have any one information about max. connection to same Beckhoff controller.
My controller is CX8090, and I need to keep at least 2 PC-micro connected to it.
Both PC have same ADVHMI project.

Thanking in advance
KariM

3
Support Questions / Build project failed
« on: June 29, 2015, 08:03:39 AM »
Warning   8   Could not copy "C:\AdvancedHMIBetaV369\AdvancedHMIDrivers\bin\Debug\AdvancedHMIDrivers.dll"
to "bin\Debug\AdvancedHMIDrivers.dll". Beginning retry 8 in 1000ms. The process cannot access the file
 'bin\Debug\AdvancedHMIDrivers.dll' because it is being used by another process.   AdvancedHMI

Whats up?
There is no proces that use that .dll. No previous version of AdvHMI  running.
Why?
KariM

4
Support Questions / Form change clear mainform
« on: June 26, 2015, 05:31:23 AM »
Hi
When I use FormChange-button in mainform
mainform get empty.
Between other forms no problem.

KariM

5
Support Questions / After project clean all disappears
« on: June 25, 2015, 04:33:11 AM »
Hi
After I try to clean project, I had 80 error messages like:
Message   2   The variable 'BasicLabel21' is either undeclared or was never assigned.      0   0   

Message   3   Could not find type 'MfgControl.AdvancedHMI.BasicLabel'.  Please make sure that the assembly that contains this type is referenced.  If this type is a part of your development project, make sure that the project has been successfully built using settings for your current platform or Any CPU.      0   0   
Only forms and TabPages is present.

Project is started by VS2010 Express, and I edit it now with VS2013 Community edition.
Edit:
Next I look properties of project.
In Referense page Imported namespaces:
No selection of any line with text AdvancedHMI.
I build again projct: now all controlls are in forms and works. BUT I had this error:

6 pcs same error.
Improper use of the memory location

Instances of this error.
at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
at Microsoft.VisualStudio.Shell.Design.VsTargetFrameworkPropertyDescriptor.SetValue(Object component, Object value)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializePropertyAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement, CodePropertyReferenceExpression propertyReferenceEx, Boolean reportError)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
 
KariM

6
Support Questions / AdvHMI kill PLC-program in Beckhoff CP6607
« on: October 27, 2014, 04:34:39 AM »
Hi
I have earlier tryed get connection to CP6607 panel.
No succes. At these times I never saw actions because
panel was different room. And I have not enough interest
to solve problem couse it's own screen.
Now I have interest to get it work.
So it stop PLC program.
Why?

7
Support Questions / Data types in TwinCatCOM
« on: October 02, 2014, 04:13:28 AM »
Hi
Does TwinCatCOM driver support data type TIME?
Did not find way to get seconds from PLC.
Need to change timers time in PLC.
Or do I have to make dataconversion in PLC?
And if, will it be int, real word, or what?

Later I tryed next with succes.

VAR
DelayTimeReal : REAL :=1500;
tonDelay : TON
END_VAR

tonDelay.IN := REAL_TO_TIME(DelayTimeReal);
(result is 1s500ms)

8
Support Questions / String over Modbus TCP/IP
« on: August 16, 2014, 10:30:52 AM »
Hi
Has anyone get datatype string moving over modbus tcp/ip from controller to AdvancedHMI?
How did you done it?
Purpose is get system alarms in readable mode for operator.
My controller is Beckhof CX8090.

9
Support Questions / Modbus TCP/IP with CX8090
« on: August 15, 2014, 07:07:43 AM »
Hi
I tryed AdvancedHMI to Beckhoff CX8090 with TwinCat driver. Now I know, why it dont work.
Next I tryed AdvancedHMI to Beckhoff CX8090 with Modbus driver.
I can see inputs on PLC and I can read coils but I can't write coils.
What is addres for one independent coil?

10
Support Questions / Beckhoff CX8090
« on: March 25, 2014, 02:42:46 AM »
Hi.
Has anyone get connection to CX8090 PLC with AdvancedHMI.
Tryed weekends of 2 month. No correct responce from PLC.
AdvancedHMI in PC with NO TwinCat.
Tryed with Microsoft Visual Basic Express Edition 2008 and 2010.
Win XP in PC.
Examples in here so old, that those Visual Basics want newer files, so
upgrade with ArtinSoft VisualBasic Upgrader is made.
Earlier tryed get connection to Beckhoff CP6607. No work.
In videos and examples it seem easy, but what is the important thing
that not showed or writed?
KariM

Pages: [1]