don Posted March 10, 2007 Report Posted March 10, 2007 I'm working on a machine imported from Japan and need some help with a couple of instructions. The processor is a Mitsubishi A2A-CPU and I'm using GX Developer Version 8.25B. The rungs in question look like: B84C ----| |-----------------------------[bSFLP L1170 K2]-- I know that this is looking at an input (B84C) and doing somthing when it's true - but what? B84B ----| |-----------------------------[PLF M4089]-- I know that this is looking at an input (B84B) and doing somthing when it's true to bit M4089 - but,again, what? I've downloaded both the manual for the processor and the GX software didn't find anything. Any help is greatly appreciated. Thanks Quote
geniusintraining Posted March 10, 2007 Report Posted March 10, 2007 Follow this link, I know its for the Q series but, I think the examples you are looking for are general instructions http://www.meau.com/Files/SH_NA_080039-K.PDF "BSFLP L1170 K2" this is a Bit Shift Left you will find this on page 7-49 and 50, when your statement is true it shifts the data left, the L1170 is the data shifting and K2 is the amount of data to be shifted the plf and pls are on page 5-32 these are leading edge and trailing edge outputs hope this helps Quote
don Posted March 12, 2007 Author Report Posted March 12, 2007 Got the manual and it is very helpful. Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.