Logic Machine Forum
Direct input/Step +/- - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Direct input/Step +/- (/showthread.php?tid=2465)



Direct input/Step +/- - Amelie - 12.02.2020

Hello,

I'm new to the forum and a new user of the logic machine, so forgive me if I have a stupid question.   Blush

I try to make a visualization to control te heating of my home. For the adjustement of the temperature, I want to use a 'Direct input/Step +/-'. I have to questions: about the use of it:
  • Can I adjust the size of the object. It is quiet large in comparison of the rest of the visualization..
  • Can I change the step so I can change the temperature with 0,5°?
Thank in advance,

Amelie


RE: Direct input/Step +/- - Daniel - 12.02.2020

Hi
1. You can do it via custom css like this. Change will be visible only in Visu not editor
Code:
.item-control-single .control-spinner {
  transform: scale(0.75);
  transform-origin: 0 0;
}
2. In object visualisation parameters there is step you can set.


RE: Direct input/Step +/- - Amelie - 12.02.2020

(12.02.2020, 11:02)Daniel. Wrote: Hi
1. You can do it via custom css like this. Change will be visible only in Visu not editor
Code:
.item-control-single .control-spinner {
  transform: scale(0.75);
  transform-origin: 0 0;
}
2. In object visualisation parameters there is step you can set.


Thank you for the CSS-tip. It worked!

But, when I look at the visualization parameters, I can only change the steps with an integer. What, Am I doing wrong? The object type is a 2-byte
floating point, so I don't think this is causing the problem.


RE: Direct input/Step +/- - Daniel - 12.02.2020

2 byte float?