How can I create a floating variable ie. real number (decimal). I need to create a calculation that is equal to a decimal number for voltage control. For example....need 1.2 volts not 1 volt.
Thanks
Flowcode v3 help with floating variables
-
- Posts: 14
- Joined: Tue Jul 22, 2008 6:25 am
- Has thanked: 4 times
- Been thanked: 2 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Flowcode v3 help with floating variables
Hiya spryderweb
Try this attachment. (That's if want to create a voltmeter of course, and not just gave 1.2 Volts as an example)
I originally did the voltmeter with Flowcode V4.
See:
http://www.matrixmultimedia.com/mmforum ... 99&p=20331
I converted it to V3 for you
It displays 0 - 5V to 2 d.p. with a bar-graph function
Hope this is accurate enough for your needs as there are rounding errors.
Try this attachment. (That's if want to create a voltmeter of course, and not just gave 1.2 Volts as an example)
I originally did the voltmeter with Flowcode V4.
See:
http://www.matrixmultimedia.com/mmforum ... 99&p=20331
I converted it to V3 for you
It displays 0 - 5V to 2 d.p. with a bar-graph function
Hope this is accurate enough for your needs as there are rounding errors.
- Attachments
-
- Voltmeter for V3.fcf
- (8.5 KiB) Downloaded 650 times
Martin