Search found 14 matches

by onedumbtrucker
Wed Jun 08, 2016 1:35 pm
Forum: Application Development
Topic: Internal SQLite communication
Replies: 3
Views: 17273

Re: Internal SQLite communication

I copied the original posters code, replaced a couple names with my own, added in my streamwriter output from my existing application and it worked in minutes.

Great example, thanks so much for showing the new method.
by onedumbtrucker
Tue Jun 07, 2016 11:50 am
Forum: Application Development
Topic: ix developer 2.20 missing type in Neo.ApplicationFramework
Replies: 2
Views: 8316

Re: ix developer 2.20 missing type in Neo.ApplicationFramewo

I am also having this same issue. Can anyone help?
by onedumbtrucker
Fri Jan 23, 2015 9:06 am
Forum: Scripting
Topic: EXAMPLE: Set Time Date / Time Synchronization in runtime
Replies: 1
Views: 7356

EXAMPLE: Set Time Date / Time Synchronization in runtime

Lately we have been coming up with a lot of solutions to problems that I thought I should document in case others need to do the same or similar. This example shows how to set the time and date within the runtime using the InteropServices. We have a number of customers that connect complex plant SCA...
by onedumbtrucker
Fri Jan 23, 2015 8:55 am
Forum: Tags
Topic: Accessing Tags from an assembly (dll)
Replies: 1
Views: 7550

Re: Accessing Tags from an assembly (dll)

If you know the functions within the dll you can import them into your application using; [DllImport("coredll.dll")] private extern static uint SetSystemTime(ref SYSTEMTIME lpSystemTime); SetSystemTime is now your function to call the SYSTEMTIME function in the coredll.dll. This only works if the dl...
by onedumbtrucker
Tue Dec 16, 2014 7:53 am
Forum: Application Development
Topic: Quality of Support
Replies: 3
Views: 7024

Re: Quality of Support

I agree, their hardware is great. iX developer still needs some fine tuning but for the most part is a very well thought out environment. I have always had good experience contacting Beijer support directly. Yes, it would be nice if Beijer had support people answering issues on the forum and Ron L u...
by onedumbtrucker
Tue Dec 16, 2014 7:44 am
Forum: Ethernet and Serial Communications
Topic: Changing Baud or Node Address from runtime
Replies: 3
Views: 14739

Re: Changing Baud or Node Address from runtime

Thanks very much JohnCZ, I will try that.
by onedumbtrucker
Thu Dec 04, 2014 10:54 am
Forum: Ethernet and Serial Communications
Topic: Changing Baud or Node Address from runtime
Replies: 3
Views: 14739

Re: Changing Baud or Node Address from runtime

How is it that with 294 views not a single reply? Are there not any Beijer service moderators?
by onedumbtrucker
Wed Dec 03, 2014 12:34 pm
Forum: Controller Communication
Topic: EthernetIP will only work with system tags
Replies: 1
Views: 11573

EthernetIP will only work with system tags

I have an application in which I have multiple possible SCADA connections for the customer so I set up a number of tags with connections to multiple controllers. It seems though when I connect a CompactLogix for testing I can only get it to read a tag if that tag is a system tag (ie UsedStoragePerce...
by onedumbtrucker
Wed Dec 03, 2014 12:19 pm
Forum: Scripting
Topic: Formatting the .ToString() function
Replies: 1
Views: 6325

Formatting the .ToString() function

Hi All,

Was wondering if I am missing something here. I should be able to format the .ToString() function like this;

myValue.ToString("X2"); //Format value as hexidecimal with two digits

but for some reason iX developer will not allow it. Is this a namespace I have missed?
by onedumbtrucker
Wed Dec 03, 2014 12:17 pm
Forum: Scripting
Topic: retrieve Name or Id for active controllers
Replies: 1
Views: 6118

Re: retrieve Name or Id for active controllers

I too am looking for this. Was told by Beijer it wasn't possible but I will play around with the class you found and see what I find.

Dan