Jump to content

Marcelo

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Marcelo

  1. Hello, is this fixed already? Cant make de History button on web server to work. Thanks
  2. Hello, Is there any new develpment in axes coordination using servos? Or with the function "rottary knife"? Thanks
  3. Ok, thanks. To read TD10 preset I have to use the address C010h (49168), and to read TD10 current I need to use the address D010h (53264). Right? Doing that still dosn´t work. I am missing something else? Also, I am reading seconds? Or in wich format i am getting those timers values? Thanks
  4. Hi, I´m trying to read the preset and current value of TD10 from a VISION 350-35-TR34 using a UNISTREAM US5-B10-B1. From the address table I got that the address are 6910 (preset value) and 7310(current value) To read those values I did as follow: Where EQUIP1.t EST PRESET and EQUIP1.t EST CURRENT are INT32 variables. All other register reading works fine but cant make timer reading work, always get 0 value. Any advice or help you could give me I will appreciate. Thanks in advance.
  5. Hello. I need some help to make simpler this application. I made it work with lots of numeric and bit variables but its a very long program and that make it heavier. Need to group different outputs (64) to turn them on and off at the same time. Also need that those groups can be modified through the screen. Im using US5-B10-T24 with 4 modules UID-0016T. The outputs from those modules are the ones to group and the groups not necessarily are in order (outputs 1, 3, 10 from first module can be in same group as 7, 9, 15 from the third module). Thanks in advance.
  6. Hello, Im having some issues to do this task on unilogic. Will thank any help you could give me. I need to block the screen and the execution of the program every month for a full year and the only way to unlock this is filling a Password wich has to be diferent for each month. Tried to make this work with RTC.Date blocks but its a very long codding and the idea its to make it as simple as possible to avoid slowing the program execution. Thanks in advance.
  7. I think this function its called rotary knife.
  8. Im working with servo UMD-0010E-B3 and motor UMM-0010EA-B3. PLC is USC-B5-TA30. Would like to know if there is a way that the servo make this. Have to make a complete spin within a given time. No care about the speed during most of the spin. At a given point of that spin, its speed has to be equal to a given one. Couldn´t find a solution . I would appreciate if you could help me. Thanks.
  9. Solved, I stored the DTI values to the PLC memory by unilogic software on DATA TABLE TAB
  10. After checking TABLE A I realised that the values I write into TABLE A are not retained into the program. I visualize the table online and all values are set to 0. Is there a specific way of saving constant values in a table?
  11. Partners, I'm having trouble moving information from one DATA TABLE to another with the same structure. The structure of my data table is as follow: Floor/number/day in/month in/year in/day out/month out/year out/hour in/time in/hour out/time out/money/quarter When a specific event happens, program calls a function that saves date and time (year in, month in, day in, hour in and minite in) in specific place of data table index A (this way I know where this event happened, becouse the first two columns on the table are the reference of the place) In table A the first to columns have constants values and never changes. When another event happen program calls another function that reads a specific row of table A and paste it on row 0 of table B adding as well the rest of the items that are mising (year out, month out, day out, hour out, minute out, money and quarter) that are calculated in this function. So table B is a registry of the events that ocurred. When I visualize TABLE B, I see all the information except the two first columns that are set as 0. I wonder if there is something Im doing wrong or if is it a specific whay of doing that. Thank you so much for your help. Marcelo
×
×
  • Create New...