Jump to content

roghenr

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by roghenr

  1. Now when you click to start recording, it erases the final recording
  2. I initially did as you showed me to continue development Now I need to show finalized date and time values only when this occurs. It could show dashes, figure or nothing or maybe show zeros
  3. Flex I will redo it as you showed # only record the beginning time and date writes every time pulse key updates line zero but it doesn't update string know time is short but if you can help I would be grateful. I tried some examples, watched videos and it even worked, but not as it should. I'm kind of lost in addressing the write and read blocks in relation to reading the time and date clock
  4. Could you show the address you are using in the write rom, in fact I have difficulty understanding how to do a data table and I would like to learn how to make data history which is essential today
  5. hello flex the data table write row 1 and 2 have different addresses
  6. I tried to set up two separate tables, both with time and date strings. In my project I need to show the time and date when I start the process and also the time and date at the end of the process. I used the help and examples and got far but it doesn't work correctly. It would be nice if, for example, if the process does not start, the windows appear empty and as soon as it starts the time and day appear and only at the end the end time and date appear. I wasted hours on the project and it's difficult to understand the purpose of the tables I greatly appreciate your help. I speak English because I'm from Brazil and I use a translator
  7. Good evening experts. Need help understanding vector behavior. my trigger sequence is mb32 to mb39 activating in this direction works activated in this sense does not work. Could you help me understand what is wrong since my trigger sequence should be m32,m33,m43...? thank you all I use plc V130
  8. To the Experts My process consists of keeping the fan on for 5 hours. How do I put a clock on the hm decreasing with hours, minutes and seconds until zero? Is there a way to do it in visilogic? I use plc Vision 130
  9. Thank you for the information, so I will use these instructions in my project as they are explained here unless someone has another idea and is against it Thank you for the information, so I will use these instructions in my project as they are explained here unless someone has another idea and is against it
  10. Good evening Ausman, I would like you to analyze it and say what you think, I did it this way In the first pulse, set 1 to MB16 and from then on it goes up to mb10. my problem will be to turn off the engines after pressing the off button And then it works well for my project
  11. Hi Flex, it really doesn't work. I set it to a [1] and I would like this bit to move every time I generate a pulse at the block input, but what it does is move only once and then reset it to zero. I have a V130 and tested it for hours before giving up. I chose to use the other shift and then with numeric for bit and it solved my problem. It goes to a[1] mb40 to mb47 successively and activates outputs to turn on motors. I'm from Brazil and I appreciate your attention at the moment.
  12. I don't understand, I'm using vector shift and I wanted to shift bits for example In vector shift A = mb200 In vector shift B = 1 To activate several motors in sequence but it does not always reset on the next pulse in A but it does not work In the help it says that I can shift mb bits but it only exemplifies in bytes
  13. no modo do sistema não obter verifica: boot e boot de fábrica Mas em alternar para inicialização de fábrica ocorre comunicação não pode ser estabelecida
  14. When updating the Vision 130 the following situation occurred. Before the version of my pc visilogic was P 9.8.91 On the other pc it is visilogic P 9.8.96 When opening the program, it asked to update the vision 130 and it didn't work .....??? And now, what to do??
  15. porque há uma necessidade de registrar cada vez que eu instalar visilogic em outro computador se já houver um registro pela primeira vez eu não tenho sucesso registrando o software visilogic em uma máquina virtual WINDOS
  16. hello goodnight. I would like some clarification. I'm measuring with a level sensor from 0 to 10 VDC. The sensor measurement correctly indicates 2225 mm but the multimeter measures 9.90. I did linearization and the reading seems to be correct It needed to show 2225mm in the numerical variable of the plc equal to the one shown on the sensor display Por outro lado I also did this linearization but here the value rounds correctly at 10 VDC How is it different from the one shown above? How can I solve this problem, the level sensor cannot adjust the reading error
  17. Good afternoon. I'm using Vision V130 and would like to display a numerical variable. I have thermocouple installed type K 1250 ºC, I need to show temperature up to 780.0 with a comma but when thermocouple disconnected or with failure 1380 ºC. I would like to show the disconnected value without the comma... is there a way?
  18. Good afternoon. I use Vision 130 and I'm doing bit linearization for 0 to 10 bar pressure and showing value in hm. The linearization rounds the values I noticed in the bargraph and I would like to show numerical value in decimals. Which is more advantageous, show it in a graph or in numbers in terms of practicality or beauty in the HMI. Quando utilizo bargraph este automaticamente divide os pontos de 0 a 10 bar?
  19. I understood what was proposed, it would be to activate the vfd independently and read the current and bits via the modbus network for use in the alarms. It's like I explained before the panel is already working I would just collect the data from the inverters that are several so I don't need wiring and additional inputs that the plc doesn't have. I follow some examples and it helps but the current reading does not work and I notice that the status data reading is slow.
  20. Thanks for wasting your time answering, in fact this is just a simple project where I start making alarms for stopping motors and for using many inputs I found it efficient to put the vfd in a network to monitor only the failures. In my workplace the panels are where we start motors I just wanted to create fault alarms on a vision 130 that receives the external signals. So I decided to take the opportunity to do this project in order to turn on and off and monitor to learn to program even when I do a complete project. Could you guide me on how to do what you are rightly proposing? I have wasted a lot of time researching unitronics, and I even started this project that I sent with help from the experts on the forum. my email is roghenr00@gmail.com Rogerio Henry. I am from Brazil
  21. Hello Joe and Kratmel thanks for the previous answers it helped me a lot. I'm having a lot of difficulty implementing a simple modbus network with Vision 130. My intention is just: The program consists of: 1_start and stop the engine 2_read current from vfd address 0026H and show it on the ihm 3_describe in ihm failure, run and ready using status bits from address 0001H...I use vector num for bits starting mb400 4_I would like to reset the fault in bit 3; In this case, to write the reset bit, do I need to use holding or can I use coil for the specific bit? With help I can turn the engine on and off, change the vfd frequency through the ihm and show it in numbers when the vfd fails [16344] I have no success reading the chain... I've already lost substantial time. I also noticed that I have timing problems because I need to press key several times to turn it on or off. Modbus is implemented in the first lines of the program. I need help from specialists, sorry for my English, I'm using google translator. Thanks any help will be appreciated I am sending program in attachment 08.01.23.vlp
  22. Good Morning. I need help, I'm using plvc vision 130 and I want to read modbus data from a yaskawa inverter, which I haven't been successful with. I was successful in: inverter on/off #yaskawa address 0001H enter frequency #yaskawa address 0002H Unsuccessful in: read frequency #yaskawa address 0024H read inverter status #yaskawa address 0020H I would like to see in the ihm the value of the bits to use in the application
×
×
  • Create New...