Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,651
» Latest member: aexisttso4131
» Forum threads: 5,413
» Forum posts: 5,625

Full Statistics

Online Users
There are currently 136 online users.
» 1 Member(s) | 134 Guest(s)
Google, Darek53

Latest Threads
Problems with the Chart w...
Forum: Virtuino IoT
Last Post: Darek53
14 minutes ago
» Replies: 1
» Views: 107
How to use a variable's v...
Forum: Virtuino IoT
Last Post: Vehicletracking
Yesterday, 01:15 PM
» Replies: 1
» Views: 695
verified women for secret...
Forum: Virtuino IoT
Last Post: fxstocksmarketing
04-23-2026, 11:53 AM
» Replies: 2
» Views: 627
Virtuino console
Forum: Virtuino IoT
Last Post: oliverstone1
04-21-2026, 06:13 AM
» Replies: 6
» Views: 3,609
verified women online now
Forum: Virtuino IoT
Last Post: dubey905
04-16-2026, 10:59 PM
» Replies: 1
» Views: 605
Girls In Your Town - Anon...
Forum: Virtuino IoT
Last Post: michaelwillems
03-28-2026, 08:36 AM
» Replies: 0
» Views: 82
Virtuino Esp8266 e telegr...
Forum: Virtuino 6
Last Post: Araqel
03-23-2026, 10:07 AM
» Replies: 1
» Views: 218
Porting of a project from...
Forum: Virtuino IoT
Last Post: iliaslamprou
03-15-2026, 11:07 AM
» Replies: 3
» Views: 432
Button to switch between ...
Forum: Virtuino IoT
Last Post: digivendinstitute
03-12-2026, 11:53 PM
» Replies: 3
» Views: 2,229
Virtuino 6 vs Virtuino IO...
Forum: Virtuino IoT
Last Post: iliaslamprou
03-09-2026, 05:41 PM
» Replies: 5
» Views: 4,252

 
  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.

Print this item

  how can i put password on unlock
Posted by: hydroren - 01-19-2023, 02:21 PM - Forum: Virtuino IoT - Replies (3)

how can i put password on unlock

Print this item

  select multi devices (connections)
Posted by: sergio.canta - 01-19-2023, 01:42 PM - Forum: Virtuino IoT - Replies (3)

I have a list of devices (connections) in a project; I need to select and connect one of them from dashboard, is it possible? thanks in advance. Sergio.

Print this item

  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

Print this item

Bug ThingSpeak automatic load data bug
Posted by: ardar05 - 01-15-2023, 10:57 AM - Forum: Virtuino 6 - Replies (2)

Hi Ilias. 
When automatically downloading data from Thingspeak , incorrect points appear on the graph and in the file
   
After manually loading the data, the graph becomes correct, Like the screenshot below.
   
The problem was also present on the Virtuino SE version.

Print this item

  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?

Print this item

  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?

Print this item

  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

Print this item

  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.

Print this item

  Custom Programatic http request
Posted by: alperian - 01-09-2023, 11:38 AM - Forum: Virtuino IoT - Replies (2)

is it possible to create custom http request programmatically
https://api.thingspeak.com/channels/xxxxxxxx/fields/4.json?end=[year]-[month]-[day] 00:00:00&results=1
for example 
[url=https://api.thingspeak.com/channels/1615881/fields/4.json?end=2022-01-21%2000:00:00&results=1][/url]
https://api.thingspeak.com/channels/1303...&results=1

Print this item