Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThe structure of Rapid SCADA directories is broken.
I recommend to reinstall Rapid SCADA with the default parameters.
MikhailModeratorWhat is meaning for this based on the status color?
Component color may depend on channel status.
LED – SEND COMMAND, it will be execute my command from input channel after certain time delay.
Action executes on user click.
MikhailModeratorKindly help to clarify if the action for draw diagram is to draw a diagram for user?
Yes, the Draw Diagram action means that a chart will be open when a user clicks the component.
The Send command action opens the command dialog.
The Send command now action send a command without a dialog.
MikhailModeratorTo copy a log, find the file on disk in C:\SCADA\ScadaComm\Log, open in text editor, and copy.
Screenshot also OK.
MikhailModeratorCould you provide communication line log in the moment when error command is sent?
MikhailModeratorCould you provide screenshots of the Server settings in the project?
Did you uploaded the project after settings change?
MikhailModeratorThe release is planned for this year.
Choosing between version 5 and 6 depends on the requirements of the system you are working on. If you describe the requirements, I could suggest the version.
MikhailModeratorYou should check that the directories specified in the project for the Server application, actually exist on the disk.
MikhailModeratorTo reduce the list of combinations, describe what result do you need.
MikhailModeratorHello,
For some reason, channel generation for MQTT client has not been implemented yet.
You should create channels manually. Copy channel properties from Simulator channels.
Thank you for reporting this issue.We will implement the feature for MQTT channel generation with a priority, and I will let you know about it in this topic.
MikhailModeratorThe app started at 19:33, but errors occurred at 15:18. Therefore, they don’t matter.
MikhailModeratorAdd a led component to a scheme, and set its Input channel property to the particular channel.
MikhailModeratorUnits are displayed on schemes, and not displayed in table views.
MikhailModeratorI see that there is “average” column inside the input channel description table? May I know what is the meaning of average here?
See the example.
MikhailModeratorWe can directly type formulas in that xml file or we have to do calculations only in excel after exporting?
You can insert formulas in the XML. ElasticRepExample.xml contains an example:
<Column name="Summary Consumption" calcType="Formula" value="=SUM(RC[-3]:RC[-2])" calcTotal="true" colStyle="col-lg" /> -
AuthorPosts