Live


0
Insert Toggle Button, and in Click event add «OnClick» callback.Then add code:

 # Arguments: Object sender, EventArgs e
 def OnClick(sender, e):
	if sender.IsChecked == False:
		Application.GetChannel("opc_connection_plug.BooleanTag").Value = False
	else:
		Application.GetChannel("opc_connection_plug.BooleanTag").Value = True



Worked like charm for me.
Regards
avatar

Losmi84

  • 05 February 2012, 17:11
0
I have this same problem.
How solve it?
avatar

Artika

  • 26 November 2011, 22:48
0
I note that if I click on background option in the properties view I see the… button, but not on the text properties option as the tutorial says.
avatar

Parmstro

  • 11 November 2011, 21:58
0
as per aakici couldn.t se… button. what obvious thing am I missing?
avatar

Parmstro

  • 11 November 2011, 21:52
0
When you add a new MODBUS variable try to select the following:
FS2 Channel Type: Double

MOD Register: Input Register
MOD Data Type: UInt

k constant of y=kx+d: 0,0030517578
d constant of y=kx+d: -50
avatar

jimleg

  • 22 August 2011, 11:40
0
you wrote «Then click in Properties View on Text property — you can edit text here, or click on »..." button, and you will". however o couldn't see… button.
avatar

aakici

  • 24 April 2011, 01:47
0
I'm interested too, is it possible to have source code?
I want to realize an HMI project using visual studio and .net compact framework.
I already tested the communication between HMI and PLC (PLC Siemens Simotion via opc-xml da server) and it works correctly. Now I want to realize some instruments like buttons, inputbox trends etc. that directly communicate with plc. I think that I can find something usefull in your software…
avatar

catan85

  • 11 April 2011, 17:30
0
I've sent to the email alex.dovgan@gmail.com yesterday…
avatar

kinglaplace

  • 17 March 2011, 04:25
0
Pls, send your project to me — alex.dovgan(dog)gmail.com
avatar

AlexDov

  • 16 March 2011, 16:02
0
Hi, pls send your test project directly to my mail alex.dovgan(dog)gmail.com
avatar

AlexDov

  • 16 March 2011, 16:00
0
Looks nice!

This addressing is used by, for example the Schneider-Electrics Quantum- and Momentum cpu:s (using 400001 addressing) but can you use it with the Premium and M340 cpus:s as well (using %MW1 addressing)?

Regards
Alexander, Sweden
avatar

blasmurf

  • 17 February 2011, 09:20
0
Hi friend

here is site for you… i think this site will be useful for you… you can create free blog here
visit: create free blog
avatar

cinderellawuest

  • 09 February 2011, 11:11
0
You can found tutorial here free-scada.org/ls4/blog/tutorials/28.html
avatar

AlexDov

  • 31 January 2011, 22:00
0
Carlos, thanks for developing this software, i have noticed few bugs while using it, i use v2.0.9 on win7 box as TCPMaster.
1. I can't change the name of schemas.
2. while editing the schema, sometimes the selected control object will stick to the mouse and you can't do anything to release it.
3. Toggle button and checkbox controls don't work properly while associated to Boolean variable.
4. After you associate any control object property to a variable, you can't remove this association.

Please add logging feature for the retrieved values to allow further analysis.
avatar

abulmagd

  • 29 December 2010, 15:55
-1
Hi. Post like this will be better write as asnswer on comment(my comment that i posted to your previose post). About examples. With FreeSCADA install goes project's examples that located at your FreeSCADA isntall path (by default c:\Program Files\FreeeSCADA2\Samples).
avatar

AlexDov

  • 23 December 2010, 20:26
0
You can send me your projects that you can not load, i will try to fix them.
avatar

AlexDov

  • 23 December 2010, 10:11
-1
Hi. At this moment you can create actions only throw the Python scripts. For this you need create button, and in property view click on «E» button which change view from properties to events view, like in Visual Studio, after this you can enter name of your script procedure and edit it. Example you can found gere free-scada.org/ls4/blog/tutorials/13.html
avatar

AlexDov

  • 23 December 2010, 10:07
0
I have voted vor your topic, and this is put it on main page, also i have edited it, and move to Development blog from your personal blog.
avatar

AlexDov

  • 13 December 2010, 13:52
0
There is no help at this time, but you can ask any questions direct to us. Also it will be beter if you will write yor posts direct to collective blogs as example to Help.
avatar

AlexDov

  • 13 December 2010, 13:34