![]() |
ALPHA-VISION® Functions of Data Object Server: Usr_GetObjInd |
Usr_GetObjInd(test.ini,s_1_ind)
Wnd_Dialog(TEST1,6)
test.ini : : [s_1_ind] 01=Test_10 02=Test_11 03=Test_12 04=Test_13 05=Test_14 06=Test_15 [next_Section] : :
The job then:
interprets the value of Test_10 as 'ObjNr.' and converts it to the appropriate PointID "n10".
interprets the value of Test_11 as 'ObjNr.' and converts it to the appropriate PointID "n11".
interprets the value of Test_12 as 'ObjNr.' and converts it to the appropriate PointID "n12".
interprets the value of Test_13 as 'ObjNr.' and converts it to the appropriate PointID "n13".
interprets the value of Test_14 as 'ObjNr.' and converts it to the appropriate PointID "n14".
interprets the value of Test_15 as 'ObjNr.' and converts it to the appropriate PointID "n15".
After handing over to Dialog Window "TEST1":
PointID "n10" is available as $Wnd6
PointID "n11" is available as $Wnd5
PointID "n12" is available as $Wnd4
PointID "n13" is available as $Wnd3
PointID "n14" is available as $Wnd2
PointID "n15" is available as $Wnd1
Usr_GetObjInd(test.ini,s_1_ind);