
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
-
Would you like to use UniStream, which supporting SQL interface? UniStream supporting FTP file transfer as well. If UniStream is not an option - visit at next link: https://unitronicsplc.com/software-visilogic-for-programmable-controllers/ and scroll down for "Programming tools for developers. Probably you can find one you can use. You can develop PC program which transfer required data between company server and PLC. B.R.
-
Active Screen
AlexUT replied to viscoelastic's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Be careful with these SIs. Display numbers are assigned random. -
Active Screen
AlexUT replied to viscoelastic's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Use Utils->HMI funktions. Or assign MB for display(s) from "Links & Jumps" HMI properties. B,R. -
Open UniLogic Help and search for "sniffer" word. There is detailed explanation. Does this help to realize it?
-
After reviewing your projects found, that you use normal closed SB 7 to activate all UniCAN Send at all projects. All scans at first 50 of 100 msec all RC1s and PLC are sending UniCAN packets. The only stopper is SB 202. So you flooding communication line by useless packets. It is recommended to replace SB 7 by SB 15, which is active for 1 scan each 100 msec. Hope this solve all your problems. B.R.
-
Please follow Help Center Article "UINT64 As String" https://support.unitronics.com/index.php?/selfhelp/view-article/uint64-as-string Hope this is what you need.
-
Hi, In common, SAMBA and other PLCs are not intended to process images. But you have to provide more information to give you recommendations. -How camera is connected? -Does camera transmit picture, and what is a picture size? *SAMBA PLC is limited by memory size. -What information you should extract? Having more information from you about required operation forum members may recommend you next steps, or recommend better model, or recommend to forgot this... B.R.
-
RealVNC from Samsung smartphone is working. Do you use port 5900 or other one if you use Port Forwarding?
-
Hi Rog, Please find a scope and check if there are EMI at modules inputs. Please add connection diagram. B.R.
-
Hi kratmel, Unitronics PLCs are not computers, and supporting FAT32 formatted SD cards up to 32 GB. Supported FAT32 File system is limited to 1 primary partition. For example: Siemens PLCs: S7-1200 CPU only supports the memory cards that have been preformatted by Siemens manufacturer, whose order n
-
All right, SD Tools will be modified to inform operator about SD card supported/not supported size. SD card technology allow to manufacture SD cards of big capacity, but embedded devices are limited to FAT32 file system with all its limitations. B.R.
-
Samba SM35-J-T20
AlexUT replied to Dragmast's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
This set comprise 2 parts (and it is for Cisco Routers): 1. USB to Serial converter. 2. RS232 D-type to RJ45 8p8c). Unitronics use 6p4c or 6p6c connector. We recommend to contact PLC seller and obtain 2 cables: 1. USB to Serial Adapter (prolific chip based). 2. Serial cable and adapter (come in the kit RS232-CB1). RS232-CB1 include MJ10-22-CS25 (DB9 to RJ11 adapter) and 4 wires cross-crimped phone cable. -
v700 Modbus and 4 servos
AlexUT replied to krolikbest's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi krolikbest, Set Retry=0 and minimum reasonable timeout. B.R. -
Parameter Screen
AlexUT replied to PHoskins's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Any check box for power-up write power-up value to destination, either Timer or MI, etc. When check-box not checked, then last value before power-off is stored (battery backup memory). B.R. -
is it possible to Divide or Multiply all array entries at once?
AlexUT replied to Jordy's topic in UniLogic Software
There is no such function for array. You can write UDFB to do this. -
Hi Scott59 I recommend you to purshase 16 GB SD card. 32GB can be formatted by Windows, but there is a problem to gormat it from SD Card Tools. If you already purshased it - format it to FAT32 and copy all firectories from fresh formatted SD card of 16, 8, or other capacity, less than 32 GB. B.R.
-
Problem download EX-RC1
AlexUT replied to Vicente's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi, If anybody have same problem, then send request to support@unitronics.com We will send instruction how to correct this. B.R. -
Hi Marten, Please visit Unitronics Helpdesk Portal https://support.unitronics.com/index.php and search for "stored" Look "SQL Dynamic Table Name" article.