Search found 17 matches

by Lepes9
Wed Dec 12, 2012 12:17 pm
Forum: SIMATIC system
Topic: [?]: Siemens CPU 315-2DP MW memory area
Replies: 4
Views: 3347

Re: Siemens CPU 315-2DP

Here: https://eb.automation.siemens.com/mall/ ... atalogTree and select Product Information.


Greets
Lepes9
by Lepes9
Wed Dec 12, 2012 11:02 am
Forum: SIMATIC system
Topic: [?]: Siemens CPU 315-2DP MW memory area
Replies: 4
Views: 3347

Re: Siemens CPU 315-2DP

Hi,


The CPU 315-2 DP has 2 kB memory for flags. So you can use flag words from MW0 to MW2046. Mind the retentivity.


Greets
Lepes9
by Lepes9
Fri Dec 07, 2012 11:05 pm
Forum: SIMATIC system
Topic: [?]: Siemens S7 300 analog input 4-20 mA signal
Replies: 4
Views: 3858

Re: [?]: Siemens S7 300 analog input 4-20 mA signal

Check the diagnostic list of the module, something is wrong (wire break, overflow etc.). (HW-congfig, highlight module, CTRL-D for diagnosis)


Greets
Lepes9
by Lepes9
Thu Dec 06, 2012 11:25 pm
Forum: SIMATIC system
Topic: how to assign array[x] ? in Step 7 5.5
Replies: 3
Views: 2789

Re: how to assign array[x] ? in Step 7 5.5

Hi relay, It is possible. Try something like this: L W#16#0 T LW 0 LAR1 P##VAR1 L #VAR_X +AR1 SET = L [AR1,P#0.0] where VAR1 is an Array [0..15] Of Bool in the TEMP data section at Address 0.0 (I used an FC to test it). It's just a short example written in a minute. Do you need more information? Gre...
by Lepes9
Wed Dec 05, 2012 12:00 pm
Forum: SIMATIC HMI
Topic: [?]: SIMATIC COMPATIBLE WITH WINDOWS 8
Replies: 4
Views: 5332

Re: [?]: SIMATIC COMPATIBLE WITH WINDOWS 8

I think it's only prepared, but not tested yet.
Maybe I'm wrong.


Lepes9
by Lepes9
Wed Dec 05, 2012 11:39 am
Forum: SIMATIC HMI
Topic: [?]: SIMATIC COMPATIBLE WITH WINDOWS 8
Replies: 4
Views: 5332

Re: [?]: SIMATIC COMPATIBLE WITH WINDOWS 8

Hi all, "Intuitive operation with 2-finger multi-touch gestures" means NOT that it is compatible with Windows 8. It is multitouch compliant. Be patient. Siemens has to test a lot to make sure that their sofwares run on a specified OS. Use Windows XP or Windows 7, it's proven. And it is VERY importan...
by Lepes9
Thu Jan 05, 2012 2:49 pm
Forum: Other HMI
Topic: Request: software for marchesini FIM30 panel
Replies: 2
Views: 2886

Re: Request: software for marchesini FIM30 panel

Hi Little_Cat!


I have it. How can I hand it to you?


Greets
L9
by Lepes9
Thu Jan 05, 2012 9:42 am
Forum: SIMATIC system
Topic: [?]: TIA Portal/ WinCC Flex script problem
Replies: 7
Views: 6431

Re: [?]: TIA Portal/ WinCC Flex script problem

Hi Homeroid_BL! I think it is because Microsux tightened the user rights in Windows 7. Maybe the user doesn't have enough rights to create/write a file. (On Win7 is an administrtator is not equal the Administrator.) I hava a similar problem: I use a script on my PC to change the proxy-settings in th...
by Lepes9
Wed Jan 04, 2012 4:32 pm
Forum: SIMATIC system
Topic: [?]: TIA Portal/ WinCC Flex script problem
Replies: 7
Views: 6431

Re: [?]: TIA Portal/ WinCC Flex script problem

Hi Homeroid_BL!


Was the previous OS Windows XP?


Greets
L9
by Lepes9
Thu Dec 08, 2011 6:30 pm
Forum: SIMATIC HMI
Topic: [?]: Function for IO-Field change (Newbie`s question)
Replies: 6
Views: 4601

Re: [?]: Function for IO-Field change (Newbie`s question)

Hi BoozZzilla, Maybe you can try this: The function "ActivateScreen" has two parameters: Screen name and object number. Use the same screen with your io-field for the screen name and the number of your io-field which you want to have the focus on it for the object number. You can get the number of y...
by Lepes9
Wed Mar 16, 2011 1:25 pm
Forum: SIMATIC HMI
Topic: [?]: groups of variables in WinCC 6.2 SP3
Replies: 3
Views: 3113

Re: [?]: groups of variables in WinCC 6.2 SP3

It depends on...
- how many variables do you want to save
- how often

But if you NEED this function then you have to accept that it costs performance.
by Lepes9
Fri Mar 11, 2011 9:58 pm
Forum: SIMATIC HMI
Topic: [?]: groups of variables in WinCC 6.2 SP3
Replies: 3
Views: 3113

Re: [?]: groups of variables in WinCC 6.2 SP3

Hi, you could save these variables every x second in a CSV file with a VB or C script. Something like the function archiving variables but you could overwrite this file every time - you need only the latest values. On the next start you have to read these values them from the file and assign them to...
by Lepes9
Wed Mar 09, 2011 8:32 am
Forum: SIMATIC HMI
Topic: [?]: WinCC Flexible Script Code for "Get file attributes"
Replies: 3
Views: 4695

Re: [?]: WinCC Flexible Script Code for "Get file attributes

Hi Homeroid_BL!

If you want to change the attributes of a file you have to assign a value to the file.
E.g.:

Code: Select all

File.Attributes = 33
Now the file is an archive (NOT compressed!) and read-only.

Greetings
by Lepes9
Thu Mar 03, 2011 2:41 pm
Forum: SIMATIC HMI
Topic: [?]: WinCC Flexible Script Code for "Get file attributes"
Replies: 3
Views: 4695

Re: [?]: WinCC Flexible Script Code for "Get file attributes

Try this: On Error Resume Next Dim FSO, File, szFolder, szFileName, iAttrib szFolder = "C:\Temp\" szFileName = "ExampleFile.txt" Set FSO = CreateObject("Scripting.FileSystemObject") If Err.Number <> 0 Then ShowSystemAlarm Err.Description Err.Clear Exit Sub End If Set File = FSO.GetFile(szFolder & sz...
by Lepes9
Wed Feb 02, 2011 9:18 am
Forum: Other PLC
Topic: [LINK]: PL7-2 Software
Replies: 39
Views: 55376

Re: [LINK]: PL7-2 Software

Many thanks, valero!


Greetings
Lepes9
by Lepes9
Fri Jan 28, 2011 3:51 pm
Forum: Other (only about CAD and Soft)
Topic: [?] ePlan 5.3
Replies: 0
Views: 1616

[?] ePlan 5.3

Hi there!


Does anybody has the old version v5.3 of ePlan?
For a project I need exactly this version and not newer.
Does anybody can help?


Regards
Lepes9
by Lepes9
Mon Nov 15, 2010 3:50 pm
Forum: Other PLC
Topic: [LINK]: PL7-2 Software
Replies: 39
Views: 55376

Re: [LINK]: PL7-2 Software

Hi there,


I need also PL7-2 for DOS.
Does anybody has this software?
Can anybody upload/re-upload it? (The old links don't work any more.)



Greets
Lepes9