Jump to content

Ryan

Members
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Ryan

  1. Hi, For the graph, it may be do-able but all the magic would have to be down in the HTML. The controller will only be able to share operands, you would need to write a script to accumulate the values over time and then display them in graph form. For the audrino you can connect to it using RS232 and send information using the FB protocol, CANbus will work as well but serial should be cheaper and easier IMHO. Sounds like a interesting project
  2. In the font handler, make sure that script is set to Cyrillic (box is at the bottom right) Also your PC should be set to Russian as well to allow the Copy/Paste. In Control panel --> Region and Language On the formats tab select Russian from the first drop down. On the administrive tab click "Change System Locale" Set the Default input to russian. You should now be able to copy and paste russian characters freely. hope that helps!
  3. Hi Michael, When debugging I find it always helps to test everything step by step before connecting them all. If you put each CSV write on separate MBs and trigger them manually do they both write successfully? If so you may need to change the delay or conditions between the two. If not, then it could be a problem with the file name, check the status message in each write FB for a better clue as to what went wrong. Regards, Ryan
  4. Welcome Kelraz! Glad you like the forum, we are always glad to hear that. It looks like that MI is being used by another process, from the description it looks like it is linked to a PT100 in the hardware config. Because of this, the controller will update the MI with the value from the PT100 immediately after you force the value to 0. This change happens so fast you will not see it in online mode. If you want to test the linearization function you will have to assign a unused MI to force the value. BTW I should mention that RTDs like PT100 do not need to be linearized in visilogic. The real engineering value will appear in the linked MI automatically with a resolution of .1 degree. So if it is 68.5 degrees in the room, the MI will hold 685. If you have any questions, please don't hesitate to ask. Regards, Ryan
  5. The 32MI vector is basically just scrap paper that the controller uses to calculate the formula. It just uses for extra memory and they don't hold any real value.
  6. Hi nkwai, It is very hard to determine just from the one net. The MODBUS scan means the controllers is a MODBUS slave. The reset looks like there is data that is being stored in a bit map and the programmer is using num to bit and bit to num to convert between decimal format and binary format but it is difficult to see much else. If you need any help understanding the program please feel free to send an email to support@unitronics.com. Regards, Ryan
  7. Hi Maulik, If you send a copy of the program to support@unitronics.com we would be happy to investigate the error. Regards, Ryan
  8. Before each UniCAN send there needs to be a invert contact of SB201 or SB202 (for High or Low priority). You can add these bits to the uploaded project if you like, or there is an updated in version in the examples help --> Examples
  9. Hello Reshef, Unfortunately it is not possible to trigger a keypad entry on a touch screen from the ladder, this can only be done from the HMI. If you have any questions, please don't hesitate to ask. Regards, Ryan
  10. The HMI and the ladder share the same operands, so for example if you created a variable on the HMI and linked it to MI5, that will be the same MI5 in your ladder.
  11. http://forum.unitronics.com/files/file/30-%7B%3F%7D/ this one hope it helps, let me know if you have any questions
  12. 591 downloads

    Draws a trend on screen using X,Y points from a DT
  13. In the trends HMI element, what do you have set for the "Link" operand. This should be set to a new operand and not the value you want to trend. It will store the value of the current curve you are looking at. My guess is you may have it set to the value you want to trend and when you go to the HMI screen it is being set to 1, for curve 1.
  14. Hi Alexei, What do you have the dip switches on the EX-RC1 set to?
  15. Not with the built in trends found in the Enhanced series of controllers, however it is possible using the old function block method. There are some great examples in visilogic (Version 900\Project Examples\Trends\) You can store all your XY points in a data table and use the trend function blocks to draw the line on the screen.
  16. What do you have for Socket Inits? Are you trying to connect with port 20256? Welcome to the forum!
  17. I would try to reload the OS, even if the wizard says "PLC is up to date". Just hit advanced and select the OS files manually (always select the files with the highest number). If that does work, shoot an email to support@unitronics.com and we'd be happy to take a closer look
  18. Fatal Error is usually caused by an error in the program, divide by zero, stuck in a loop, trying to call a variable that doesn't exist, etc. If you send your program to support@unitronics.com with a description of the problem we should be able to help you find a solution.
  19. The built in SD trend example is in Version 900\Project Examples\SD\V570_SD_Card_Trend_Read_Write_Append We do have a webinar that covers the regular trend function, it is labeled as "Analog". SD trends is a great idea for a future webinar thou, I have already added it to my list. Thanks!
  20. Your best bet would probably be to take a screen shot of the config window, you can print your entire ladder from Visilogic but there is no option to print individual function blocks. If you don't already have a screen capture tool installed on your PC I would highly recommend using www.snagit.com
  21. 1,516 downloads

    Driver for USB to RS232 adapters
  22. Hi Steve, The default baud rate for the V350 series is actually 115200. I would try bumping it up and try again. As for the SD password, you will not be able to copy a program from the PLC to the SD card unless you have setup an SD password in the program. This is a secruity measure to project your code. To add an SD password you just need a SD password function block in your ladder (under SD--> Set SD password). If you any other questions regarding trouble shooting please don't hesitate to contact our technical support team at support@unitronics.com Cheers, Ryan Jones
  23. It does in deed. All Unitronics software will run on windows 7, just be sure to disable UAC. http://forum.unitronics.com/index.php?/topic/664-can-i-use-visilogic-with-vistawin7/
  24. You can find UL information in the tech library on the right side of the page http://www.unitronics.com/Content.aspx?page=Technical_Library If there is anything else that you need in terms of UL you can email our Inside Sales Manager Holly - holly.dillion@unitronics.com Happy Friday
  25. Hi Dan, When you run the remove safely FB, if there is any SD function currently read or writing to the SD card it will be allowed to finish and then the linked MB will go high. The DW is a bit map that will show you which SD function was running (look in the help for how to read the bitmap). No further SD functions will run until you reset the link MB. Hope that helps! Regards, Ryan
×
×
  • Create New...