arpix

MrPLC Member
  • Content count

    22
  • Joined

  • Last visited

Community Reputation

1 Neutral

About arpix

  • Rank
    Sparky

Profile Information

  • Gender Male
  • Country Hungary
  • Interests robotics, automatization, Inverters,PLC
  1. STL NOOB

    Hello all, I want (need to learn ) STL programming. I never use it because i solwe all the problem in LAD diagrams. But now for some testing i need to know this language. I really have a big trouble with it. Can someone put some links for some basic explanation or PDF for me? mabe with some solved problems and example programs writed in STL. Just basic thing for the beginning. example. How to write down in STL ... i have one button, when i need to count how manny times i pressed the button but when i press 10 times it will start to count from beginning (0)? A M30.0 JCN END L MW10.0 L 1 +I T MW10 END: NOP 0 and than i don't know what to do.... pls help
  2. Any users of Eplan P8 ?

    Hello Guys! I just start to learn and to use Eplan. Before i use AutoCad 2011 Electrical, but somehow i just want to learn this softwer too, lots of my colege working in this program. I just installed Eplan P8 Well my first problem is when i going to Wizard Projects and doing the stup i get the first error message (basically) i want to do a simple schematic nothing complicated at the begining, just to se how its work. Chosing the Frames, putting the components, creating new components etc... Ok my problem is this when i creating the project with WizzardProj i get this message: The project is incompete. The symbol library 'SPECIAL' could not be found. Wher can i say to program how to find that or how to set the library directorium?... i don't understand... Little bit confusing to me. And i can't find any symbol in symbol list.... Best regards Arpad
  3. No, bud. Ok its my fault because i did not give a good specification! My PLC is conected with V1000 with ProfBus communication. My PC and My PLC is connected with USB (Printer, programming cable). So basicly no ethernet communication. I am runing my PLC with CX-Programmer. Best regards Arpad
  4. No my friend i don't have an NS! I want to simulate the NS with CX-Designer!
  5. Hi all! I want to learn and understand little bit more this ModBus communication mode. I Manage to conect an Omron CP1l cpu L with Yaskawa V1000 ower ModBus. I made a little simple program in CX programmator with default FB for Inverters. Basic run, stop, fw, bw... It really simple. And its working. But i wanted to made a little test scren in CX-Designer that i don't need to turn off and on the bits in the CX-Programmer to make it simple. (I don't have any touch screen i just want to made a virtual touch screen in CX designer) But the problem is that when i want to simulate i can't make it to work in real time with CX Designer? Is it possible to made a test with the CX designer (simulation) to really start the motor? or i can just virtualy simulate the working..? And another thing. You all know about the Yaskawa and Omron Inverters. Before they was same but not any more. I wandered yesterday can i parameter the Yaskawa Inverter with Omron CX Driver and i manage to do that. From yaskawa told me that is inpossible. It is working just with DriveWIzard Plus what is made for Yaskawa Inv. Products. The question is.. coz i had a little problem to connect with the CX driver the program changed some parameters in inveretr, i hope that i did't kill the original softwer in yaskawa, is ther a possibiliti that i owerflashed thew softver in Yaskawa driver with CX Driver program and i kill some fuctions with this conection in Yaskawa driver? After that conection i cold not made a ModBus conection i had to reset all the parameters in V1000 and made all the parameters back but i don't know did i change more something what at the moment i don't know. If someone have some conclusion or opinion pls tell me. Now it seems working fine I hope that my question is clear.\ \Sorry for my bad english. Thanx forward for the answers! Best regards Arpad
  6. This is what was i need! Thank you wery much! Cheers
  7. Hello! I have i little problem with comunication between the PLC and Yaskawa invertet. I set up all the parameter in the inverter and i add all the communication card to PLC. But i don't know how to made a comunication between this two devices. Exaple how do i add a simple start comand ower Ledder diagram. What modules do i need to use in ledder diagram that the inverter can understad what i want to do? Exaple: to start, to stop, and to add a referent frekvency to the driver? I am little bit confused, i was search all the topic on this forum but i cant find any exaples of programs how to made a program for that. Thanx Best regards!
  8. Output card dropping out

    Hello! Do you using some relays on the output of the PLC?
  9. Omron Programming PLC TIMERS

    Thank you wery much Mendon Systems! Best regard Arpad
  10. Omron Programming PLC TIMERS

    Hello! Is ther any possibility to increase the timer time when the timer is working? Example,.. the timer is set to 20 sec. The timer is in the cycle and counting down, and in some moment i want to add more 10 sec to the timer. Is that possible to do. I made a little program wher i read out the datas from the timer in the DM memory. I convewrt that data in floating point number, and with the +F a add a number 10. After i convert back to the UINT and trying to MOV back in the timer... but its not working. Some idea? Thanx
  11. Omron Programming PLC TIMERS

    Oh man! Cheers! When you know what to use that its look so easy, but when you don't know its so complikated!!! Big thanks MAN! I was trying all the complicated way and it was not worked... Thats the problem that i want to solve the problem like in the Siemens... but its not the same.... Big thanks again!
  12. Omron Programming PLC TIMERS

    Hello guys! I made some little program with timers. When i activate the W10.00 that mean that i detected a metal on transporter and the T0 need to activate the T1 after X sec Time and the T2 need to hold the output opened Y sec time. If between i activate the W50.00 that need to stop the timer. If i deactivate the W50.00 the timer should count from time wher is they stop. NOT FROM the begining. The problem is that when i stop the timer, the timer going back to to the starting time position. How can i memorised the time when i activated the W50.00? In siemens this is working fine... But here something is not working.... I put the MOVE funcion that when i activate the W50.00 the last timer count nuber shold writen in the Timer... but its not happening....:( How can i memorised the time? I will put my program. Best regards Arpad BAT_OmronProba.cxp
  13. Omron Programming PLC TIMERS

    Thanx all for answers! cheers!
  14. Omron Programming PLC TIMERS

    Thanx Bob for your experience, but this is not helping me out at all.. I don't have an experience like you. But im lerning... But i respect! cheers Best regards Arpad
  15. Omron Programming PLC TIMERS

    Oh Thank you Michael Walsh! I did not seet this yet but that FB is realy look like a timer from siemens. I have a question how can i put my desired time in the PT? The prpgram not allowed to me to write there any number. like #100. Willy thanks for advice. Thank you wery much. this is opened a new chapter in lerning this Omron CX for me. Best regards Arpad