Forum Home › Forums › Understanding the Software › event triger
- This topic has 13 replies, 4 voices, and was last updated 4 years, 5 months ago by
Mikhail.
-
AuthorPosts
-
May 10, 2021 at 12:53 am #8902
ZeusParticipantHi,
I got a problem. I am trying to config input channels. The type of channel is calculated real. I checked event and event onchange. But there is no event triggered on the webstation.the count of input channels is 19900. whether or not it is the reason that caused the problem.
May 10, 2021 at 1:13 pm #8911
MikhailModeratorHi,
May be events are created but not displayed. Did you click “All Events” button of the events table?
Also you should open the archive files in Administrator and check if events presented or not.If you change language to English, open channel properties form, and make a screenshot of all channel properties, it would help.
May 11, 2021 at 1:02 am #8920
ZeusParticipanthi
I have opened the archive files in Administrator and checked events not presented.
https://ibb.co/17z4vgx
https://ibb.co/nQ197rR
https://ibb.co/QKJDtTzMay 11, 2021 at 4:46 am #8925
ZeusParticipanthi
I have solved it. thanks a lot.May 11, 2021 at 7:16 am #8926
ZeusParticipanthi
I got a new problem.
I created a new channel. its type is calculated real. I use formula below“GetBit(Val(1001),0);Cnl==0?115:116”
I checked the option ‘onchange’.
There are always two events.
The first one is caused by value change and the second is caused by status change.
How can I fix it. thanks alot.May 11, 2021 at 10:25 am #8928
manjey73ParticipantThe same garbage for two events, the formulas seem to affect the creation of duplicates.
May 11, 2021 at 12:51 pm #8930
MikhailModeratorHi,
The formula is incorrect. Could you provide a screenshot of all properties of this channel?
May 11, 2021 at 1:05 pm #8934
ZeusParticipantMay 11, 2021 at 1:12 pm #8935May 12, 2021 at 2:02 pm #8937
MikhailModeratorHi,
1. Set Signal to blank
2. Update the formula to GetBit(Val(1001), 0); GetBit(Val(1001), 0) > 0 ? 116 : 115May 12, 2021 at 2:21 pm #8939
ZeusParticipanthi
thanks a lot. it works. it confused me for a long while.May 13, 2021 at 12:57 pm #8947
MikhailModeratorGlad to read this 🙂
June 9, 2021 at 8:15 pm #9064SGG
ParticipantHello Mikhail, i have similar problems regarding event duplicates
for every event on the list, there is a duplicate. how do i remove the duplicates?
The images for the event, channel and channel properties is as shown.
Thanks
-
This reply was modified 4 years, 5 months ago by
SGG.
June 10, 2021 at 2:35 pm #9072
MikhailModeratorHi,
Likely, you should not set the channel 2570 from itself.
The formula of the channel 2570 should be: Val(2510) > 0 ? Val(2526) : Val() -
This reply was modified 4 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.