-
Content Count
126 -
Joined
-
Last visited
-
Days Won
2
Stein Yair last won the day on August 21 2020
Stein Yair had the most liked content!
Community Reputation
3 NeutralAbout Stein Yair
-
Rank
Unitronics Support Guru
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Sorting alarm display
Stein Yair replied to Blitz's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi, Unfortunately, the Alarms can only be displayed according to the ID. I will transfer your request to our R&D. -
-
-
-
automatic fault reset
Stein Yair replied to active's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
HI, SB 24 perfors Reset and Initialize. SB 300 performs Reset. You can also Reset and/initialize from VisiLogic under Connection > Communication & OS, in the Functions tab. Reset - like power up. Reinstalls any values preset in the program, such as Timers. Initialize - reinstall any preset values, and initialize all memory operands. -
Hi, You do not need to enter the X range yourself. The X range value comes from the LC. In order to calibrate the LC please do the following: Prepare an object whose weight you know for sure. Store that weight in an ML, put that object on the LC and activate the Calibrate Point function with that ML. Do the same with no weight and another ML which holds 0.
-
Force HMI variable enter
Stein Yair replied to mad_box's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi, You can imitate pressing on Enter from the ladder. When entring the HMI, set off a timer for 0.1-0.15 sec and then activate SB 53 for 1 scan:- 1 reply
-
- 1
-
-
Animation
Stein Yair replied to Daniel L's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi, There is no way to create animation in M91 and Jazz. See my post in the Vision forum. -
Animation
Stein Yair replied to Daniel L's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi, Creating animation is done with the HMI varaible List of Images. Use an increasing counter to change the images. -
Email with Attachment
Stein Yair replied to Mickael's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Try installing OS v3.4 (01). Upgrade to VisiLogic 9.3.0. Let me know the results. -
Email with Attachment
Stein Yair replied to Mickael's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hi, You're right. There is a mistake in the description. The range of SI 58 is 1-1024 where each unit equals 10k. Therefore, the actual size range is 10k - 10M. We are changing the description. Thank you for pointing it out. -
I agree that the solution you are offering is more elegant. However, transferring CSV or Excel files to the PLC, is impossible. For this need I recommend using a Visual Basic program. Please find an example of this attached. Note that the VB code is implemented in the Excel macro. Another option is to import a CSV file to a Data Table in VisiLogic and then write it to a Data Table in the PLC:
-
Jazz Communication Problem
Stein Yair replied to Joe_ValleyMation's topic in Jazz, M91 PLCs and U90Ladder
What version of Windows you are using? If you are using Windows Vista or 7, disable the UAC. See instructions here: http://www.unitronics.com/data/uploads/VisiLogic_Software_New/Disable%20UAC%20Vista%20+%20WIN7.pdf In U90 Ladder, go to Contoller > M90 OPLC Settings, click on Advanced, set the Parity to Even, the Stop Bits to 1, and the Data Bits to 7. check the box of Force PLC settings to -
Jazz Communication Problem
Stein Yair replied to Joe_ValleyMation's topic in Jazz, M91 PLCs and U90Ladder
Hi, First of all, let's check the basics. Make sure no other software is using the port, e.g. VisiLogic. Make sure the communication settings in U90 Ladder are the same as in VisiLogic exept the buad rate which should be 9600.