Jump to content

DanT

Mobile App Beta
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by DanT

  1. Hi Cara; You point out the PWM for Vision PLC's - PWM is On Board -- BUT ---- This point here is for a PWM in an I/O Module >> IO-D16A3-TO16 and this is done in 1 Hz increments ( as tested) also: >> EX-D16A3-TO16 also : >> EXF-RC15 An interesting note also about the PWM in the Expansion -- There is NO MB Trigger Bit Used If these are in HELP -- let us know where they are. Search by PWM does not show them Dan
  2. Looking at an application to monitor KYZ Pulses from Energy Meters. These are Relay Contacts and can pulse upto 10/sec. ( recommended voltage on the common is 5 VDC -- an issues with 24 VDC? - from experience ) Anyone with experience with these: Using standard inputs on the PLC ( Slower, but debounce may be less of an issue) Using High Speed inputs where debounce may be an issue. I am going to do some tests, but other experiences also help. Dan
  3. HI; SSI is not supported. Look at a CanOpen device. You will need to install the V100-17-CAN Module for CANO Dan
  4. Hi; I got curious and hooked up a IO-D16A3-TO16 and tested the NPN PWM Output Frequency in MIxx ( I used MI10) set to 25,000 Hz. Duty cycle to 500 (50.0%) Scope shows a nice 40uS squarewave ( 25,000 Hz) 1.2K load on NPN Output bit of a curve on the rising edge, sharp on the falling edge, little bit of jitter Dan
  5. Hi Sunit, Have you downloaded the UniStream Examples form the website. ( scroll further down below the UniLogic Download file) - it is a zip file There is an SQL Example in there. Dan
  6. Hi; How are you calling HMI's to display? Use --|P|-- to call displays from ladder. Post your code, we can take a look. Dan
  7. I have looked at your program. A Few Issues : Program : Net 3 -- 3 Logical Different Statements in the net. Separate into 3 separate Nets . Unitronics Nets prefer 1 Logical Statement per net. -- Makes for easier troubleshooting later. Repeat for net 6 - separate into 2 nets Configuration: You do not have to setup the PWM outputs -- That is done as part of the PTO Configuration internally. There is an example program Help-Examples etc PTO for V350 -35-TR35 Attached is the Unitronics Sample , modified for the TR20. This has been tested and works (Visilogic 9.8.79 Beta) ( No Motor attached for my testing, Simulation using resistors as load: 4.7K on Out 6 to +24V, Wire from Out 6 to IN 0 ( Config as High Speed Input , ML3, NPN Inputs) ( The number below the direction arrow is the feedback from Output6 -- like an encoder input -- Just show that the Output is actually pulsing ) Use the Example as a guide. V350-TR20_PTO example plus Jogging-A.VLP
  8. Hi; I got curious following this, so I opened up a V1210 I have here, and poked around with a meter. This is for a tech to follow. This is to answer the question - Where is the 3 V going to? Probably not recommended by Unitronics, but helps troubleshooting the issue. No External Power connected to the unit. Battery is on the Power Supply board at the Left. Meter Common on Battery - Terminal ( on right side) Check Battery + Side is UP at the terminals on the side 3V? Yes - OK No- Bad Connection maybe Check R404 - Both Sides - beside the Battery - does it have 3V? Yes - OK No - Bad traces- or bad resistor - Stop, go to END Connector J401 Right side - pin 1 ( arrow) 3V ? Yes - OK J401 has a cable connecting it to the Main Board - White Wires. No - Go to END On the Main Board J1505 Pin 9 ( numbering is reversed on this connector) 3V? Yes-OK -- -- If No 3 V Here, then the Jumper Cable is suspect- Go to END On Main Board 6 pin connector J1506 - Lower Left Corner - Pin with Arrow and Middle pins right side 3V - OK. If No Voltage, go to END. This traces the Battery Voltage onto the main board. If you have voltage here, then issue is probably elsewhere. END Do not attempt any repairs, the unit may be covered under warranty !! Contact your distributor or Unitronics Support for a Case Number and RMA.
  9. UniStream supports MODBUS RTU and Modbus TCP. ( All Unitronics Controllers Support MODBUS ) Look under Specs-Protocols
  10. Hi Joe; Thank You. Very interesting reads. I wonder if anyone has done an actual Cost - Benefit analysis of AN IIOT device. Cost - Cost of the Device, Cost of the Physical Installation, Cost of the Network Integration, Cost of the Database Integration, Cost of the " Now how do We Use this piece of information" Cost of maintaining this device ( device failure, network failure, internet failure,troubleshooting) , Cost of impact on the process cycle time of this device, Cost of Network/Data Backup/Data Security of this device. Benefit - Is it worth it ( this device) and the Is it worth it ( on the whole ) How much of a burden is all this on the network - Internal and External. Is the data useful - now, hourly, daily, monthly, review of past event, ever? The Data Gobler is everywhere and getting bigger and we are encouraging and supporting it. Listen to the song "In the Year 2525" and then look at when it was first written and released. Just my own thoughts. Dan
  11. Hi; Replacing the fuse may not cure the problem. Other internal damage is possible/probable. How old is the Unit? Unitronics Warranty is 2 years from Shipment from Unitronics. Contact Unitronics Support for a Case and RMA. ( Israel or US ) They will discuss and help you. Unitronics DOES NOT supply any repair parts or boards for their products. Dan
  12. Is the Snap On Module properly seated on the back of the V700? What is the load you are using? Have you tried to loop the Analog outputs into the Analog inputs for testing? I do not have a V200-18-E6B to test with, but I took your program and checked your nets on a V570/E3XB setup. Program attached -- modify the hardware for your setup. 1092862925_USCITEPROVA-V570.vlp
  13. On the V200-18-E6B, there are 2 Places to Supply 24 VDC to the Snap On Module. They have different purposes also. Check the Spec Sheet - Page 4 and Page 7 0 and V1 at the Lower end of the connector are for the Outputs 0 and V2 at the Upper End of the Connector are for the Analog's <<<<<<<< Which are you using? Check it out. You Linearization and Analog Output Settings are OK. Dan
  14. I have a V350 Demo sitting on an IP address. I have run into this issue before. One solution I have implemented is to Reset the PLC at Midnite. This can be done thru SB300. Also , The Vision Series PLC's can handle only 1 Internet connection at a time.
  15. Glenn; Perhaps Vibration or shock has loosened the connection for the touch screen ribbon cable in the motherboard connector. Open the back of the unit and check . Flat ribbon cable 4 contacts wide along the side of the motherboard. Unitronics does not recommend opening the units -- but ..... Dan
  16. What PLC are you using? Have you setup the RS485 Communications in the hardware configuration? Com - PLC Communications-Physical-Serial Com and then Com- PLC Communications-Protocols - Modbus Who is Master? Slave? Mitsubishi supports Modbus, Have you set up the protocol in it? Master or Slave? Download the UniStream Example programs from the download section -just below the UniLogic download. Under Communications there are a couple of RS485 Examples to help guide you. - General - Not Mitsubishi Specific.
  17. Has Unitronics looked at the Microsoft AZURE Product? Dan Thomas
  18. Has Unitronics Partnered up with any IOT MQTT cloud providers? or recommend any MQTT Broker programs for Internal Sites? Dan Thomas
  19. Open Visilogic View HW_Configuration Click on the LOWER box - FULL PART NUMBER SM70-J-RA22 High Speed Inputs Tab none - dropdown - choose the High Speed Function to use ( A-B shaft Encoder x 2) and choose an ML as the operand Using any Analog Inputs and Outputs -- Open the tabs and set them up -- and the related jumpers in the unit AND -- Is the encoder NPN or PNP outputs? -- Set the NPN/PNP Jumper accordingly - And ALL inputs will be either PNP or NPN !
  20. Changing the Battery: Is this for V570, V1040,V1210? Battery can be changed while the unit is powered up. No Data Lost. V350, V130, V430, SAMBA -- The Unit has to be opened to change the battery --See Below: Want to save the current data table but do not have the program? PLC ON, Open Visilogic - Blank Program Establish Communications with the PLC In Project Box, Select Data Tables -- The Data Table Box Opens - Blank is OK Select the Icon "Read Structure and Values from the PLC " -- Tables and data will show up Save the Data Tables as Excel or csv files. If there are no data tables in the PLC, none will show up. Also, Under Connection, You can Export the PLC Data- Memory -into a Binary or Text File You will get only the MB, MI etc. names and current data. You will not get the description for the variable - Programmers' Secrets. This is the current state of the variables only. - SB,SI, any Sx Values will NOT be saved. Mx, Xx, T Values only are saved. Info Mode will is also useful to explore and you can record Com setting, Ethernet and Socket Settings You can get the name of the Program that is installed If you want the ladder -- try for upload. 1. Programmer set the Upload Bit and no Password - then it will upload -- Save it for future reference!! 2. Programmer did not set the upload option - Forget it, you will not get it, and there is no back door. 3. Programmer set a password for the upload and you do not have it -- Forget it, there is no back door, and after a few hacks at the password, the PLC will ignore you. 2 or 3 --- Contact the company/programmer to get the ladder. or at least request a downloadable file to reprogram the PLC if needed ( The downloadable file is compiled code only, cannot be opened - useful if the PLC Fails)
  21. Have you looked in Help - Examples - V900-Projects-Ladder-V1040 Alarms The sample will not be for SAMBA, but can help you. Dan
  22. Hi; When using the EX-RC1 with UniStream, DO NOT USE THE VISILOGIC EXAMPLE PROGRAMS !! Down load the UniStream Examples from the UniLogic Download area -- just below the UniLogic download.. There are EX-RC1 Examples related to UniStream there. UniStream uses different registers than Visilogic. Based on my experiences , I have written a sequence of steps to take to use 1 or more EX-RC1 with UniLogic . Yes, there are steps that must be done ( Visilogic is Involved also) in order to do it successfully.
  23. Check the following: Control Panel - Programs and Features - Unitronics Visilogic - Is it there? - Uninstall it. C: Program Files(x86) Unitronics - Unitronics VisiLogic_C --- Delete it C: Program Files (x86) Common Files -- Unitronics -- Delete It Clean out Temp Files -- User ( your Profile) AppData- Local-Temp You can also contact Unitronics Support and they may do a remote session on your computer to help you.
  24. Did you try doing the install as "Run as Administrator" ? Windows 10 can be One Big Royal Pain to work with sometimes. It has some real "I know better than you quirks ."
×
×
  • Create New...