64-bit Excel add-in MaPara

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
Search

Post Reply
3 posts • Page 1 of 1
Kirvesmies
Posts: 42
Joined: Mon Dec 04, 2017 2:28 pm

64-bit Excel add-in MaPara

Post by Kirvesmies »

Just got a new laptop and I would not want to change Excel to 32-bit.
Is there any workaround or MaPara available for 64-bit?

User avatar
leoknipp
Posts: 2926
Joined: Tue Aug 24, 2010 7:28 pm

Re: 64-bit Excel add-in MaPara

Post by leoknipp »

The MaPara Excel Add-In and also the Excel Report are only available for 32bit Excel.

Best Regards
Leopold Knipp
Senior Support Specialist

funkey
Posts: 85
Joined: Mon Dec 27, 2010 1:11 pm

Re: 64-bit Excel add-in MaPara

Post by funkey »

You can save your Import-Excel-File as a tap separated file. Then change it from ANSI to UTF8 code if you have Umlauts in text.
After that you can use a batch file to direct start WCCOAASCII app for importing.

Here is my batch file, you may have to adapt it:

Code: Select all

rem %1 ist der Pfad zur ASCII-Import-Liste
rem %2 ist der DPT; z.B. Antriebe oder Analogwerte

C:\Siemens\Automation\WinCC_OA\3.17\bin\WCCOAASCII -in %1 -PowerConfig -filterDpType %2 -user root: -config C:\pvss\WinCC_Project\config\config -log +stderr 1>Import_Error.txt 2>&1
Hope this helps.

Post Reply
3 posts • Page 1 of 1