Forum Replies Created
-
AuthorPosts
-
MikhailModeratordoes the server need to know the address of the communicator as well?
No.
Make sure that you try to upload configuration to the proper instance.
Also try to connect to the remote Agent by a utility, like telnet using IP and port 10002.
Check the Agent connection in the instance profile. Port should be 10002.
MikhailModeratorThis is not an image, but a font symbol.
Could you provide a screenshot?
MikhailModeratorHello,
The default data type for channels is double. This data type allows to store either integers or floats. Channel formulas should return double because channels are stored as doubles.
I recommend, not to use channel data type in the Channels table if you don’t have significant reasons to do that. Channel data type must match a tag data type provided by a device driver, which is double in most cases.
MikhailModeratorHello,
Because the Double data type allow sto use fractional part of a number.
MikhailModeratorHi,
1. Could you provide a screenshot?
2. SNMP driver has been ported to v6 recently and will be included in the next release.
MikhailModeratorHi,
Could you clarify the question?
MikhailModeratorIn what moment did you get that error?
You should install Agent on computer 2 to be able to upload configuration to it using the Administrator app.
MikhailModeratorHi,
To cancel a command, an output channel formula should return double.NaN or null, depending on the required conditions.Button component can be bound to an input channel that allows to hide or disable a button. But the same command can be sent from another table view, for example.
MikhailModerator
MikhailModerator🙂
MikhailModeratorMay be you need a kiosk mode of the browser.
MikhailModeratorHi,
Such behavior depends on a browser. In Chrome, if you start full screen mode by pressing F11, it does not exit on page navigation.
MikhailModeratorHi,
Open Config/ScadaInstanceConfig.xml for editing. Set ActiveStorage to PostgreSqlStorage, and restart Rapid SCADA services. -
AuthorPosts