Jump to content

AlexUT

Moderators
  • Posts

    844
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by AlexUT

  1. @Vivek 1. You cannot require immediate solution from Forum members. Mostly there are experienced volonters. 2. Send your request to support@unitronics.com. *It is recommended to eliminate "immediate" word in your correspondence. Add versions of all used software to your email. B.R.
  2. Send your request to support@unitronics.com
  3. Display of 10" with many elements scalled to 15.6" will require more CPU time to re-draw elements. This is why display switch time may be long. You have to check PUsage (System->RunTime) to be sure that CPU is not full loaded. In common, having 100s of elements, many trends, or many animated images at display you cannot suppose it will work very fast.
  4. Send your request to support@unitronics.com We will send you required for non-Admin files.
  5. Hi, I posted link to other post, but eventually my post not published. -------------------------------------------------------------------------------- This effect is not related to VisiLogic/U90Ladder, or other Unitronics software. It is related to Windows. I do not believe that anybody will wait for fix and call this "disaster". Simple work-around solve this problem. No need to edit INI files or access Registry. Yes, this is a little bit annoing, but may be fast corrected. 1. Alt+Space+M than 1 time touch any arrow key, then move mouse until you find "hidden" pop-up. *Last letter M is language dependent. So you have to find what letter to use. 2. I found more universal way for my Windows 10 Pro: Use Win+Shift+Left/Right Arrow. This move "hidden" pop-up between monitors. If you connected additional monitor and set it to be Up of main display, then probably Up/Down arrow may work as well. Short and fast. B.R.
  6. 1. SB14/SI14 (for PLC models with internal sensor) show internal temperature on PCB near CPU. 2. Cold Junction sensor show temperature (SI15) of terminal connector where it is installed. 3. Internal enclosure temperature is dependent of internal air circulation tupe (matural air flow or fan), and from place you install temperature sensor. Data sheet always show external to PLC temperature with natural air flow. So please distinguish all temperatures. In most of cases temperature is measured in selected point of enclosure, where it may be maximal. You can use SB14 and/or SB15 for reference, as both are not referenced in documentation.
  7. @Amit Are you sure you selected right PLC? Jazz has only 1 communication channel and in your case this make not possible online view and debug.
  8. Eventually you can make a Ladder loop which cannot be stopped. Power-off EX-RC1 unit, Change DIP switches to ID=0. This force EX-RC1 to STOP mode. Check communication. Load empty project, or project with counter. Power-off EX-RC1 and change ID to any number, but not 0. Power-on EX-RC1, enter ONLINE mode and check that EX-RC1 works. Review your code to find possible problem.
  9. Well done! Good to know that problem solved. In such cases we recommend to test other USB port, test other USB-to-Serial converter, even restart PC. B.R.
  10. No, it is not possible. All temperature measurements are in 0.2 C/F. You can convert temperature to text and show whatewer you want. B.R.
  11. 1. Open Device Manager and write/out/remember what is a COM port number assigned to connected V570 PLC. 2. Disconnect USB-A/USB-B cable from PLC. 3. Close VisiLogic. 4. In Device Manager go to "Menu->View" and select "Show hidden devices". 5. Right-click on installed driver and select "Uninstall device". In my case it is COM 5. 6. After finishing uninstall, run VisiLogic as Administrator. 7. Open Communication Settings and change to last tab with USV icon. 8. Follow steps. 9. Connect USB-A/USB-B cable from PLC to PC. Windows should install driver. 10. Check in Device Manager what COM port number Windows assigned to PLC. *Port number should be between 1 and 16. 11. Use this COM port number for PC-PLC communication. 12. Communication settings should be as follows:
  12. What dificulty do you have> Be more specific, then answer will be fastest. 1. What Windows Version do you use? 2.What is a PC/Laptop model? 3. Is there SSD installed at PC/Laptop? 4. Did you unblock UniLogic installation file before running it? 5. Does your PC account has an adminictrative rights? 6. What happen when you run UniLogic installation? 7. Other details.
  13. @ravindkumar, last post posted more than 3 years ago. Isn't it? there are a new VisiLogik already released, and a new Windows problems arised
  14. Unitronics supporting 32-bits floatting format as mostly used. Can you provide more information about your case: - Device model you use with 16-bit memory float registers and programming documents, or link to documentation.. - Programming documents to better understand used memory float forma, or link to documentation.
  15. It is useless to use very high frequency for PWM. As you process is slow - it is recommended to evaluate UniLogic example \PWM\UniStream_070_PWM.ulpr *You have to download UniLogic Examples. In your case 0.1% for PWM should be equivalent to 2-3 scan times. Instead of 0.1% precision you can use 0.5%-1.0% precision. To do this, you have to linearize 0-100 range to 0-1000 range.
  16. 1. If not stated PWM or other special output type - this parameter refers normal output. 2. Switching time is exactly as stated in Data Sheet: This means that after receiving ON or OFF signal from PLC, required state will be set after maximum 80 us. 2. It is useless refering to frequensy, as output signal should do something. As output is managed by PLC, ON/OFF time will be dependent of scan time and other parameters. Scan time will wary from ~1 ms to 10s ms, dependent of project complexity. 3. It is better to start by analysing project requirements. Then check if modules fit project requirements. 4. Some modules has set of scenarios, involwing Inputs, Outputa, Timers, and some simple logic. 5. US series PLCs (T42) has special Interrupt routine with fixed interrupt time. Hope this information helps to clarify I/O timing.
  17. There are number of separate entities: 1. Jazz - has no support for SD card. But has special Memory Module for cloning. 2. M90.Have no SD suport and no Clone option. 3. SAMBA does not supporting SD Card and cannot be cloned. 4. Vision PLCs can be cloned by use of SD card, but SD password should be set in ladder (to protect intellectual rights) and you should know this password (as Flex727 recommended). All PLCs can store in flash memory Ladder code of projects, but programmer may disable this option.
  18. @Ausman and all, Google Play Store did chges in requirements for software. Our R&D working to fix this. Testing changes will take some time.
  19. Hi. There is a document at web site - "Version Changes & Bug Reports": https://downloads.unitronicsplc.com/Sites/plc/Unilogic/UniLogic_1.33.236_November_2022.pdf Following is printout from my Desktop computer: C:\WINDOWS\system32>sqllocaldb versions Microsoft SQL Server 2012 (11.0.7507.2) Microsoft SQL Server 2019 (15.0.2000.5) C:\WINDOWS\system32>sqllocaldb info MSSQLLocalDB UNILOGIC v11.0 As you can see, I have installed 2 versions of MS SQL Server - 2012 and 2019. as I use multiple versions of UniLogic. But UNILOGIC database always is in version v11.0 for compatibility. Microsoft SQL Server Local DB 2012 used for all UniLogic versions before 1.33.xxx version. Starting 1.33.xxx version UniLogic installation install Microsoft SQL Server 2019 (15.0.2000.5)
  20. 1. Send your request to support@unitronics.com 2. There is no automatic scaling when change display size. You have to make required changes by yourself
  21. Does not matter. It will be deleted. By the way, I am not seeng this option at my desk with the same VisiLogic version.
  22. We prove that this happens at our computers as well. R&D will correct this. Until correction will be applied - please use RickL work-around, and do not close this window. For us is VERY important to simulate problem. Ther we can introduce problem to R&D and require correction. Fortunately, RickL recovered his operation sequence before crash happens. This halps us to make software more frendly. So, if you can simulate sequence of operations tor other crashes or problems - explain us how to simulate and we will require from R&D to fix problem. B.R.
  23. Probably I will surprize you by answer - 32-bit PLCs are not a right instrument to "to do about 500 to 1000 cycles to calculate the model" when yse 32-bit Float Point representation. Precision will be lost. You need a DSP for this. Now you have to decide how to continue. PLC can be used to manage machine, but you have to use other device for "to do about 500 to 1000 cycles to calculate the model". May be other Forum members have some ideas.
×
×
  • Create New...