Jump to content

Gert

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Gert's Achievements

Member

Member (2/4)

1

Reputation

  1. Brett, Writing 1151 (start) and 1150 (stop) does start and stop the drive, i also wrote the speed to the drive modbus adress 1. In order to let the drive turn the other way you have to use negative numbers. You can do this with writing multple vectors but i chose to create more nets and reading and writing 1 vector at a time. I also made a net to read the actual speed at adress 4. When you whant to read and write more data from and to the ABB drive you can download the ABB documentation from their website with the modbus adressing table. Gert P.
  2. Hello, I have the following problem i created trends in my application but when i stop the trend and want to view History trends they are sorted by date with the notition DDMMYY is it possible to change this in to YYMMDD? In this case it much easyer to find the trends back by date. Thanks in advance Gert Pasveer
  3. Gert

    Email

    Thanks this solved the problem. Only problem now is that the mail is send twice. Any idea? Gert
  4. Gert

    Email

    Mail account is gmail witch is configured for smtp. so i dont think this is the problem. G. Pasveer
  5. Gert

    Email

    Hello im trying to send mail from a unistream device (US5/7-B10-TR22) i configured the email account and made an email with a DT attachment. when i send mail the status gives a value of 2 and then goes to 0 at that moment the succes bit goes from 0 to 1. So it seems its all working but the mail is never received. i attached the PLC programm whithout the password of the mail account. Anyone any idea what the problem could bee? Thanks in advance. test.ulpr
  6. Hello im new to unilogic and stumbled into the following problem: in visilogic i programmed the following: i would like to know how to do this in unilogic could anyone help me out here? i did read and write integer periodic and aperiodic registers this whas no problem thanks in advance Gert P.
  7. Request for help, Im struggling with the following problem, i have a master PLC v1040 and 6 slave PLC s also v1040's . From the slaves i want to read measurement values every cople of seconds. im able to read 1 slave but im struggling with the fact that i have only 4 sockets and more than 4 slaves to connect to so i know that i have to connect disconnect continuously . i use socket 3 to connect the slaves. Can anyone help me out? thanks in advance. Gert.
  8. Hey i wanna thank you Flex727 and Ausman i finally got it to work. i digged a little in the Forum and found some other code from Ofir and i'd putt it all together and gotit to work. ill post my code for anyone who is struggling with this kind off problem. ABB VFD.vlp
  9. I made some changes to the programm but i'm stil not able to write to the vfd. also tried to set and reset request to send in rung 3, 4 and 5. I also tried to change the addresses to 40000 and 40001 (according to the ABB manual and off by one) in rung 5 (previous rung 6) i try to write the speed for the VFD. thanks for the tip according to the examples. ABB VFD.vlp
  10. Thanks for your reply butt i still cant get it to work. ill changed MB 1 en MB 2 in to 2 positive transition contacts and placed a rung between 1 and 2 and placed Modbus scan_EX functionblock. And i Also changed MI2 in rung 4 into MI3. ABB VFD.vlp
  11. Hi there im trying to control a ABB ACS355 with Fena-01 adapter using modbus. i think i have a problem with the addressing. in the VFD i have all the parameters set and im abble to controll the vfd with modbus poll. in register 1 i first send 1150 (also stop command) to set the vfd in ready mode after that im able to start the drive with 1151 (start command). in the attachment ill uploaded my project. can someone help me out? Thanks in advance Gert ABB VFD.vlp
×
×
  • Create New...