Connection to zenon
hello, how i connect the EV3 to zenon witthout be trought wifi, i dont have the dongle. thanks This is a migrated post! Originally posted on 01.08.2014 by user churras. Please be aware that information can be outdated.
Functionalities of ALARM-blocks in Logic
Hi! I tried to use block ALARM_M in Zenon Logic. How does it connect with alarm in main project? How can I create limit text? Here is my testing FB-shema. Regards. This is a migrated post! Originally posted on 15.08.2014 by user croc. Please be aware
Zenon Logic sample program for EV3 needed
Hi, I am Dimi, my class and I participate in the new Zenon Challenge 2014. I am completely new to Zenon. I have followed the tutorial to connect the EV3 with Zenon, but I can't even write a simple play a sound program without getting errors. Is it possible
Zenon logic
Hello Everybody I have one problem in Zenon V7.0 whenever i created project in Zenon logic with StratonNG driver it is creating project but that project is not opening.And Zenon logic Workbench is present in License version please refer the snap shot
61850 Server
Hello, I would like to use Zenon Logic to provide any Variable I have in Editor as 61850 Variable for other SCADA System. Is there a tutorial availabe how to do so? I am using Zenon Logic for the first time. I already know that Variables in Editor have
TcpConnect Parametrieren
Hallo zusammen, ich habe ein Problem ich möchte über TCP/IP eine Verbindung aufbauen zu Port 5002 am LocalHost. Habe folgendes Programmiert: SOCK := TCPCONNECT( '127.0.0.1', 5002 ); RetValue_1 := TCPISCONNECTED( SOCK ); // Kontrolle ob Socket Verbindung
Covert Hex to Bin
hi :) Please support me how i can convert one value from Hex to Bin format , this hex value coming from PLC over Modbus Protocol,,, another thing how i can using each binary bits individals beacuse each binary bit represents breaker status thanks for
Converting Main Program to UDFB
Hello Everybody, I have created zenon logic in main program(FBD). But i would like to use this program multiple times so i am thinking to convert this main project to UDFB. is it possible? This is a migrated post! Originally posted on 19.10.2013 by user
Re: AW: Using Straton with Zenon
one more question please, i want to create 1500 variables in straton as o out put for zenon, and read around 1500 variables from zenon to straton to do the calculation. its ok with this number of variables or there are a limitation of number? Thanks in
Using Straton with Zenon
Hello Support, I have number of analog readings from the field which i want to do some calculation with it, as the Zenon mathematical variables are limited i am planing to do the calculation using Straton which comes with Zenon, do i need separate Straton
Pointer in Straton
Hallo Kollegen Ich würde der Funktion "VSISTAMP()" eine Variable übergeben. Diese Variable ist ein "IN/OUT" eines Unterprogramms. Gibt es dazu Pointer oder vergleichbares? Welche Datentyp muss der IN/OUT sein? Mfg Karnst This is a migrated post! Originally
External IEC 60850 variables names not recognised in ZenonLogic
Hi I've made externally visible several IEC 60850 variables so that I can do some data type conversions in ZenonLogic. These will then be allocated to IEC 60870 variables. The problem is although the variables are visible in ZenonLogic and values visible
zenon logic doesn't communicate with external variables in zenon
when I create some internal variables in zenon and activate them as externally visible, they are accessible in zenon logic. also the change of values affect both the zenon and zenon logic. but if I use external variables ,e.g from 60870-104 driver, and
Straton in multi servers system
Hello colleagues Can you help me? I use multi servers system. A main HMI server don't have a straton program. Two slave HMI servers use a same straton program. When the main HMI server started one of straton projects on the slave HMI servers began work
IEC 60870-5-104 standard
My question is interrogation group ()COT 21-36) is part of the IEC 60870-5-104 standard or not? if we look for a definition of this standard: IEC 60870-5-101 [IEC101] is a standard for power system monitoring, control & associated communications for telecontrol,
Zenon Logic Redundancy
Hello, I'm using redundancy with straton (zenon logic) and I've a question: when the two straton programs are running I've a straton program in active status and the other one in passive status. Is there a way to get the passive status information from
Problems in new version zenon Logic
Hello colleagues I am using v7.00 build5 now and found some problems in zenon Logic. I set Externally visible property for variables that use these variables in zenon Logic. But if I have changed variable name in zenon in Logic the name of variable don't
Multiple Variables assignment in Straton
Hi Support, I need to know if multiple assignment to variables is possible (in one line) in Straton? If yes, what is the syntax? I am trying like below but receiving compilation error: newVar := newVar1 := newVar2; The above is not working! :confused:
Mr
Hi All, I would like to use Reaction Matrix to pop up a warning screen if the operator forget to enter some key values before starting the plant, I did it in the PLC software but I'd like to also try it in SCADA. The idea is to continuously pop up a screen
StandBy not returning to passive mode
Hello, We used redundancy with zenon and straton (zenon logic) and we have a problem : - When starting the 2 computers, one is active and the second one is in passive mode (normal) - When we unplug the network cable on one computer, the passive straton
IEC 60870-104 Slave in Straton
Hello Colleagues I have tried to use IEC 60870 Slave driver in Straton. I inserted IEC 60870 Slave in Field bus configuration. After it I added Master/Port (Connection) and Slave Data Block (Device) for IEC104 communication. But I couldn’t add variables
STRATON error
Hi, When I start zenon runtime i get an error saying initialising straton runtime was failed (refer attachment). I have not configured any redundancy and i have only one straton project in this particular zenon project. When i go to straton workbench
Straton with Profibus and Simatic I/O
Hello Has somebody experience with Straton, Siemens CP5613 and ET200M? The Configuration of the Profibusline is in the attachment. The reading and writing of the digital modules is already working. Now I have to read and write the analog modules. But
Retain variables
Hello, I need a few zenon logic variables to be retentive, so they keep their value when the runtime is stopped and restarted again. Only defining them as retain variables seems to be not enough, they fall back to zero. In the zenon var list I cannot
Zenon OPC UA Server Issue
I am using Zenon Version 7.60, here I am using STRATON to simulate an OPC UA Server. I have configured accordingly and tested internally with OPC expert on the local host and it is working perfectly fine. Now the problem arises when try to fetch the data
straton-zenon shared variable
I have a project in Zenon 6.51 SP0. And I have some variables of type REAL declared (VIPA32 driver). However, I do not have Vipa PLC to test my project, so I am using straton for this purpose. I made my zenon variables Externally Visible. So when I open
Status bit of structured variable
Hi, I have created a DNP3 structured variable. I am trying to get the invalid bit status of a sub variable of the structured variable in straton using "VSIGETBIT" Function block. But the output of the block is FALSE even when there is communication error.
Polling DNP3 variable from straton
Hi, I want to create a DNP3 variable in straton and poll it from straton instead of using DNP3 driver in zenon. But in the field bus "insert configuration" window, I cannot find a DNP3 driver. Can you please suggest a way to proceed? TIA This is a migrated
Communication Error
Hi I created one project in STRATON, While downloading the program it is giving as an error " Communication Error". Am attaching the snap shot of the error. TIA This is a migrated post! Originally posted on 04.02.2012 by user ansab.tp. Please be aware
Array index problem
We created an array from 1 to 200 in Zenon. We made this accesible to Straton using the Externally visible checkbox. In straton this array appears as a 0 to 199 array. This in itself isn't that big a deal, but when we address item 0 in this array we would
STRATON controling Modbus TCP slave bus controller with IO's
Hello, I have the problem with implementation of Modbus TCP communication. General: 1. STRATON system has to controm Modbus TCP slave from B&R which consists of Madbus TCP slave bus controller and some IO's 2. it is generated XML file with slave configuration
straton for Brodersen RTU
Need your help regarding how to install Straton Runtime on Brodersen RTU32. Thanks! This is a migrated post! Originally posted on 07.08.2011 by user hoscillada. Please be aware that information can be outdated.
Zenon 6.22 Not works on Atiosys Industrial PC
I m using Zenon 6.22 ( 512 Tags with Straton ) on Atiosys Industrial PC . Processor of Industrial PC is Pentium Core 2 Duo with 2 GB RAM . Turck Ethernet Gateway ( BL 20 - GW - EN ) with Discrete IO's are controlled by Straton. Whenever Zenon starts on
Import / Automatic creation of Variables in STRATON
Hi I have approx 200 remote I/O nodes each with 8 digital inputs & 8 Digital outputs. These are to be connected to STRATON over Modbus-TCP. Remote I/O controller maps these I/Os in Holding register. Therefore one holding register is to be read & one register
OPC Variablen im Straton verwenden
Hallo zusammen, ich experementiere momentan mit dem straton. Ich habe meherer OPC Variablen die ich auslesen und beschreiben möchte! Ich sehe jetzt die OPC Variablen im Straton als Globale Variablen. Wenn ich eine Abfrage erstelle kommt die Fehlermeldung
GOOSE messages in STRATON
Hello, Is ther any option in Straton to configure SCL files (*.icd, *.cid, *.scd) in straton with reference to IEC 61850 . Also any option to configure GOOSE Rx and Tx. This is a migrated post! Originally posted on 29.08.2009 by user mansoorhussain. Please
communication Error again
Hi All, When I do an online change from straton,I get Communication error.The reason was quite unknown to me. First time when it happened I restarted my computer.Thus it was solved. this time even if I restarted the problem is still there. Please help
Communication Error!!
When doing online change in straton ,I am getting communication Error.It was working fine for me.What could be the reason for this error? I checked Tools-> communication parameters.It is T5 Runtime and Localhost:1220(10) as recommended. This is a migrated
I/O Devices
Hi All, I want to know more about I/O Devices.Is it the interface between Straton and physical I/Os.From Straton handbook I understood , these I/O s can be made virtual for simulation purposes.I made it virtual by pressing space bar. Can these inputs
digital input from field devices
Hi All, How to simulate a digital IO input from field devices through a straton functional block and get its value and corresponding alarm in zenon .What are the steps for it? Please help we with your answers. Regards, Nahala This is a migrated post!
Next Page