21.01.2022, 14:52
Yes, just create new sheet, name it and use in the custom_value field. You can add as many you want.
------------------------------
Ctrl+F5
Ctrl+F5
Modbus profile generator
|
21.01.2022, 14:52
Yes, just create new sheet, name it and use in the custom_value field. You can add as many you want.
------------------------------
Ctrl+F5
30.03.2022, 16:37
Nice work thank !
Just a precision for others, I used office 13 and doesn't work. I upgrade to 2016 and perfect working !
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION SE ECO EXPERT
22.06.2022, 06:40
I created a profile with modbus profile generator,but I'm not sure that i did it correctly would you guys check it for me please ?
Code: {
22.06.2022, 07:29
The datatype and bus_datatype for your registers are uint16. For Coil you can delete datatype.
Use Read test tool to check it if all is correct. It is possible that you will have to shift registers by 1 as we starting to count from 0.
------------------------------
Ctrl+F5
22.06.2022, 08:07
Also writable value should be true without quotes otherwise newer firmware won't accept the profile. Addressing starts with 0 and for mode/speed registers you can use 1 byte (uint8) data type.
Code: {
30.06.2022, 10:28
Attach your profile file. Seems like a copy/paste error.
30.06.2022, 10:58
Try the attached profile. Copied profile had different space characters which are not allowed. Also there were some errors in the profile definition.
03.10.2023, 12:16
HI I HAVE AN ISSUE WITH PROFILE GENRATOR WHEN I TRY TO GENERATE JSON FILE I GET ERROR
'9'. please how can i solve it.
03.10.2023, 12:21
(03.10.2023, 12:16)mellotron Wrote: HI I HAVE AN ISSUE WITH PROFILE GENRATOR WHEN I TRY TO GENERATE JSON FILE I GET ERROR value_custom must be null if empty
------------------------------
Ctrl+F5
03.10.2023, 12:34
(03.10.2023, 12:21)Daniel Wrote:(03.10.2023, 12:16)mellotron Wrote: Bonjour, j'ai un problème avec le générateur de profil lorsque j'essaye de générer un fichier JSON, j'obtiens l'erreur je have fill the empty custom value but get the same issue
03.10.2023, 14:05
I just set all your custom_value to null and it worked, you probably did some typo in name.
------------------------------
Ctrl+F5 |
« Next Oldest | Next Newest »
|