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

Pages: 1 [2]
16
Technical support / MTX-RTC Problems
« on: September 24, 2006, 05:26:41 PM »
I am sure this has been discussed before, but why does the RTC cause my HMI to time out from time to time.  I read in the doc's a bent pin can cause this, but I checked this several times and it continues to do so.  Any help would be appreciated.  

BTW, I have a MD888+ and this didn't happen before it was installed with the RTC.  I need this  in case of power outage.

plc_user
 

17
Technical support / Re:GETHIGH16
« on: September 16, 2006, 12:23:35 PM »
Attention:  In the above post, it was meant that the upper part is bit 16-31
Sorry for the inconvience.


18
Technical support / Re:GETHIGH16
« on: September 16, 2006, 12:21:47 PM »
I think you might be a bit mixed up, when you look at 32bit data the least significant bit is all the way to the right.  So when you break up a 32bit variable into two 16bit pieces of data with the GET16HIGH function, that returns the data from bit 8 to bit 31, that is the upper part of the 32bit variable.  When you store your data in the DM memory, you need to place the upper part of the 32bit data one place to the right of the lower part.  For example:

DM[1]=A
DM[2]=GET16HIGH(A)

then let the HMI look at DM[1] with the field setup as a 32 bit datatype and you should see the correct result.

I will be checking back here in awhile, if you still are having trouble, just reply to this message.
 

19
Technical support / Re:Largest number in DM
« on: September 16, 2006, 10:07:47 AM »
No problem

20
Technical support / Max Voltage in on the E10Relay
« on: September 16, 2006, 10:07:04 AM »
I just purchased an E10Relay, I was wondering if a 25.2VAC transformer would work in place of the mentioned 24VAC.  I have the former in my parts bin and I was just wondering if it was outside the parameter's of the unit?

Also, I didn't buy the starter kit, thinking that the Trilogi 5.3 software would program the unit, is this correct?  I have the 485 converter so that isn't an issue.

Many thanks in advance.

plc_user
 

21
Technical support / Re:Largest number in DM
« on: September 16, 2006, 07:36:26 AM »
Use a 32bit variable like A-Z then store the upper and lower part of the variable in two DM locations.   Look at the SETHIGH16 and GETHIGH16 statements.

Pages: 1 [2]