Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2012, 11:00:02 AM
Home Help Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question / Answer to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Industrial Robot Help and Discussion Center
| |-+  Yaskawa Motoman Robot Forum (Moderators: Fabian Munoz, Napierian)
| | |-+  Array Byte B[0]
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Array Byte B[0]  (Read 459 times)
Paolo
Full Member
***
Offline Offline

Posts: 214


« on: January 22, 2011, 09:08:30 AM »

Where can I see the value of variables Byte Array?
B
They are user variables I confirm?
Logged
95devils
Sr. Member
****
Offline Offline

Posts: 325


« Reply #1 on: January 22, 2011, 08:45:08 PM »

Not quite sure what you mean by this.  If you have an instruction that you are using indirect or array addressing on such as:

INC B[B010] 

The INC instruction adds 1 to the contents box of the variable.  What Byte variable address is getting 1 added to it is the value in the contents box of B010.

So if B010 had a 1 in it's contents box then INC B[B010] would be the same as INC B001.

If B010 had a 10 in the contents box then INC B[B010] would be the same as INC B010.

Where you would go see the value in the contents box would be as simple as navigating to the proper variable type and then looking at the contents box of the correct address.
Logged

Alcohol:  The cause and solution to all life's problems
amarkangda
Jr. Member
**
Offline Offline

Gender: Male
Posts: 60


« Reply #2 on: January 31, 2011, 12:11:30 PM »

Yes, B are user variables....
YOu can access/see it through In/OUT menu, inside that you can select B register
Logged
Paolo
Full Member
***
Offline Offline

Posts: 214


« Reply #3 on: January 31, 2011, 06:11:17 PM »

but you mean the menu Register?
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!