[LINK]: Control Builder Plus PS501 V2.2

другие контроллеры
nsr1
Posts: 27
Joined: Mon Nov 01, 2010 7:40 pm

[LINK]: Control Builder Plus PS501 V2.2

Post by nsr1 »

Hello All,

Please, I need Control Builder Plus PS501 V2.1 Or V2.2



Best Regards
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

Re: Request: Control Builder Plus PS501 V2.1

Post by Linkinx64 »

CB PS501 V2.1: viewtopic.php?f=43&t=16336
I have CB PS501 V2.2 too, but due to space limitations can't upload it on 4shared at the moment.
nsr1
Posts: 27
Joined: Mon Nov 01, 2010 7:40 pm

Re: Request: Control Builder Plus PS501 V2.1

Post by nsr1 »

Thank you very much (clap) (clap) , V2.2 version would be interesting when you can (dlink)

regards.
azhw
Posts: 22
Joined: Wed Aug 10, 2011 2:58 pm

Re: Request: Control Builder Plus PS501 V2.1

Post by azhw »

does the files @ 4share.com,
http://www.4shared.com/folder/2gZFbac8/ ... ntrol.html

is the PS501 control builder plus V2.2 ??

I need the new version of v2.2,
thanks Linkinx64.
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

Re: Request: Control Builder Plus PS501 V2.1

Post by Linkinx64 »

azhw wrote:the files @ 4share.com,
http://www.4shared.com/folder/2gZFbac8/ ... ntrol.html

is the
..."Scalable PLC AC500 and Control Builder PS501" basic training.
I will upload V2.2 as soon as I upgrade account. No space now. Sure as an option can upload on another file storage server... but this is complicates link tracking for me. Link is dead - I can't see it.
azhw
Posts: 22
Joined: Wed Aug 10, 2011 2:58 pm

Re: Request: Control Builder Plus PS501 V2.1

Post by azhw »

Thank Linkinx64!

waiting for your good news.
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

Re: Request: Control Builder Plus PS501 V2.1

Post by Linkinx64 »

Uploading V2.2...
azhw
Posts: 22
Joined: Wed Aug 10, 2011 2:58 pm

Re: Request: Control Builder Plus PS501 V2.1

Post by azhw »

great news! :haha: Thanks for uploading... (clap)

I'm downloading it now... (tyou)

ps:
1. this time it's an ISO file, great! Not as v2.1, so many files... :(
2. wait uploading finished completely,
and need the unrar password~~
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

[Link]: Control Builder Plus PS501 V2.2

Post by Linkinx64 »

Last edited by Linkinx64 on Tue Feb 04, 2014 5:21 am, edited 1 time in total.
azhw
Posts: 22
Joined: Wed Aug 10, 2011 2:58 pm

Re: Request: Control Builder Plus PS501 V2.1

Post by azhw »

I have downloaded, (tyou)

I like the origin ISO image, not all file copied from CD.

As told as Linkinx64, this time it has more files, the capacity is 870M!
maybe not a CD image,
It's a DVD image. (thnx)

Thank Linkinx64, again!
ngongpro27
Posts: 6
Joined: Sat Nov 03, 2012 5:57 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by ngongpro27 »

Thank you for [Link]

Anh I have a problem .

When I finished PS501 V2.2 and I couldn't config profibus on Codesys .

I know ABB Sycon.net use config profibus but can't open it because it requires password

Thank for your assistant
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by Linkinx64 »

ngongpro27 wrote: know ABB Sycon.net use config profibus but can't open it because it requires password
Sycon.net not using for Profibus configuration since PS 501 CB AC 500 V2.0. Use ABB Configurator instead.
What kind of password you are talking about? Make printscreen.
ngongpro27
Posts: 6
Joined: Sat Nov 03, 2012 5:57 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by ngongpro27 »

Thank Linkinx64 so much

and I have a question . How can i config ACS550 drives into profibus .?
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by Linkinx64 »

In brief:
Download user's manual for ACS550 from ABB.
It is necessary to know MSW and MCW structure before config something.
Add device for CM572-DP in your PS501 project and specify .gsd file for the RPBA-01.
(Here you can download that gsd: https://hotfile.com/dl/179206600/8ac440 ... 2.zip.html )
Later in the programming window use ParGet/ParSet function blocks to config the drive.

It would be better if you read AC500 and ACS550 trainings before start work with the drive and Control Builder.
ngongpro27
Posts: 6
Joined: Sat Nov 03, 2012 5:57 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by ngongpro27 »

Thank Linkinx64

i know that
PZD1 IN: Status word
PZD2 IN: Actual speed
PZD1 OUT: Control word
PZD2 OUT: Reference speed
PZD3,PZD4... options
Ex : I Config in DP-Module I/O Mappping
Input1
Channel Address
StatusWord Word0 %IW1.4
ACT_Speed Word1 %IW1.5
....
Output1
ControlWord Word0 %QW1.4
...
but i don't know address how to send or receive ControlWord(Word0) --> PZD1 OUT( in PS501)
and PZD1(AC500)--> ControlWord(ACS550 Drives).
and can i change address of them ?
thanks
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by Linkinx64 »

You can change RPBA address in the "DP-Parameters".
For sending/receiving data you must declare variable in the "DP-Module I/O Mapping". For example: declare ACS550_VAR (WORD type) for %QW1.4. Later connect it in your program.
ngongpro27
Posts: 6
Joined: Sat Nov 03, 2012 5:57 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by ngongpro27 »

Thanks
I have configured AC500 profibus to ACS550 & ACS850.

Anyone has link for download: Drive Studio V1.5 ?

Thank you
vnnghia_bk
Posts: 16
Joined: Tue Dec 15, 2009 1:08 am

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by vnnghia_bk »

I downloaded the Control Builder Plus V2.2 and try to extract but one problem occur though I coppied exactly the unrar password.

Extracting file: E:\ABB PLC\ps501_control_builder_ac500_v2.2_build226.part01.rar
Extracting to "C:\Documents and Settings\VNNGTRA\Desktop\"
Use Path: yes Overlay Files: no
Extracting PS501_V22_RELEASE__Build226.iso Error: CRC mismatch in file "PS501_V22_RELEASE__Build226.iso" in the archive "E:\ABB PLC\ps501_control_builder_ac500_v2.2_build226.part01.rar" - possible wrong password

Please kindly help!

Thanks!
vnnghia_bk
Posts: 16
Joined: Tue Dec 15, 2009 1:08 am

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by vnnghia_bk »

Hi Linkinx64,

Please kindly help.I can not extract the Zip file with the password :plcforum.uz.ua

Thanks Linkinx64
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by Linkinx64 »

ngongpro27 wrote:Anyone has link for download: Drive Studio V1.5 ?
viewtopic.php?f=16&t=17091
vnnghia_bk wrote:Please kindly help.I can not extract the Zip file with the password :plcforum.uz.ua
In fact, it is RAR, not ZIP.
Image

Password: plcforum.uz.ua (without colon)
If not success - redownload and try again!
vnnghia_bk
Posts: 16
Joined: Tue Dec 15, 2009 1:08 am

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by vnnghia_bk »

thanks Linkinx64.Just check again.The 3rd file is not enough capacity so i dont know why.Will download again.
MEFinc
Posts: 51
Joined: Thu Dec 08, 2011 11:23 am

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by MEFinc »

Thanks Linkinx64 for your help with CB v2.2. Maybe you have v2.3 (need for ACS880 drive) or you know how to upgrade the old one?
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by Linkinx64 »

At the moment I don't have a stable 2.3 version of AC500 Control Builder (only beta version). When I get stable 2.3 version I'll let you know (I need it too).
MEFinc
Posts: 51
Joined: Thu Dec 08, 2011 11:23 am

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by MEFinc »

Have good news?
MEFinc
Posts: 51
Joined: Thu Dec 08, 2011 11:23 am

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by MEFinc »

Thank you very much for such present.
Linkinx64 wrote:As good as your internet bandwidth...
It took me about eight hours to download and install all =).
cuelloar
Posts: 1
Joined: Fri Mar 14, 2014 10:55 pm

Re: [LINK]: Control Builder Plus PS501 V2.3

Post by cuelloar »

There should be a problem with parts 15 and 16. Could you re-upload?
Thank you
vnnghia_bk
Posts: 16
Joined: Tue Dec 15, 2009 1:08 am

Re: [LINK]: Control Builder Plus PS501 V2.3

Post by vnnghia_bk »

Hi Linkinx64,
Could you please upload to 4shared.com?
Filefactory quite hard for downloading.
Thanks.
dwded
Posts: 2
Joined: Sun Apr 26, 2015 9:04 am

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by dwded »

There should be a problem with parts 6. posting.php?mode=reply&f=3&t=18118#
Could you re-upload?posting.php?mode=reply&f=3&t=18118#
Thank you
frederyps
Posts: 3
Joined: Mon May 04, 2015 7:36 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by frederyps »

There should be a problem with parts 6. posting.php?mode=reply&f=3&t=18118#
Could you re-upload?posting.php?mode=reply&f=3&t=18118#
Thank you
frederyps
Posts: 3
Joined: Mon May 04, 2015 7:36 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by frederyps »

http://www.filefactory.com/file/q9imdys ... part06.rar

no funcion

There should be a problem with parts 6
VICTORSJG
Posts: 1
Joined: Tue Jan 07, 2014 4:11 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by VICTORSJG »

Could anyone upload the file #3 again?

thanks
frederyps
Posts: 3
Joined: Mon May 04, 2015 7:36 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by frederyps »

no funcion Automation_Builder_1.0.part06
kurnaz5
Posts: 3
Joined: Thu Jun 23, 2016 4:24 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by kurnaz5 »

thank you very much
anulag
Posts: 2
Joined: Sat Aug 31, 2013 7:14 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by anulag »

(not_allow)
Tofeek
Posts: 1
Joined: Wed May 10, 2017 10:50 am

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by Tofeek »

Hello all!
I need Control Builder Plus PS501 V2.2 or higher!

Old links doesn't work.

Please, kindly help! (sos)

Thanks!
rafaellaxel
Posts: 1
Joined: Wed Sep 30, 2015 1:17 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by rafaellaxel »

Hi guys

News?

I need to make a change to an ABB CLP AC500 PM564
But I need the software Control Builder Plus v2.2.x or v2.3.x

Automation Builder would also be useful;

Do you know where to find it?
Ahmad Hammad
Posts: 2
Joined: Tue Oct 10, 2017 2:14 pm

Re: [LINK]: Control Builder Plus PS501 V2.3

Post by Ahmad Hammad »

These links are not working please upload new link
boont
Posts: 28
Joined: Wed Sep 05, 2012 8:18 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by boont »

All links to Control builder died (((
mojtaba6936
Posts: 1
Joined: Sat Apr 09, 2016 4:53 pm

Re: [LINK]: Control Builder Plus PS501 V2.3

Post by mojtaba6936 »

Hi
I can't download any file
please give a link in Mega sits or google drive
kolya_asu
Posts: 19
Joined: Tue Dec 23, 2014 1:02 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by kolya_asu »

Добрый день. Все ссылки на Control Builder не действительны! Где можно скачать, подскажите пожалуйста.
Tamilmani
Posts: 1
Joined: Fri Mar 17, 2023 6:31 pm

Re: [LINK]: Control Builder Plus PS501 V2.2

Post by Tamilmani »

(sbutton)