
serban.b
Members-
Content Count
18 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout serban.b
-
Rank
Member
- Birthday 12/17/1986
Profile Information
-
Gender
Male
-
Interests
Programming
Recent Profile Visitors
-
Email
serban.b replied to tonymony's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hey, I have tried with gmail server and it worked. -
Hello, I'm doing a project where I have to save alarms to SD. I have a V570 with 2GB SD card (The SD Card is formatted with SD Card Suite). I set the SB352 (Write alarm history to SD) and it does that, it writes alarms directly to SD card. If I have some alarms in buffer (SI76 value is greater then 0) and I set SB352, the value in SI76 clears and ALARM.UAL is increasing in size. So I think the alarms are written to SD Card. The problem is when I use the FB "Show alarms" with "Alarm history" option. It shows the history, but after a PLC Init and Reset, the history is cleared. It shows the
-
GPRS and MODBUS ???
serban.b replied to a4tech's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
Hello Ofir, I downloaded your examples and tried to open them with visilogic v9.5. after file conversion, a popup inform me that I can not open the file from various reasons: - could not find the file, or the file is corrupt, etc. Can you please reattach the examples? Thank you! -
I've founded! "UniOPC.Server.1". But I have other problems now, I'm able to write values to PLC's, but when I'm reading values, they are all 0's or false. It does not read the real value from MB, MI, etc. Anyone?
-
hello, I.m a newbee and I'm developing a scada application, and I want to connect with multiple plc's using UniOPC Server. Scada is developed in C# .net and I'm using for opc client: OPC .NET API 2.00 Redistributables. For connecting to uniopc server, i need the name and location for the server: Thanks in advance.
-
Hello, I'm doing a project with JZ10-11-UA24. I'm reading a 4-20mA senzor on AI2, doing some math and then I'm outputing on AO2 to an analog 4-20mA panel indicator. I have done a linearization for the input, and it's working. I have done the linearization from help. But, when I wrote the linearization for the analog output, exactly like the one for input, it doesn't work anymore, either of them. Can you please send me an example how to work with 2-3-4-many linearization in ladder, for JAZZ series? I mean, in help it says nothing about using more then 1 linearization. After puting the
-
PCOM and GPRS Modem
serban.b replied to serban.b's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
I understand. Thank you, we will try to use gprs modems with ethernet and come back with results! -
PCOM and GPRS Modem
serban.b replied to serban.b's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
I understand. Thank you, we will try to use gprs modems with ethernet. Have a nice day! -
PCOM and GPRS Modem
serban.b replied to serban.b's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
OK, that is a solution, is the same thing as connecting the plc's to the internet thru cable . I think I just need 2 gprs modems with ethernet. Or, other solution is to connect 2 gprs modems to the PLC, on COM1 and COM2. It could be good to implement FB's for using PCOM with gprs modems connected to plc on serial port. thanks! -
PCOM and GPRS Modem
serban.b replied to serban.b's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
OK, Thanks. I cannot use MODBUS, I think. The problem is I have a SCADA application build by me, and it's using only pcom to communicate with 3 plc's. (V130). So, beside that, 2 of these plc's must have a communication bewtween them. Lets say, plc1, plc2 and plc3 and scada. PLC1,2,3 communicate with scada, and plc1 communicate also with plc2, directly, not thru scada. All PLC's are using siemens tc65 for communication, and scada use a internet connection. It's possible for a V130 to establish two connections? - one MODBUS and one PCOM with a single gprs modem? MODBUS for communication wit -
PCOM and GPRS Modem
serban.b replied to serban.b's topic in Vision & Samba PLC + HMI Controllers & VisiLogic Software
I know I can use MODBUS, but I asked if there is a way to accomplish a communication between 2 plcs via gprs modem using pcom protocol. thanks in advance!