Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
In most cases, the Data Type field of in the Channels table should be blank that is the same as Double.
MikhailModeratorHi,
In the project, open Server – Archives. You should create a new archive for data copy or activate the existing copy archives. By default, data copy uses PostgreSQL archives. If needed you can change the settings.
MikhailModeratorThe SMS driver has been ported to v6. It is tested with Huawei e1750.
Successful data communication is in the screenshot https://ibb.co/MkdbhqG-
This reply was modified 3 years, 2 months ago by
Mikhail.
MikhailModeratorMay be we should add a method to get values closest to the specified timestamp.
MikhailModeratorHi,
To get a slice, you need to specify the exact timestamp. There is a very low chance that data exists exactly at DateTime.UtcNow.AddMinute(-1).To be able to get slices, you should write data with a period. And specify the exact timestamps that fits the writing period.
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 -
This reply was modified 3 years, 2 months ago by
-
AuthorPosts