hapetter

MrPLC Member
  • Content count

    9
  • Joined

  • Last visited

Community Reputation

0 Neutral

About hapetter

  • Rank
    Newbie

Contact Methods

  • ICQ 0
  1. Programming question

    Hi folks I have found a solution:) I using the Array move byte function. PS! I use VersaMax plc and this does not support DATA INIT ASCII function... Hans
  2. Programming question

    Me again:) Ok now I have a small programming question: What I like to do is to move (or copy) a text to a variable, depending on the input (3-way switch). So I have 3 string variables witch holds a text, and depending on the input i want to move this text to another string variable. How can I do this? I have made a small suggestion, but this does not work.. I use the INT move instruction, but ofcourse I have strings not INT's .. But I dont have a String move instruction available as far as I can see. I use CME 5.0, and VersaMax PLC, using Ladder. Hope to get som hot tip from you folks.. Best Regards Hans
  3. QuickPanel

    The QP cable and port is ok, because It works when i download from another PC, so I think it is the COM port on my PC.. I have left the problem to the IT persolal now. Hans
  4. QuickPanel

    Thanks for answer. I have tried this, but it does not help!!
  5. QuickPanel

    Hi folks I have a problem (again) . I try to download a program to my QuickPanel, this was no problem yesterday, but now it does not work for some strange reason!! When i try to download, i get the error 12035, which says that it is unable to establish connection over the selected com port.. I have only one com port on my computer namely com1, and this is what my settings also are. It works fine when i download to the PLC, but not to the QP. So any suggestions to what may be wrong?, is it possible to reset the QP? I have tried to power off, but it does not help. please help me with this problem:) Best Regards Hans
  6. Fault table

    Found the problem, it was some hardware settings..
  7. Fault table

    Hi I have alot of errors in my fault table, but i have no idea what it means or how to fix it.. any suggestion.. I have attached a pic of my fault table. It is also lightning a fault lamp on the plc, i guess it has some connection with the fault table? Is it possible to run a program even if i have these faults? I using a VersaMax PLC, with 1DI, 1DO, and 1AI module, and im almost sure this is set up correctly, i use the default setting on these modules.. Have anyone suggestions to my problems? Best Regards
  8. Timer and QuickPanel

    Can this work? See attached file. I dont have a plc to try my progam on so i need help to evaluate my cod:) Best Regards Hans HourCounter.pdf
  9. Timer and QuickPanel

    Hi Im a newbi, can anyone help me? I using a VersaMax and a QuikPanel in an application. Im almost finish, but struggeling with a problem. The task is to make a hour counter and present the time on the QuickPanel. To be more specific i want to save how long a pump is running in hour. My plan was to use the output to start the pump as an input to a timer, which again count up to give a signal every hour or so. But how can i save a value in hour into a register which i can use to present the time in the QuickPanel? Im using the numeric data display function in QuickPanel to present the time. Best regards Hans