Forum Replies Created
-
AuthorPosts
-
MikhailModeratorWhen Rapid SCADA is restarted, Communicator has no tag values and it sends empty data to the server.
MikhailModeratorHi,
Try the formula for an input channel:
CnlStat > 0 ? Cnl : Val(); CnlStat > 0 ? CnlStat : Stat()
It should keep the last good value.-
This reply was modified 4 years, 9 months ago by
Mikhail.
MikhailModeratorAdministrator can import tables from DAT and XML format. These files must have correct format, for example be exported from Administrator before.
To generate channels, you can use XML format.
MikhailModeratorHello,
Could you make a screenshot of the Modbus template, device data page and copy request and response as text?
MikhailModeratorWhich file do you import? More info needed.
MikhailModeratorHello,
Fixed Y scale is not in the plan. Can by implemented by a contract.
MikhailModerator@cmdVal is a variable that contains value of the command being sent. The variable is filled by the driver.
MikhailModeratorPlease provide screenshots.
August 26, 2021 at 1:48 pm in reply to: Local Host Not Working (WEBSTATION NOT OPENING IN CHROME ) #9440August 25, 2021 at 12:39 pm in reply to: Local Host Not Working (WEBSTATION NOT OPENING IN CHROME ) #9432
MikhailModeratorMake sure that IIS works by opening http://localhost/
Did you get any error messages during installation?
MikhailModeratorCommand example:
UPDATE table SET column1 = @cmdVal WHERE column2 = @cmdNumYou can find it in the driver description in Administrator.
In your case
insert into Table_Test (Myfield) Values (@cmdVal)
MikhailModeratorHi,
If you share the MQTT broker and provide the MQTT settings file, I can try to reproduce and fix this error.
MikhailModeratorHi,
Please provide screenshots of the related settings and the device state page (in Administrator).
MikhailModeratorHi,
Quantity should be specified for the both channels.
It’s the ParamID field.
MikhailModeratorHi,
Which driver version do you use?
-
This reply was modified 4 years, 9 months ago by
-
AuthorPosts