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 - emarciazr

Pages: [1]
1
Support Questions / Re: Advanced HMI & VB2010
« on: March 27, 2015, 05:06:14 PM »
Hi, I have the same error.

But, yo can do this
a) open AdvancedHMIProject
b)Go to File Menu and Selecct the Add Existing Project, add the AdvancedHMIControls
c) finally add theProject AdvancedHMIDrivers
d)Save As Solution and build All

2
Support Questions / Re: Writing BOOL Data
« on: March 03, 2015, 06:26:24 PM »


I think the PLC Programmer was doing something with the variables, because Right I can write without problem.

Thanks for your help.

3
Support Questions / Writing BOOL Data
« on: February 26, 2015, 06:22:56 PM »
Hi,
 
I'm using the EthernetIPForClxCom,I want to change the value of some BOOL Tags.

I'm  Trying the values  "1", 1 , "True",True, but its not working

With this options, i dont have any errors, but the value don't change in the tag
MyPLC.Write("MyTag","1")
MyPLC.Write("MyTag",1)


With this I have this Cast Error  text to Doble
MyPLC.Write("MyTag","True")

And this can't build the Code
MyPLC.Write("MyTag","1")

Pages: [1]