Rank: Newbie
Groups: Registered
Posts: 8 Location: Sulaymaniyah Thanks: 8 times
|
Where can I get CombBuilder C# programming resources? for exmaple call a 3d Text and change location parameter.
|
|
|
|
Rank: Administration
Groups: Administrators, Registered
Posts: 163 Location: Delhi Thanks: 3 times Was thanked: 57 time(s) in 43 post(s)
|
Originally Posted by: Saeed Ahmed Ali Where can I get CombBuilder C# programming resources? for exmaple call a 3d Text and change location parameter. Hi Saeed Can you please detail on why do you require to code this in Comb Builder when the same can be achieved in Drone Designer?
|
1 user thanked Mandeep for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Posts: 8 Location: Sulaymaniyah Thanks: 8 times
|
Hi, I want use a trigger between 2 Sting Server, This is not possible in drone design.
Thank you.
|
|
|
|
Rank: Administration
Groups: Administrators, Registered
Posts: 163 Location: Delhi Thanks: 3 times Was thanked: 57 time(s) in 43 post(s)
|
Originally Posted by: Saeed Ahmed Ali Hi, I want use a trigger between 2 Sting Server, This is not possible in drone design.
Thank you.
So if you want to trigger between 2 sting servers. You can use communication addin to do the same. Using Communication Addin you can send command to multiple sting servers on the same network without any script requirements.
|
1 user thanked Mandeep for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Posts: 8 Location: Sulaymaniyah Thanks: 8 times
|
I'm use Drone Designer 3.4. I searched both on the forum and on the Vimeo channel, but I did not find any training about Addin.
|
|
|
|
Rank: Newbie
Groups: Registered
Posts: 8 Location: Sulaymaniyah Thanks: 8 times
|
I tried play ANIMATION SET with this.Play("default", "Line_Up"); but String server is hanged. :(
|
|
|
|
Rank: Administration
Groups: Administrators, Registered
Posts: 163 Location: Delhi Thanks: 3 times Was thanked: 57 time(s) in 43 post(s)
|
Originally Posted by: Saeed Ahmed Ali
I'm use Drone Designer 3.4.
I searched both on the forum and on the Vimeo channel, but I did not find any training about Addin.
Communication Addin can be created in the scene by clicking on the Link button shown in the below image. It is available in the Variable sheet. Press F8(Shift + F3 in version 3.5 and below) to bring to focus. It is used to transfer triggers and commands between multiple engines on the same network. The engines can be Sting Server or Mimosa as well. So user can send command/triggers between one or multiple Sting Servers or from Sting Server to Waspi Mimosa and vice-versa. A User can create a channel on which all the commands to the linked templates can be sent across the network. Once the Communication link is created in the scene. User needs to define a Channel Name on which the specific commands would be triggered. This helps to channelize the command triggers on specific templates only. Define Channel Name say “Channel 1” in the link to start the communication functionality on this template. The communication link should be created in both templates the sender and the receiver. Once the message link is created in the template, The user can apply the required functionality to the template. So the template can send the triggers to the communication link using the Send Action. Or receive the command and perform certain actions using the “On Received Command” event available on the Communication Link. Click on the On Command Received event to display the below window. As shown in the image, Click on the ‘+’ button to add the commands that have been used in the Send action in the Sender template. Like in this image, TriggerName is added to show as an example. The Default trigger would handle all the commands that are received through the communication link on the respective “Channel Name”. Any actions added in the default action would be triggered irrespective of the Command Name. The user can add any number of actions to be triggered in the scene, when TriggerName is received from the on-air template. The basic idea of applying triggers and commands is same as triggers, additionally, users can link the commands to a specific channel, so only the templates honored with the respective channel received the respective command to trigger the respective actions.
|
|
|
|
Rank: Newbie
Groups: Registered
Posts: 8 Location: Sulaymaniyah Thanks: 8 times
|
I don't find OnCommandRecieved.
|
|
|
|
Rank: Administration
Groups: Administrators, Registered
Posts: 163 Location: Delhi Thanks: 3 times Was thanked: 57 time(s) in 43 post(s)
|
Originally Posted by: Saeed Ahmed Ali I don't find OnCommandRecieved.
So you are using version 3.4. In that version would would need to create a variable to recieve commands and send commands to the link. And would need to check the command recieved in the variable through Match Variable Command. You can use an Action Set to perform this command if need to be used on a Button in the Form. Follow the precedure below. Make sure Beekeper is installed in all the engine machines on which the template would run. Communication Addin in version previous to 3.8 require Beekeper to be installed to work. - In the sender template. You would need to create a control key in the trackview or an action set which can be triggered by using Play Action Set command or can be used in the form to create a button.
Use the Send Message command to send the message/command to the selected Communication Link. - In the receiver template you would need to select a variable which would receive the commands from the sender template and trigger the required actions in the scene.
Please check in below image. You would get this dialog box when you click on the Edit on right-click of Communication Link. Follow the markers in the image to add relevant information in the dialog box to receive the commands in the variable. The preffered variable is a string type variable. Make sure you have created the variable before you Edit the Communication Link. - After the above link is created, Create the Control Key in trackview if the command is based on animation or Action Set to trigger from Player Form or as required.
In the Control Key/Action Set, Create a Match Variable action and select as per the numbering in the image below. - Select Match Variable Action
- Select Variable Radio Button
- Select the String Variable in which the commands would be received.
- Click on Add Case button to add case to the Match Variable command
- in the case, select the '=' operator as the variable is string
- Select Constant in the dialog box and type the Command on which the specific actions would be triggered. Add relevant actions to be performed in the specific case(You can create various Action Sets to apply to each case, this makes it easier and faster to modify the actions.). Repeat from step 4 to add more cases as per the number of commands to be recieved in the template.
- Exit Switch Case
- Click on Add and Done.
|
1 user thanked Mandeep for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.