Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 20 online users. » 0 Member(s) | 17 Guest(s) Bing, Google, Yandex
|
Latest Threads |
How to activate the pro v...
Forum: Virtuino 6
Last Post: hu277
07-10-2025, 12:32 PM
» Replies: 10
» Views: 9,196
|
Update interval/Refresh r...
Forum: Virtuino 6
Last Post: Stefan
07-10-2025, 05:21 AM
» Replies: 0
» Views: 27
|
Emulator phone sensor dat...
Forum: Virtuino IoT
Last Post: Stefan
07-07-2025, 08:00 AM
» Replies: 0
» Views: 77
|
length/width ratio
Forum: Virtuino IoT
Last Post: Stefan
07-07-2025, 07:18 AM
» Replies: 0
» Views: 51
|
Create in Windows version...
Forum: Virtuino IoT
Last Post: Stefan
07-07-2025, 06:59 AM
» Replies: 0
» Views: 63
|
The same sketch compilati...
Forum: Virtuino IoT
Last Post: pigkang
07-01-2025, 04:02 AM
» Replies: 4
» Views: 1,654
|
Virtuino Iot, Ubuntu Linu...
Forum: Virtuino IoT
Last Post: Phlow
06-29-2025, 07:58 AM
» Replies: 16
» Views: 12,030
|
New Community Tools/Bug F...
Forum: Virtuino IoT
Last Post: Phlow
06-29-2025, 07:46 AM
» Replies: 4
» Views: 452
|
Option to Mass Import Var...
Forum: Virtuino IoT
Last Post: Phlow
06-29-2025, 07:43 AM
» Replies: 3
» Views: 424
|
App Store
Forum: Virtuino IoT
Last Post: Dr. Mario
06-13-2025, 11:09 AM
» Replies: 1
» Views: 203
|
|
|
Variable multipiler |
Posted by: azuo_lee - 01-26-2023, 08:45 AM - Forum: Virtuino IoT
- Replies (2)
|
 |
What is the purpose of the multiplier in the Modbus variable settings?
For example, if there is a float variable with a value of 1.0, and its multipliler is set to 0.001, then:
- the associated value display widget (with "value conversion" unchecked) will show 1.0;
- open the associated value editor popup (with "value conversion" unchecked), it will also show 1.0;
- change the value to 2.0 and save, the float value will be updated to 2000.0;
- now both the value display and the value editor will show 2000.0, which is very confusing: the value entered when saving (2.0) does not match the value displayed (2000.0) after saving.
That is, the variable multiplier is only used as a divisor when saving, and is ignored in all other cases. Is this a bug or by design?
|
|
|
Unit ID of MODBUS response is ignored? |
Posted by: azuo_lee - 01-25-2023, 08:06 PM - Forum: Virtuino IoT
- Replies (4)
|
 |
It seems that Virtuino is ignoring the Unit ID in the MBAP header of a MODBUS response?
I have 2 units in a MODBUS connection that share some of the same value addresses. However, when Virtuino is unable to read these values from one of the units (e.g. due to some network or hardware failure), it has some probability to read them from a response returned by the other unit containing the same address (but maybe even with a different function code).
If I disable or remove the faulty unit from the MODBUS connection, keeping the other one reading data properly, and then modify the server-side code to hard-code the Unit ID in the response to a different value, but Virtuino could still read the data!
This makes a MODBUS connection with multiple units very unstable. Hope this problem can be solved, thanks.
|
|
|
multiline display |
Posted by: krzycho - 01-16-2023, 04:25 PM - Forum: Virtuino IoT
- Replies (1)
|
 |
I need to make a mini terminal for the last 6-8 strings (FIFO) i tried to do it on multilines value display but i can't send correct strings with \n
Code: String L1 = "1 line";
String L2 = "2 line";
String str = String(L1 + '\n' + L2);
sendValue(pin3, str);
Serial.print(str);
Serial.print shows strings in two lines but multiline display shows nothing
|
|
|
animated gif |
Posted by: krzycho - 01-12-2023, 11:43 AM - Forum: Virtuino IoT
- Replies (3)
|
 |
probably I didn't read it - it is possible to add to the custom image, image as animated gif . Works and looks great !
Idea: maybe you could create a library of images for widgets available to all VIRTUINO users for saving and downloading?
|
|
|
Modbus TCP/IP stops working after receiving an exception response |
Posted by: azuo_lee - 01-12-2023, 09:11 AM - Forum: Virtuino IoT
- Replies (3)
|
 |
When working with a Modbus TCP/IP connection, once an exception response is received from the Modbus server, the Virtuino IoT client will stop working and not send any more requests!
For example, after I enter a value and send a Write Single Register (function code 0x06) request to the Modbus server, if the server returns any exception response (function code 0x86), then the Virtuino IoT client will stop working and will not send any more requests.
Virtuino 6 will work fine in this case. Is it possible to have Virtuino IoT continue to send requests normally after receiving an exception response?
|
|
|
Pro version |
Posted by: jnogues - 01-11-2023, 06:58 AM - Forum: Virtuino IoT
- Replies (24)
|
 |
Hi! If I buy the Pro version, is it for one device only? i need to pay for every device?
regards!
jaume Nogues
|
|
|
Slow app since 0.1.0 |
Posted by: Serguei - 01-10-2023, 03:06 AM - Forum: Virtuino IoT
- Replies (1)
|
 |
My app is very slow since ver 0.1.0
I had no troubles at all with previous versions (0.0.19 and below). I updated regularly my versions since 0.0.12
But now, when I change screens (linked with a button), the app wait few seconds before displaying the new screen. And I work with the very same W10 computer since (i5/12gb ram). Even when I click the 3 menu buttons, the delay can be as high as 10 seconds, just to display the main menu.
When I create a new project (with one screen, one button), the speed is ok.
Any clue ?
I can send you my present project through email if you want to look at it.
|
|
|
|