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 7 online users.
» 0 Member(s) | 7 Guest(s)

Latest Threads
Problems with the Chart w...
Forum: Virtuino IoT
Last Post: Darek53
4 hours ago
» Replies: 1
» Views: 109
How to use a variable's v...
Forum: Virtuino IoT
Last Post: Vehicletracking
Yesterday, 01:15 PM
» Replies: 1
» Views: 696
verified women for secret...
Forum: Virtuino IoT
Last Post: fxstocksmarketing
04-23-2026, 11:53 AM
» Replies: 2
» Views: 628
Virtuino console
Forum: Virtuino IoT
Last Post: oliverstone1
04-21-2026, 06:13 AM
» Replies: 6
» Views: 3,610
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,253

 
  Javascript: dec to hex + slicing
Posted by: Dkyndt - 04-19-2023, 09:02 PM - Forum: Virtuino IoT - Replies (2)

Hi, I have this javascript that should work.

However, the output does not result in HEX numbers.

var inputValue =  1224277079131226000.0 the
var hex = inputValue.toString(16).toUpperCase();
  var hexsliced = hex.slice(0,-4);
result = '{"tag":"outputTag", "value":"'+ hexsliced + '"}';


I expect the output to be "10FD81845845"
Currently it results "1224277079131226"

Can youplease help me out further?



Attached Files Thumbnail(s)
   
Print this item

  Icon editor
Posted by: Dkyndt - 04-16-2023, 02:42 PM - Forum: Virtuino IoT - No Replies

Hi all, 

I just want to share you the Icon editor I use for customizing icons for my HMI.

Greenfish Icon editor.
It's free, and very simple to use.

Greenfish Icon editor

Print this item

  Rotary switch: default starting position
Posted by: Dkyndt - 04-13-2023, 05:41 AM - Forum: Virtuino IoT - Replies (2)

Is there a way that I can set a starting position for a rotary switch?
Can I also retain this position?

Let say I have a switch with 3 positions:
Pos 1: Off
Pos 2: auto
Pos 3: on

I want the switch to always be in position 2, except for when I change it.

Print this item

  date converter bug
Posted by: Dkyndt - 04-10-2023, 09:46 PM - Forum: Virtuino IoT - Replies (2)

Hi, 

When selecting the output settings in the date converter to date format "custom", no custom settings are shown, however when selecting the date format as "Timestamp seconds", the custom settings are shown.


Further than this there seems to be some other shifts in the output settings.
Please have a look.



Attached Files Thumbnail(s)
       
Print this item

  Mapping read coil
Posted by: Dkyndt - 04-09-2023, 08:34 PM - Forum: Virtuino IoT - No Replies

Hi, 


I see a discordance between the mapping screen and the variable overview.

In the mapping screen, I select 01/05 read/write coils, where the value format automatically chooses "bit value".
however, in the variables overview, I see that the value format is still an 16-bit integer.

Is this on purpose?



Attached Files Thumbnail(s)
       
Print this item

  Logo VM parameter mapping
Posted by: Dkyndt - 04-09-2023, 07:46 PM - Forum: Virtuino IoT - Replies (2)

Hi, 

I'm having some troubles with the VM parameter mapping.

I have a logo 8.3 with the following VM parameter mapping.
Math instrution B034 - Parameter V1 ==> Word 0
Math instrution B048 - Parameter V1 ==> Word 2

When setting a variable to address 0 - functions 03/06 - integer
the logo takes over the parameter V1 from the Virtuino

When setting a variable to address 2 - functions 03/06 - integer
the logo does not take over this value.

Where am I doing something wrong?

When changing the addresses to 1 and 3 it also does not work correctly on the second variable.
When changing the addresses to 0 and 1, or 1 & 2 things start getting crazy. (As I should expect.)



Attached Files Thumbnail(s)
       
Print this item

  Shelly device
Posted by: AVincenzo - 04-06-2023, 06:51 AM - Forum: Virtuino 6 - Replies (2)

Hi, I'm a new member of the forum. I'm working on a project for my boat. I want to know if it is possible to turn on/off a Shelly device from Virtuino 6. Thank you.

Print this item

  Text script or JSON creator
Posted by: samxhot - 04-05-2023, 04:42 PM - Forum: Virtuino IoT - Replies (4)

Hello to all. New to Virtuino IoT.

I have a question on how to use the test script or Json creator widget.

My JSON text is the following:

{
"CID":
{
"deviceID":"SN23030001"
},
"measurments":
{
"weight":{"value":$C1_V1,"valid":$C1_V5},
"tempe1":{"value":23,"valid":true},
"tempe2":{"value":14,"valid":true}
},
"status":
{
"power":
{
"Battery":$C1_V2,
"mains":$C1_V4,
"devicePower":$C1_V3},
"health":
{
"code":0
}}}

I made it as the examples says so.
I selected the OUTPUT variable to be one of my MQTT connection (e.g V10)
and now I need to create / activate this function of JSON->Variable

There is no input or enable variable to do so.
How can I have the final JSON text to my V10 variable to send it via MQTT?

Thank you.

Print this item

  other languages
Posted by: castw - 04-05-2023, 05:13 AM - Forum: Virtuino IoT - Replies (5)

Will there be versions in other languages?    

Print this item

  Unlocking a locked project.
Posted by: SveinHa - 04-02-2023, 08:42 AM - Forum: Virtuino IoT - Replies (2)

Hi
I had a majos disaster on my laptop yesterday and my unlocked proect file went missing... I have several copies of the locked version but I fail to see a possibility to unlock it using Virtuino IoT PRO. Is it possible to unlock it or do I have to start building a new project from scratch?
Svein.....

Print this item