Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dkchpe

Pages: [1]
1
Support Questions / Re: INI files for Datasubscriber
« on: October 13, 2020, 03:37:59 AM »
Arh,  i got it now. Thanks for getting me the right direction.



You should read the posts again and try to figure out why rmac started this topic, what he wanted to accomplish and under what event.

Send him a message and ask if he would be willing to share the code he used (with some fake e-mail addresses).

You still need to figure out on your end, what event should be triggering this.

2
Support Questions / Re: INI files for Datasubscriber
« on: October 13, 2020, 12:33:22 AM »
yes i thought so, but im not that experienced in programming so it is not that obvious for me.
i do not understand how to make this for/next syntax and get it to work whit the email.To.Add(New System.Net.Mail.MailAddress().


 




The answer appears to be in all the previous posts including the one you quoted.

3
Support Questions / Re: INI files for Datasubscriber
« on: October 12, 2020, 01:26:25 PM »
Hi guys , how do i get the ini file in to the email.To.Add(New System.Net.Mail.MailAddress())?



/Christian


I was able to send the email to all the members of the list.
I used Split(el, ",") to extract each recipient and then a For/Next to add the address to  email.To.Add(New System.Net.Mail.MailAddress())

Not much programming experience here. I guess there is a shorter way to do this. ;-)

Much appreciation for your help Archie.

4
Additional Components / Re: Charting App for BasicDataLogger
« on: August 21, 2020, 03:06:34 AM »
Thanks Godra, it's not quite that or maybe it is, i seems like if i have the  value 2,8999 then the data logger see it like this:  2 in the first serie and then 8999 in second serie because the plc show 2,8999 and not 2.8999 so the datalogger works fine because it seperates on commas, so my gues is that if the plc show 2.8999 instead it will fit in too datalogger chart afterwards.



Problem solved, Thanks Godra.

I was windows related.

5
Additional Components / Re: Charting App for BasicDataLogger
« on: August 21, 2020, 01:10:49 AM »
hi everyone, I'm brand new VB. i have run into an issue with this datalogger chart which is cool by the way, i need to log values in an omron plc but plc makes a comma instead of a dot, i know well why it does but is there any of you who have fixed it with a new chart or have made a fix to existing data logger.
I am aware that if you have to see floating point then you throw @F behind registered but that seems not to work for the datalogger.
'm quite new to vb so if you can help then it will be a huge help.


6
Open Discussion / Omron read 32 bit value
« on: April 10, 2017, 06:50:04 AM »
Hello :)
How do i read 32 bit value from a omron plc, when i read af value above 32767 it turns to negative value.

thanks :)

christian

Pages: [1]