Avatar

Please consider registering
guest

sp_LogInOut Log In sp_Registration Register

Register | Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

sp_Feed Topic RSS sp_TopicIcon
Changing value in runtime in a tag provider
June 17, 2015
9:16, EEST
Avatar
Fransua33
Member
Members
Forum Posts: 39
Member Since:
October 27, 2014
sp_UserOfflineSmall Offline

I link my TPsVar to the provider with the AddVariable method of the AddressSpace.

When I change the value through the Value property of my TPsVar at my provider runtime, the value is changed but it’s not propagated to the rest of the clients connected.

I search through the reference and I see a ChangeSignal property. It seems that this sginal is not triggered when you change the value of your TPsVar directly in the provider program but if you change the value through a client, very body that is connected can see the new value.

How can I trigger the ChangeSignal when I modify the value in my provider program changing the Value property of my TPsVar?

Best Regards.

June 18, 2015
7:30, EEST
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1009
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

ChangeSignal is emitted whenever the Value property changes. It should not make a difference where the change is coming.

If you look at the source of the Simulation Server, it is changing the values similarly: For example (SinusoinVars.pas):

procedure TSinusoid.Simulate;
var
I: Integer;
Amplitude: Double;
CosPiT: Double;
begin
PsBool1.Value := not PsBool1.Value;
CosPiT := (Cos(Pi*T/180)+1)/2;
with PsFloat1 do
begin
Amplitude := RangeMax-RangeMin;
Value := Amplitude*CosPiT;
end;
Forum Timezone: Europe/Helsinki

Most Users Ever Online: 518

Currently Online:
15 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

hbrackel: 135

pramanj: 86

Francesco Zambon: 81

ibrahim: 75

rocket science: 75

Sabari: 62

kapsl: 57

gjevremovic: 49

Xavier: 43

TimK: 41

Member Stats:

Guest Posters: 0

Members: 707

Moderators: 16

Admins: 1

Forum Stats:

Groups: 3

Forums: 15

Topics: 1465

Posts: 6252

Newest Members:

christi10l, ahamad1, Flores Frederick, ellenmoss, harriettscherer, shanonhumphreys, KupimotoblokfuB, tamhollander5, paulinafcf, bridgette18l

Moderators: Jouni Aro: 1009, Otso Palonen: 32, Tuomas Hiltunen: 5, Pyry: 1, Petri: 0, Bjarne Boström: 982, Heikki Tahvanainen: 402, Jukka Asikainen: 1, moldzh08: 0, Jimmy Ni: 26, Teppo Uimonen: 21, Markus Johansson: 42, Niklas Nurminen: 0, Matti Siponen: 319, Lusetti: 0, Ari-Pekka Soikkeli: 5

Administrators: admin: 1