
AlexUT
Moderators-
Content Count
604 -
Joined
-
Last visited
-
Days Won
26
Content Type
Profiles
Forums
Gallery
Calendar
Blogs
Downloads
Articles
Media Demo
Everything posted by AlexUT
-
Modbus-why can't read this
AlexUT replied to krolikbest's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
You cannot call subroutine by POSITIVE (or NEGATIVE) transition contact and suppose that subroutine return you data. You have to call subroutine as long as you receive all required data, or until all timeouts and retries ends. Data transfer require time. Time to call routine is much less than scan time. So you have no data. B.R. -
Hi, Visit https://unitronicsplc.com/software-visilogic-for-programmable-controllers/ Scroll down and expand "Programming tools for developers. You can find here useful documentation and tools. Hope this help you to write what you need. B.R.
- 1 reply
-
- 1
-
-
GSM Modem 4G help
AlexUT replied to Sam.Newtouni's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi all, Unitronics announced 4G Cellular Routers. Please visit and review Technical Library->Accessories->Routers: https://unitronicsplc.com/support-technical-library/ Hope these routers will solve many problems. B.R. -
Ausman, I believe that problem is in project data base. So re-install Visilogic will not help. engahm78, zyga789, Send your original project where you faced problem for the first time to support@unitronics.com and we will ask R&D to correct it. Hope you have backup copy. And again - What exactly you wish to do with MultiByte characters? Send emails, send SMS, use as description in text files on SD cards? Knowing this will help to give better recommendation. B.R.
-
Hi, A new UniLogic version 1.29.103 already supporting Load Cell. Download link: https://unitronicsplc.com/software-unilogic-for-programmable-controllers/# At this time Load Cell module is a part of Remote IO. *New Remote IO Modules added to UniStream Remote I/O- User Manual This require to use LAN connection and URB-TCP or URB-TCP2 module. Download link: https://myzone-kza3sadj.netdna-ssl.com/wp-content/uploads/2020/01/UniStream_Remote_I_O_User_Manual.pdf Review Release Notes for changes and new features. Enjoy! B.R. P.S. Forgot
-
Hi, It is right that Vision series PLCs does not support MultiByte characters. Support of MultiByte characters cannot be added. But there are some recommendations and workarounds. UniStream PLCs sopport MultiByte characters. What exactly you wish to do with MultiByte characters? Send emails, send SMS, use as description in text files on SD cards? B.R.
-
You used normal open contact SB 168. It not referenced this way in any recommendation. Preferred to use power-up value "set" for SB 168. Set SB 168 warrant you restoring LAN link when LAN cable being disconnected then connected again. Other recommendation is to init all 4 sockets to default settings (explained in Help). B.R.
-
VisiLogic Help PDF
AlexUT replied to Vytautas's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi, Additional to what other recommended: Visit https://unitronicsplc.com and scroll down. Open "Help Files" and you can see "Software Help". Here you can see Online Help Files for U90Ladder™, Visilogic™, and Unilogic™". Hope this is useful. B.R. -
Please send your request to support@unitronics.com with more details. Idd in explanation if you check or not SQL operation success in Ladder before processing next request, and what data base engine and version do you use. B.R.
-
Hi Marten, This is a Real rounding error when you make sequential operations. Use integer and convert it one-time is a right solution (like you doing). B.R.
-
Hi Andreas, 1. Why do you switch to newest VisiLogic? Do you have any problems wit current VisiLogic version? 2. There are a new modified PID Autotune set of FBs for PID. When changing to newest VisiLogic, you have to replace all PID FBs to a new ones. Keep backup copy of your projects for previous version of VisiLogic. B.R.
-
Unistream notifier don't let me remove the USB stick...
AlexUT replied to ORSO2001's topic in UniLogic Software
Hi, Opening projects from USB sticks, external Hard Drive, or from network mapped drive is a big mistake. This may lead to project corruption. Copy your project to hard drive. When finish - you can copy it back. Following these recommendations will save your time. B.R. -
We sent the same email to multiple emails. Our company email server (Exchange+Outlook) and it is OK. Gmail - as attachment. Hotmail - OK. Seems to be Gmail. B.R.
-
Hi Gonzalo, Do you use Gmail account? After all tests found that there is a Gmail problem. You have to check Gmail settings, or contact Gmail/Google to solve this. It is recommended to search Internet to find how many other Gmail users faced the same problem. B.R.
-
PWM physical output
AlexUT replied to CobryWZL's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
1. You cannot power these motors by Ladder PWM SCAN FB. It is very slow for DC motors. 2. Right (MARCO) motor picture show remark "Do not use with PWM", so you should use voltage regulator for this motor. And this voltage regulator should be managed by 4-20 mA, 0-10V, or PWM signal. 3. Left picture motor may require the same regulators. *Both motors are 12V. Do you power PLC by 12 V? May be other Forum members has experience with such equipment? B.R. -
" I currently have the PC and PLC set to address 192.168.1.4" confuse me. What is PC configuration? Do you use any router with DHCP settings? How it configured? Or you use LAN Switch? *You cannot assign the same IP address to 2 devices at the same LAN. It will not work.
-
PWM physical output
AlexUT replied to CobryWZL's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi CobryWZL,, Additional to what kratmel ask, Please explain what frequency required to manage pump. Is it fixed frequency and variable duty cycle? B.R. -
Hi KevB, What do you mean by saying " when I tried to VPN it to try it out"? What are network settings for PLC, VPN, PC? B.R.
-
PWM physical output
AlexUT replied to CobryWZL's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi CobryWZL, There are two different PWM settings, and many peoples mix it by mistake. 1. Hardware PWM, which is configured in Hardware Configuration. 2. Slow PWM Scan in Ladder. Two PWMs cannot be mixed. In Ladder you use second one. What is a PWM configuration in HW configuration?