Search found 84 matches

by frednet
Sat Feb 24, 2018 3:26 am
Forum: Neobook and Hardware Control
Topic: modbus
Replies: 2
Views: 10418

Re: modbus

If you're using a serial (com port) interface, you could try this plug-in: http://neosoftwarecom.ipower.com/neobook/modules/plugins/singlefile.php?cid=3&lid=279 Otherwise, it probably would require a custom plug-in. Sorry for the delay, I missed your response. I have been wrestling with the ser...
by frednet
Sun Jan 07, 2018 2:26 am
Forum: NeoBook Action Commands
Topic: Math gives error on execution on some win7 machines
Replies: 7
Views: 6339

Re: Math gives error on execution on some win7 machines

my application imports temperatures from another aplication, it is a comma delimiter csv. the second column is the temperature value using a decimal point. "46000802B344A110",8.81,06.01.2018,21:59:46,,,,,,, in my output file a tab is used to separate columns like this: FileWrite "[naa...
by frednet
Sat Jan 06, 2018 4:25 pm
Forum: NeoBook Action Commands
Topic: Math gives error on execution on some win7 machines
Replies: 7
Views: 6339

Re: Math gives error on execution on some win7 machines

the original source data has decimal point structure instead of comma. So your suggestion should not be to hard to implement.
My output is an exel file and a comma delimiter is needed there.
Is using a decimal point the common practice in programming? Or is that country specific?
kind regards Fred
by frednet
Sat Jan 06, 2018 4:43 am
Forum: NeoBook Action Commands
Topic: Math gives error on execution on some win7 machines
Replies: 7
Views: 6339

Re: Math gives error on execution on some win 7 machines

Hello Geav, 1. I make my neobook publications on one windows 8.1 machine it is the same compiled exe that gives the different result on the machines mentioned. my neobook versio is 5.8.5. 2. yes they are all set for comma as decimal separator 3. using whole numbers then there is no error 4A. this co...
by frednet
Fri Jan 05, 2018 12:19 pm
Forum: NeoBook Action Commands
Topic: Math gives error on execution on some win7 machines
Replies: 7
Views: 6339

Math gives error on execution on some win7 machines

Picking up development on a data logger pub I run into the strange event that the publication works fine on most window machines. I managed to pin the fault down to the Math command. Executing the code below. works fine in windows 8.1 and on the xp machines I tested. However on a windows 7 starter n...
by frednet
Mon Jul 24, 2017 1:58 pm
Forum: Neobook and Hardware Control
Topic: modbus
Replies: 2
Views: 10418

modbus

Has anyone managed to control a modbus device through neobook? Building a rotating Solar panel I need a way to get the data from the epever solar charge controller into neobook. here is a link to a pdf about the specifics https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&...
by frednet
Tue Mar 10, 2015 1:10 pm
Forum: NeoBook and the Internet
Topic: weird scaling problem
Replies: 2
Views: 4723

Re: weird scaling problem

Do you have the browser object's "IE7 compatibility Mode" option turned off? When turned off, both NeoBook and IE should look the same. Yes I have, actually I tried both ways. Right now i am testing the specific web-page to see if the error occurs elsewhere. The page consists of a backgro...
by frednet
Mon Mar 09, 2015 4:46 pm
Forum: NeoBook and the Internet
Topic: weird scaling problem
Replies: 2
Views: 4723

weird scaling problem

A strange thing happens if i open a page in a browser object in Neobook, the page gets distorted. Buttons are shifted out of place. If I open the page in IE or Mozilla Firefox things are alright. I assume the problem is the experimental Internet page I made, but no time to fix that today. I found a ...
by frednet
Fri Feb 20, 2015 4:22 pm
Forum: PlugIn Discussions
Topic: mp4 playback
Replies: 31
Views: 19397

Re: mp4 playback

For the multichannel playback software I developed the vlc plugin looks promising. Also the other options mentioned leave much to think about. It also means rethinking distribution of hd content. For some clients HD is not good enough anymore (virtual reality stuff)and Bluray is dead in the water. I...
by frednet
Thu Feb 19, 2015 11:01 am
Forum: PlugIn Discussions
Topic: mp4 playback
Replies: 31
Views: 19397

Re: mp4 playback

Hello, On the other hand I am sure if something like K-lite Mega Codec are installed then NeoBook are capable to reproduce MP4 files between others. Maybe this can be at least a possible solution for you. ;) Unfortunately installing software on client computers is not a good idea. I use neobook to ...
by frednet
Thu Feb 19, 2015 6:19 am
Forum: PlugIn Discussions
Topic: mp4 playback
Replies: 31
Views: 19397

Re: mp4 playback

For those that want to test I prepared a short mp4 file http://www.frametoframe.nl/tijdelijk/atesthd.mp4 and the neobook exe http://www.frametoframe.nl/tijdelijk/neobookdxtest.exe to play it. Am I right to think that neobook dx is a wrapper for windows mediaplayer like the mediaplayer David de ARgen...
by frednet
Wed Feb 18, 2015 2:52 pm
Forum: PlugIn Discussions
Topic: mp4 playback
Replies: 31
Views: 19397

Re: mp4 playback

Hello, I am working on a Windows 32 bits. Note the DLL have a "DRM version". I am in Spain and run an spanish Windows version. :?: Are you tried with different MP4 files? Yes I have tried everything my edit system can make and several downloads. I will try to get hold of some 32bit win 8 ...
by frednet
Wed Feb 18, 2015 12:32 pm
Forum: PlugIn Discussions
Topic: mp4 playback
Replies: 31
Views: 19397

Re: mp4 playback

Sorry for the delay, took me way to much time to figure out how to get a search result in notepad, Some things used to be easier:) As you can see I also have the right dll's I gues. The mui stuf has to do with multilanguage setup https://msdn.microsoft.com/en-us/library/windows/desktop/dd319073%28v=...
by frednet
Tue Feb 17, 2015 4:42 pm
Forum: PlugIn Discussions
Topic: mp4 playback
Replies: 31
Views: 19397

Re: mp4 playback

Hello, I use Windows 8.1 too in my above test. On the other hand, can remember that I use the "dxCreate", "dxOpenFile" and "dxPlay" actions; I am not sure if this matter, but, maybe you can try with these actions instead "dxPlayVideoFile"? Hi I tried your met...
by frednet
Tue Feb 17, 2015 1:15 pm
Forum: PlugIn Discussions
Topic: mp4 playback
Replies: 31
Views: 19397

Re: mp4 playback

NeoBookDX uses Microsoft's DirectX/DirectShow which requires codecs in order to play anything. Many codecs are included with the standard Windows installation, although different versions of Windows sometimes include different codecs. Some programs don't use DirectX and include their own code for p...