Jump to content

Joe Tauser

MVP 2023
  • Posts

    2,851
  • Joined

  • Last visited

  • Days Won

    308

Everything posted by Joe Tauser

  1. Don't use a timer. Make your own. I posted a program in this thread that demonstrates this- You should be able to modify it to meet your needs. Joe T.
  2. Twisted pair wire. There is wire specifically made for RS485 but I've found Ethernet cable works, too. I looked through the UniLogic Help and there's really not much on hardware connections. I'd recommend downloading Visilogic and searching it's Help for RS485. The Visilogic Help is much more thorough on this topic. With that said, it's really not this forum's place to be a teacher of basics like RS485. We just use it as a means to an end. It's on you to at least Google the topic - there's much more complete information available on websites of companies that make their living selling communication hardware and converters. Joe T.
  3. I split this request off of this thread, which contained a lot of information regarding talking to a Danfoss drive from a Vision controller- It also had a post by me with detailed instructions on how to get started with the software and hardware tools needed to troubleshoot Modbus communications. Miguel - start by looking at the Example Programs in the U90 software. They're under the Help menu and there's one for Modbus Master. You'll have to figure out which registers in the FC51 you need to write to. If you do a little research and post what you find here we can help. Also, upload any PLC programs you've done with questions. Joe T.
  4. You're going to have to be more descriptive of the problem to get help. Please elaborate. What is the model of the Visiontek? Did this ever work or is it a new problem? Upload both your M90 and V230 programs. Joe T.
  5. Sorry I'm late to the party- As UNICO2 has discovered, you can't go directly from a Vision to a Samba. This is not published anywhere, but Visilogic will not allow it. I spent a bit of time trying to get a V570 program to go into a Samba 7 with the same results. Here's what I had to do: 1. Export each subroutine individually 2. Export descriptors 3. Export all displays individually 4. Open a new project in SambaLand 5. Import everything I had exported 6. Copy and paste the logic from the Main subroutine. Don't try to export and import this, as by default every Unitronics already has a Main overwriting it locks things up. Maybe the Creators have a better way or can update Visilogic to do this for us. It seems like this should be something that's not that hard to do. Joe T.
  6. I bricked one myself when the UniStream first came out - I was using a 2 GB stick. Now I use 16 GB - they're fairly cheap. Joe T.
  7. Worst case you could program one of the RC1's to read another RC1 and then read all the data from the "sub-master". Yes, I know this a hack. Hopefully you can do it all from the UniStream. But I don't know. Joe T.
  8. Modbus holding registers are indicated by the prefix "4", but it is not used in the actual address. Store "111" into SI 142. Joe T.
  9. Contact support at support@unitronics.com to get the files. Then you copy them to C:\Program Files(x86)\Unitronics\Unitronics Visilogic_C\Os\Vision\V120 In Visilogic, go to Connection->Commmunication & OS and select the fourth tab over - Install Operating System. The OS files you just copied should appear there. Joe T.
  10. Yes. If you haven't already, download the U90 software and search the Help for "Modbus". One thing to consider - you will need to add the RS232/485 COM port module. The added cost of this module puts the total cost of the Jazz close to the price of a V130, which has a COM port built in and a lot more power than a Jazz. Joe T.
  11. I'm always happy to help someone who's been trying and takes the time to show or post their work. Your blocks look like they're backwards and you don't have the proper control register. Remember that a Linear block makes a straight line that progresses from Y1 to Y2 as the input moves from X1 to X2. Here's what I'm guessing you want, based on an analog output ranging from 0-4095 counts, some of the numbers in your blocks, and what you asked for in your first post: 20% = 819 counts 80% = 3276 counts Analog output to valve in MI 5 1. Ramp 1: 0% -> 20% over seconds preset stored in ML 0 2. Wait for a while - stored in ML 1 3. Ramp 2: 20% -> 80% over seconds stored in ML 2 4. Ramp 3: 80% -> 0% over seconds stored in ML 3 I made a state machine that steps through this sequence. The pointer is in MI 0. Take a look at the attached program. This was written in 9.8.64 Joe T. Ramp valve example.vlp
  12. We need to see how the linear blocks are configured. Can you post your code? Joe T.
  13. The V130 COM port connection is documented in the Technical Library section- https://myzone-kza3sadj.netdna-ssl.com/wp-content/uploads/2015/12/Vxxx_J_B1_INSTAL_GUIDE_11-151.pdf Joe T.
  14. The cheapest way to go is an M91-2-R1 - $230 US. RS485 is built into the COM port. You could also go with a Jazz JZ20-R10 ($140 US) with a JZ-RS4 RS232/485 com port ($99 US). If you don't need any I/O it will be much easier to use a V130-B1 ($269 US) which will allow you to use VisiLogic. U90 software is rather cumbersome when it comes to communications. Joe T.
  15. A 500 ohm resistor is the way to go. Or a 470, which is easier to come by and not a huge loss of resolution. You'll be scaling it anyway. Joe T.
  16. Totally un-Unitronics comments- I'm still running RS Logix version 9 - last of the key disks. Works great. SLC 500 hardware is an eBay purchase. Joe T.
  17. I'd use a couple of Linear blocks controlled by a register you increment containing total seconds. What is your ramp rate in % per sec? Or, better yet, could you draw a picture? Joe T.
  18. I did use 9.8.64. I'll inform the Creators about the reverse compatibility issue. Joe T.
  19. Timers are good until you need to extract information, like machine down time. Then it's time to make your own so you can do whatever you want with it. Unitronics doesn't have a built in stopwatch picture, so I Googled "stopwatch image" so I had something to put on the screen. Then I put my time calculation registers on top of it. Take a look at the attached program. Joe T. Stopwatch.vlp
  20. This thread is not Yaskawa specific, but may be helpful- http://forum.unitronics.com/topic/3582-modbus-rtu-and-danfoss/#comment-12985 Joe T.
  21. I've attached a program showing how to do what you want. I always use two displays for user changeable variable - one to view and one to edit. Press the right arrow on the Jazz to get to the edit screen. You'll see that SB 30 (entry complete) will take you back. The logic is very simple. If you haven't looked yet, there are tons of examples under the Help menu item - see Sample U90 projects. Joe T. Jazz upper limit.U90
  22. I don't know when this new version was posted, but I encourage everyone to go get it. A not-insignificant update is now THE LADDER NETWORKS ARE TWICE AS WIDE!!! Joe T. Voices-from-heaven-2.mp3
  23. Let us know the manufacturer and model number of the transmitter. We can look it up and help. Joe T.
  24. Good out-of-the-box thinking! I can't tell you how many times an end user has managed to screw up my "perfect" creation. The worst offender was one who used his handy box cutter to press buttons on the touch screen. Joe T.
×
×
  • Create New...