Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIt is sent successfully if the both, returned value and result are true.
MikhailModeratorYou should add strings into a unit table. See “Off-On” for example. String conversion is not needed.
MikhailModeratorHi,
This is planned for the future.
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()
MikhailModeratorPlease explain why do you need it? May be we can find the better solution.
MikhailModeratorThanks for the info. If possible, move from classic OPC to OPC UA.
June 8, 2021 at 1:06 pm in reply to: Determing what data is OnCurDataCalculated() fired with ? #9058
MikhailModeratorThe good thing is that in v6 there are only 2 types of input channels: measured and calculated.
June 8, 2021 at 1:05 pm in reply to: Determing what data is OnCurDataCalculated() fired with ? #9057
MikhailModeratorHi,
I think, you should check the channel numbers if you need to identify which exact call is now.
If I don’t understand the question, ask follow up questions.
MikhailModeratorHi,
Plus the modautocontrol I already paid did not work as expected
If you create a new topic and provide an example that reproduces the issue, I will check it and fix if there is a error in the source code.
MikhailModeratorSo, what is the configuration of the OPC driver related to writing tags?
MikhailModeratorHi,
Great thanks for sponsorship the development of the utility that imports data from CSV to DAT! It is available for the community by this link.
MikhailModeratorPlease check the error details in communication line log.
June 7, 2021 at 9:21 am in reply to: Determing what data is OnCurDataCalculated() fired with ? #9048
MikhailModeratorHi,
The methods RaiseOnCurDataCalculated, RaiseOnCurDataCalculated, RaiseOnCurDataCalculated just call the appropriate method in the active modules. They don’t calculate formulas.
Formula calculations is here, for example.
what should the module do to determine which type of data snapshot is provided upon this event ?
It’s always current snapshot.
-
AuthorPosts