wouter94

MrPLC Member
  • Content count

    18
  • Joined

  • Last visited

Posts posted by wouter94


  1. Is it possible to make it work without secondary drive?  i have 42 MB of data free at my main at the moment. I already found this:
    Do not turn off the target machine.

    If the download process is paused, cancel download.

    Insert into the target machine a valid Secondary Drive with enough capacity to hold the entire project and associated data files.

    Start the download.

    If the error message displays again, you do not have enough capacity on the Secondary Drive to hold both the user application and data files.

    In the Data Files, Recipes, and Target nodes, set the DownloadTo property to Main Drive and download again.

     

    i already found where i can change it at the data files and the recipes but i don't find where i can change it at the target nodes.


  2. hey,

    I'm making a program with vijeo designer with a HMIGTO5310 and with somachine basic and a TM221C16R. At the moment i don't have my TM221C16R yet but i'm able to run the program in simulation on my pc and connecting the hmi to it. I'm able to control everything on my hmi but the moment i'm trying to activate the webgate, vijeo refuses to download the program to my HMI end gives the error " error 1850: [target] [target1] secondary drive full or not found. check the data file location setting.". Is this because it isn't connected to a real PLc but a simulation of it or is it because something else?


  3. Is there a way to choose with %MW you use depending on the value of %SW49? For example, i have 7 %MW:
    -%MW4 that needs to be active when %SW49 :=1
    -%MW8 that needs to be active when %SW49 :=2
    -%MW12 that needs to be active when %SW49 :=3
    -%MW16 that needs to be active when %SW49 :=4
    -%MW20 that needs to be active when %SW49 :=5
    -%MW24 that needs to be active when %SW49 :=6
    -%MW28 that needs to be active when %SW49 :=7

    so is there a way to say %MW0 := %MW(4*%SW49) on a operation block?


  4. Hi,
    I'm working in so machine basic v1.5 and I'm wondering if it is possible to change the start time and stop time in a schedule block with a %MW. So is there a possibility to for example say %CH0.??? := %MW5 in an operation block? And is there a page where u can see al the possible codes. I already discovered that %TM0.P changes its preset but i don't find a list of al those possibility's.


  5. i'm working with vijeo designer and i have a problem with popup windows. I'm trying to make a popup window appear with a variable. A bool to be exact. I want that a popup window appears when the bool becomes 1. But so far i haven't found a way to do that. Can someone help how I could do that? It's the meaning that that bool becomes 1 when there is an error and that the popup window appears then to let the user know there is an error. Or does annyone have a better idea?


  6. I have a problem with converting a server word. I'm trying to put the seconds in my program trough %SW50. But this is counting like this:

    0000 0111 = 7
    0000 1000 = 8
    0000 1001 = 9
    0001 0000 = 10
    0001 0001 = 11

    But i forgot how this is called. How do i convert this to:

    0000 0111 = 7
    0000 1000 = 8
    0000 1001 = 9
    0000 1010 = 10
    0000 1011 = 11

    And is this second style integer?


  7. I just started working with somachine basic V1.5 SP1. I made a little program inside a POU with ladder. But when I open the simulator nothing seems to work. When I activate an input it doesn't seem to do aanything except making my contact green but it doesn't opperate annything that is placed behind it. Can someone tell me why that is?