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

Pages: [1] 2 3
1
Support Questions / Re: 3.69 to 3.99
« on: September 25, 2015, 12:20:34 AM »
Hi Archie
That is what I was going to do. And it wil be faster than greate existing project again in new version.
By the way, is it possible use several HMI in same PC for same PLC?
I mean, that I leave old HMI as it is, and make new one with new version of AHMI?

2
Support Questions / Re: 3.69 to 3.99
« on: September 24, 2015, 09:35:34 AM »
Hi Archie
Just pilotLamps, BasicButtons, PanelMeters, Tabs, BasicLabels.
No database connections yet, but soon yes.
Now I have need to greate some gind failure report of machines
and conveyors and get it in file. (For monitoring of faults in lines.)
I tryed BasicDataLogger and BasicDataLogger2.
These seems to be fine for me at least now.

3
Support Questions / Re: 3.69 to 3.99
« on: September 24, 2015, 12:57:18 AM »
Hi
I dont know is 175 I/O points, 30 REAL-type data much.?

4
Support Questions / Re: 3.69 to 3.99
« on: September 23, 2015, 08:26:59 AM »
Hi Archie
At first look, seems lot of replacing to do.
Must think, is updating good idea.

5
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.

6
Support Questions / Re: Build project failed
« on: August 18, 2015, 07:46:43 AM »
Hi Archie
Vacations over.
And thank you answering. I found with task manager (in XP) that ADVHMI was still running.
My next question would have been same that AabeckControls asked, and answer is good for my purpose.
KariM

7
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

8
Support Questions / Re: Build project failed
« on: June 29, 2015, 09:44:40 AM »
OK, Thanks
I did restart computer. Same result.
So next time just restart VS?
KariM
Feels funny to restart VS after every editing. And stil no help!
Only restart computer helps.

9
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

10
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

11
Support Questions / Re: After project clean all disappears
« on: June 25, 2015, 07:44:40 AM »
Thanks Archie
That sounds easier than what I did.
And in my post last part problem disappered
by itself :-/
KariM

12
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

13
Support Questions / Re: AdvHMI kill PLC-program in Beckhoff CP6607
« on: October 27, 2014, 09:16:03 AM »
Hi
I just start debugging AdvHMI software and software in panel stop running.
I do have correct addresses.
I have get connection to another controller with TwinCatcom.
KariM

14
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?

15
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)

Pages: [1] 2 3