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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,469
» Latest member: zaadisoncahvs4279
» Forum threads: 5,413
» Forum posts: 5,617

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 44 Guest(s)
Baidu, Bing, Google

Latest Threads
The latest release mispla...
Forum: Virtuino IoT
Last Post: davidkhann
3 hours ago
» Replies: 1
» Views: 106
Porting of a project from...
Forum: Virtuino IoT
Last Post: pberna
03-04-2026, 01:00 PM
» Replies: 0
» Views: 20
Virtuino 6 vs Virtuino IO...
Forum: Virtuino IoT
Last Post: pberna
03-04-2026, 12:45 PM
» Replies: 4
» Views: 3,795
dating for adults
Forum: Virtuino IoT
Last Post: oliverstone1
03-01-2026, 01:36 PM
» Replies: 1
» Views: 480
inbuilt functions
Forum: Virtuino IoT
Last Post: robinrewar
02-26-2026, 12:57 AM
» Replies: 2
» Views: 894
number of installs with o...
Forum: Virtuino IoT
Last Post: torn
02-25-2026, 08:28 AM
» Replies: 0
» Views: 45
How to paid for the pro v...
Forum: Virtuino IoT
Last Post: michaelwillems
02-23-2026, 10:40 PM
» Replies: 5
» Views: 4,458
The $7,300 Profit: Why I'...
Forum: Virtuino IoT
Last Post: carolinamarin
02-20-2026, 02:25 PM
» Replies: 0
» Views: 46
How I Earn $400 Daily fro...
Forum: Virtuino IoT
Last Post: robinkumar
02-19-2026, 11:08 PM
» Replies: 0
» Views: 52
Binance Pool Paid Me $3,1...
Forum: Virtuino IoT
Last Post: autoa1transport
02-19-2026, 07:33 AM
» Replies: 0
» Views: 52

 
  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