PB32 to FT Help again please

IdealDan

Member
Join Date
May 2017
Location
MA
Posts
480
Please confirm this for me:
In PanelBulder32 this Tag 'Ka962a' has the following set up in Tag Editor:
Data Type=Bit Array, Array Size=2, Address=N10:56/2, Description= State extract, Node Name=SLC_1,
On the object representing this Tag on the Display, it has states 0, 1, 2, 3, (ie. number of states is 4)
what precise setting should do in Factory talk for this Tag in order to correct error of BIT ARRAY NOT SUPPORTED?
 
Use an INT, but first move N10:56 to another int in the PLC, masked with 0x03.
Thanks for responding,
If I understood you well Bro, I should move N10:56 to next available integer (say N10:57)? Could you please elaborate a little more on that of 0x03?
I appreciate your input
 
3 in binary means you have four states 00, 01 , 10 and 11 and you said so in your statement.
3 as a mask (0X03) means than only 00, 01, 10 and 11 will pass thru.
Thanks, Based on my above states information, what do I input under states please?
Secondly, Since a Numeric display converts to Text object, Do I have to take it back to numeric display in Factory Talk or Do I use text object like that in FT?
 

Similar Topics

Hi Friends ! I'm having a little challenge here, I'm almost done in my conversion project from panelBuilder to Factory Talk. I really need a...
Replies
0
Views
1,535
I am using my PV-600 (not plus) and I am using S:40 to turn on a output at a certain time. I made a numeric entry for the PV-600 to set S:40 and...
Replies
5
Views
1,532
Hi, I earlier used PV and PB32, but now company is going in for PV+ and for this I got RSView studi ME. But in this software I could not find...
Replies
3
Views
1,588
I had this pop up today on a PanelBuilder, PanelView 550. I can not find it in the PB messages any where. I pressed any key like it said. Every...
Replies
10
Views
2,611
On PB32, PV 600 I want to add a screen for a analog tempurature trend. How does the Graphic Indicators-linear set up work? Where do I add the tag...
Replies
4
Views
1,179
Back
Top Bottom